:
logo qtransform

  to  




#AD0665 color HEX code RGB, HSL, CMYK

COLOR CODE FOR HEXA COLOR #AD0665
#AD0665

   In a RGB color space, hex #AD0665 is composed of 68% red, 2% green and 40% blue.
RGB color code is composed of a hexadecimal AD red (173/255), a 06 green (6/255) and a 65 blue component (101/255). The decimal RGB color code is rgb(173,6,101)
In CMYK color space, it is composed of 0% cyan, 97% magenta, 42% yellow and 32% black.
It has a hue angle of 325.87o degrees, a saturation of 93% and a lightness of 35%.
Closest websafe color is: #990066 rgb (153, 0, 102).
twitter  facebook  whatsapp


Color conversion




#AD0665
rgb(173,6,101)
=68%
from 255
2%
from 255
40%
from 255
=0
from 100
97
from 100
42
from 100
32
from 100
R: 173
red
G: 6
green
B: 101
blue
C: 0
cyan
M: 97
magenta
Y: 42
yellow
K: 32
black
Hexa colorRGB color chartCMYK color chart

Convert color


The hexadecimal color #AD0665 has RGB values of R:173, G:6, B:101 and CMYK values of C:0, M:97, Y:42, K:32. Its decimal value is 11339365.Binary code is 101011010000011001100101
In print we use cyan, yellow, magenta and black (CMYK) inks because usually we print on a white paper.

Hex colorAD0665 #AD0665
RGB decimal173, 6, 101 rgb(173, 6, 101)
RGB %68, 2, 40 rgb(68%, 2%, 40%)
RGB Adobe147, 14, 99
CMYK %0, 97, 42, 32 0%, 97%, 42%, 32%
HSL325.87o, 93, 35 hsl(325.87o, 93%, 35%)
HSV (HSB)326o, 97%, 68% hsv(326o, 97%, 68%)
Web Safe color#990066 rgb (153, 0, 102)
XYZ19.648, 9.954 13.198
xyY0.46, 0.23, 9.95
Hunter-Lab31.55, 58.55, -4.61
CMY32%, 98%, 60%
Lab38.23, 62.99, -5.12
Binary color
AD 06 65
10101101 110 1100101

Shades and tints of #AD0665


A shade is achieved by adding black to original color on hue code.
A tint is created by mixing color with white.
Use the palette to pick a color or the sliders to set the RGB, HSV, CMYK components.
For example here: #220314 is the darkest color, and: #EFCFE0 is the lightest one.

Tint color variation #AD0665


Shade color variation


Tones of #AD0665
A tone is produced by adding gray to any pure hue. In this case, #A91268 is the less saturated color, and #905676 is the most saturated one.


Alternatives to #AD0665


Below, you can see some colors close to #AD0665. Having a set of related colors can be useful if you need an inspirational alternative or other close colors to your original color choice.




Quick use #AD0665


How to use this color on webpages, scripts or other programming languages using html, CSS, dhtml, JAVA, .NET, openGL, Swift, Xojo

Color of the text Background color example
Color of the text
Background color example

<font color="#AD0665;">Text here</font>

<div style="background-color:#AD0665;">Text here</div>



Color preview on black background Color preview on white background
color preview on black background
color preview on white background
HTML code

<div style="background-color:#000000"> <font color="#AD0665;">Text here</font> </div>

HTML code

<div style="background-color:#FFFFFF; border: 1px dotted #999999;"> <font color="#AD0665;">Text here</font> </div>



Div box shadow Text shadow css code
box shadow for color #AD0665
text shadow css code
HTML code

<div style="background-color:#FFFFFF; box-shadow: 2px 2px 7px 1px #AD0665;"></div>

CSS code

.box-shadow: 2px 2px 7px 1px;

CSS code

.text-shadow: 1px 2px 2px #AD0665;



Box border html code Text shadow with RGB values for color #AD0665
box border html code for color #AD0665

text shadow with RGB values

HTML code

<div style="background-color:#FFFFFF; border:1px solid #AD0665;"></div>

CSS code with RGB

.text-shadow: 0px 2px 2px rgba(173, 6, 101, 1.4);



Pre-formatted code AD0665 code for script / programming
HTML, CSS: = #AD0665; rgb(173, 6, 101)
Java: = new Color(173, 6, 101)
.NET: = Color.FromArgb (173, 6, 101);
Xojo: = rgb (173, 6, 101, 0);
openGL: = glColor3f (0.68f, 0.02f, 0.4f);
Swift: = UIColor(red:0.68, green:0.02, blue:0.4, alpha:1.00000);
Objective-C: = [UIColor colorWithRed:0.68 green:0.02 blue:0.4 alpha:1.00000];


Color schemes with #AD0665


Monochromatic color
monochromatic color scheme

Monochromatic color schemes are easy to create because they use only one color. Monochromatic schemes use different tones from the same angle on the color wheel (the same angle).Just change color saturation +10% and you have a new monocromatic color. On our case color: 97% has a #AD0665 saturation. Adding 97% + 10% = 100% saturation for our new color #87004D. Decreasing 97% - 10% = 87% saturation for other monochromatic color #D41C84.

Analogous color
analogous color scheme

Analogous color schemes are created by using colors that are next to each other on the color wheel. Just +/- 30o on sides of the color hue angle.

Complementary color
complementary color scheme
Complementary schemes are created by combining colors from opposite sides of the color wheel. Simple add 180 degrees to color hue / angle and you have the complementary color. On our case color: #AD0665 has a 326o angle. Adding 326o + 180o = 146oo for our new complementary color #05AD4E.

Split color
split color scheme

Compound schemes or split complementary schemens are almost the same as complementary schemes.
Instead of using colors that are opposites, it uses colors on both sides of the opposite hue angle.
On our case color: #AD0665 has a 326o angle. Adding 326o + 180o+30o = 176o for our first complementary color #05ADA2. Decreasing 326o + 180o-30o = 116o for the second complementary color #10AD05.

Tiradic color
tiradic color scheme

Triadic schemes are made up of hues/angles equally spaced around color wheel. Add and decrease +/- 120 degrees on both sides of the color hue angle.

Tetradic color
tetradic color scheme

Tetradic schemes are made up of hues/angles spaced around color wheel. Add 120,180,300 degrees on the color hue angle.