Shades of Dark Violet #AD08DC
Tints of Dark Violet #AD08DC
RGB
CMYK
RGB Variations
Color information
#AD08DC (or 0xAD08DC) is known color: Dark Violet. HEX triplet: AD, 08 and DC. RGB value is (173,8,220). Sum of RGB (Red+Green+Blue) = 173+8+220=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD08DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08DC is #52F723. Grayscale: #505050. Windows color (decimal): -5437220 or 14420141. OLE color: 14420141.
HSL color Cylindrical-coordinate representation of color #AD08DC: hue angle of 286.7º degrees, saturation: 0.93, 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 #AD08DC is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 8 | 220 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.14 |
| HSL | 286.7º | 0.93% | 0.45% | - |
| HSV(B) | 286.7º | 0.96% | 0.86% | - |
| XYZ | 30.24 | 14.23 | 68.86 | - |
| YUV | 81.5 | 206.16 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 220 | 0.21 | 0.96 | 0 | 0.14 | 286.7 | 0.93 | 0.45 |
| Hex | AD | 8 | DC | 15 | 60 | 0 | E | 11F | 5D | 2D |
| Octal | 255 | 10 | 334 | 25 | 140 | 0 | 16 | 437 | 135 | 55 |
| Binary | 10101101 | 1000 | 11011100 | 10101 | 1100000 | 0 | 1110 | 100011111 | 1011101 | 101101 |
Color Harmonies of #AD08DC
Complementary color
Monochromatic Colors of #AD08DC
Black with #AD08DC
Text Example
Text Example
White with #AD08DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08DC; }
p { color: rgb(173,8,220); }
H1.HeaderClassName
{
color: #AD08DC;
}
.AnyTagClassName
{
color: #AD08DC;
}
</style>
background-color css
<style>
a { background-color: #AD08DC; }
a { background-color: rgb(173,8,220); }
div.DivClassName
{
background-color: #AD08DC;
}
.BgClassName
{
background-color: #AD08DC;
}
</style>
border-color css
<style>
span { border-color: #AD08DC; }
span { border-color: rgb(173,8,220); }
td.TdClassName
{
border-color: #AD08DC;
}
.TagClassName
{
border-color: #AD08DC;
}
</style>