Shades of Dark Violet #AD0AD9
Tints of Dark Violet #AD0AD9
RGB
CMYK
RGB Variations
Color information
#AD0AD9 (or 0xAD0AD9) is known color: Dark Violet. HEX triplet: AD, 0A and D9. RGB value is (173,10,217). Sum of RGB (Red+Green+Blue) = 173+10+217=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD0AD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0AD9 is #52F526. Grayscale: #515151. Windows color (decimal): -5436711 or 14224045. OLE color: 14224045.
HSL color Cylindrical-coordinate representation of color #AD0AD9: hue angle of 287.25º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0AD9 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 10 | 217 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.15 |
| HSL | 287.25º | 0.91% | 0.45% | - |
| HSV(B) | 287.25º | 0.95% | 0.85% | - |
| XYZ | 29.87 | 14.11 | 66.8 | - |
| YUV | 82.34 | 204 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 217 | 0.20 | 0.95 | 0 | 0.15 | 287.25 | 0.91 | 0.45 |
| Hex | AD | A | D9 | 14 | 5F | 0 | F | 11F | 5B | 2D |
| Octal | 255 | 12 | 331 | 24 | 137 | 0 | 17 | 437 | 133 | 55 |
| Binary | 10101101 | 1010 | 11011001 | 10100 | 1011111 | 0 | 1111 | 100011111 | 1011011 | 101101 |
Color Harmonies of #AD0AD9
Complementary color
Monochromatic Colors of #AD0AD9
Black with #AD0AD9
Text Example
Text Example
White with #AD0AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AD9; }
p { color: rgb(173,10,217); }
H1.HeaderClassName
{
color: #AD0AD9;
}
.AnyTagClassName
{
color: #AD0AD9;
}
</style>
background-color css
<style>
a { background-color: #AD0AD9; }
a { background-color: rgb(173,10,217); }
div.DivClassName
{
background-color: #AD0AD9;
}
.BgClassName
{
background-color: #AD0AD9;
}
</style>
border-color css
<style>
span { border-color: #AD0AD9; }
span { border-color: rgb(173,10,217); }
td.TdClassName
{
border-color: #AD0AD9;
}
.TagClassName
{
border-color: #AD0AD9;
}
</style>