Shades of Dark Violet #AD08D9
Tints of Dark Violet #AD08D9
RGB
CMYK
RGB Variations
Color information
#AD08D9 (or 0xAD08D9) is known color: Dark Violet. HEX triplet: AD, 08 and D9. RGB value is (173,8,217). Sum of RGB (Red+Green+Blue) = 173+8+217=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 217 (85.16% from 255 or 54.52% from 398); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD08D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD08D9 is #52F726. Grayscale: #505050. Windows color (decimal): -5437223 or 14223533. OLE color: 14223533.
HSL color Cylindrical-coordinate representation of color #AD08D9: hue angle of 287.37º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD08D9 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 8 | 217 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.15 |
| HSL | 287.37º | 0.93% | 0.44% | - |
| HSV(B) | 287.37º | 0.96% | 0.85% | - |
| XYZ | 29.84 | 14.07 | 66.79 | - |
| YUV | 81.16 | 204.66 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 217 | 0.20 | 0.96 | 0 | 0.15 | 287.37 | 0.93 | 0.44 |
| Hex | AD | 8 | D9 | 14 | 60 | 0 | F | 11F | 5D | 2C |
| Octal | 255 | 10 | 331 | 24 | 140 | 0 | 17 | 437 | 135 | 54 |
| Binary | 10101101 | 1000 | 11011001 | 10100 | 1100000 | 0 | 1111 | 100011111 | 1011101 | 101100 |
Color Harmonies of #AD08D9
Complementary color
Monochromatic Colors of #AD08D9
Black with #AD08D9
Text Example
Text Example
White with #AD08D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD08D9; }
p { color: rgb(173,8,217); }
H1.HeaderClassName
{
color: #AD08D9;
}
.AnyTagClassName
{
color: #AD08D9;
}
</style>
background-color css
<style>
a { background-color: #AD08D9; }
a { background-color: rgb(173,8,217); }
div.DivClassName
{
background-color: #AD08D9;
}
.BgClassName
{
background-color: #AD08D9;
}
</style>
border-color css
<style>
span { border-color: #AD08D9; }
span { border-color: rgb(173,8,217); }
td.TdClassName
{
border-color: #AD08D9;
}
.TagClassName
{
border-color: #AD08D9;
}
</style>