Shades of Dark Violet #AD0AD6
Tints of Dark Violet #AD0AD6
RGB
CMYK
RGB Variations
Color information
#AD0AD6 (or 0xAD0AD6) is known color: Dark Violet. HEX triplet: AD, 0A and D6. RGB value is (173,10,214). Sum of RGB (Red+Green+Blue) = 173+10+214=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 214 (83.98% from 255 or 53.90% from 397); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD0AD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0AD6 is #52F529. Grayscale: #515151. Windows color (decimal): -5436714 or 14027437. OLE color: 14027437.
HSL color Cylindrical-coordinate representation of color #AD0AD6: hue angle of 287.94º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0AD6 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 10 | 214 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.16 |
| HSL | 287.94º | 0.91% | 0.44% | - |
| HSV(B) | 287.94º | 0.95% | 0.84% | - |
| XYZ | 29.48 | 13.96 | 64.76 | - |
| YUV | 81.99 | 202.5 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 214 | 0.19 | 0.95 | 0 | 0.16 | 287.94 | 0.91 | 0.44 |
| Hex | AD | A | D6 | 13 | 5F | 0 | 10 | 120 | 5B | 2C |
| Octal | 255 | 12 | 326 | 23 | 137 | 0 | 20 | 440 | 133 | 54 |
| Binary | 10101101 | 1010 | 11010110 | 10011 | 1011111 | 0 | 10000 | 100100000 | 1011011 | 101100 |
Color Harmonies of #AD0AD6
Complementary color
Monochromatic Colors of #AD0AD6
Black with #AD0AD6
Text Example
Text Example
White with #AD0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0AD6; }
p { color: rgb(173,10,214); }
H1.HeaderClassName
{
color: #AD0AD6;
}
.AnyTagClassName
{
color: #AD0AD6;
}
</style>
background-color css
<style>
a { background-color: #AD0AD6; }
a { background-color: rgb(173,10,214); }
div.DivClassName
{
background-color: #AD0AD6;
}
.BgClassName
{
background-color: #AD0AD6;
}
</style>
border-color css
<style>
span { border-color: #AD0AD6; }
span { border-color: rgb(173,10,214); }
td.TdClassName
{
border-color: #AD0AD6;
}
.TagClassName
{
border-color: #AD0AD6;
}
</style>