Shades of Dark Violet #AD08DB
Tints of Dark Violet #AD08DB
RGB
CMYK
RGB Variations
Color information
#AD08DB (or 0xAD08DB) is known color: Dark Violet. HEX triplet: AD, 08 and DB. RGB value is (173,8,219). Sum of RGB (Red+Green+Blue) = 173+8+219=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #AD08DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08DB is #52F724. Grayscale: #505050. Windows color (decimal): -5437221 or 14354605. OLE color: 14354605.
HSL color Cylindrical-coordinate representation of color #AD08DB: hue angle of 286.92º 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 #AD08DB is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 8 | 219 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.14 |
| HSL | 286.92º | 0.93% | 0.45% | - |
| HSV(B) | 286.92º | 0.96% | 0.86% | - |
| XYZ | 30.11 | 14.17 | 68.17 | - |
| YUV | 81.39 | 205.66 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 219 | 0.21 | 0.96 | 0 | 0.14 | 286.92 | 0.93 | 0.45 |
| Hex | AD | 8 | DB | 15 | 60 | 0 | E | 11F | 5D | 2D |
| Octal | 255 | 10 | 333 | 25 | 140 | 0 | 16 | 437 | 135 | 55 |
| Binary | 10101101 | 1000 | 11011011 | 10101 | 1100000 | 0 | 1110 | 100011111 | 1011101 | 101101 |
Color Harmonies of #AD08DB
Complementary color
Monochromatic Colors of #AD08DB
Black with #AD08DB
Text Example
Text Example
White with #AD08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08DB; }
p { color: rgb(173,8,219); }
H1.HeaderClassName
{
color: #AD08DB;
}
.AnyTagClassName
{
color: #AD08DB;
}
</style>
background-color css
<style>
a { background-color: #AD08DB; }
a { background-color: rgb(173,8,219); }
div.DivClassName
{
background-color: #AD08DB;
}
.BgClassName
{
background-color: #AD08DB;
}
</style>
border-color css
<style>
span { border-color: #AD08DB; }
span { border-color: rgb(173,8,219); }
td.TdClassName
{
border-color: #AD08DB;
}
.TagClassName
{
border-color: #AD08DB;
}
</style>