Shades of Dark Violet #AD09DC
Tints of Dark Violet #AD09DC
RGB
CMYK
RGB Variations
Color information
#AD09DC (or 0xAD09DC) is known color: Dark Violet. HEX triplet: AD, 09 and DC. RGB value is (173,9,220). Sum of RGB (Red+Green+Blue) = 173+9+220=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD09DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD09DC is #52F623. Grayscale: #515151. Windows color (decimal): -5436964 or 14420397. OLE color: 14420397.
HSL color Cylindrical-coordinate representation of color #AD09DC: hue angle of 286.64º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD09DC is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 9 | 220 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.14 |
| HSL | 286.64º | 0.92% | 0.45% | - |
| HSV(B) | 286.64º | 0.96% | 0.86% | - |
| XYZ | 30.25 | 14.25 | 68.87 | - |
| YUV | 82.09 | 205.83 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 220 | 0.21 | 0.96 | 0 | 0.14 | 286.64 | 0.92 | 0.45 |
| Hex | AD | 9 | DC | 15 | 60 | 0 | E | 11F | 5C | 2D |
| Octal | 255 | 11 | 334 | 25 | 140 | 0 | 16 | 437 | 134 | 55 |
| Binary | 10101101 | 1001 | 11011100 | 10101 | 1100000 | 0 | 1110 | 100011111 | 1011100 | 101101 |
Color Harmonies of #AD09DC
Complementary color
Monochromatic Colors of #AD09DC
Black with #AD09DC
Text Example
Text Example
White with #AD09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD09DC; }
p { color: rgb(173,9,220); }
H1.HeaderClassName
{
color: #AD09DC;
}
.AnyTagClassName
{
color: #AD09DC;
}
</style>
background-color css
<style>
a { background-color: #AD09DC; }
a { background-color: rgb(173,9,220); }
div.DivClassName
{
background-color: #AD09DC;
}
.BgClassName
{
background-color: #AD09DC;
}
</style>
border-color css
<style>
span { border-color: #AD09DC; }
span { border-color: rgb(173,9,220); }
td.TdClassName
{
border-color: #AD09DC;
}
.TagClassName
{
border-color: #AD09DC;
}
</style>