Shades of Dark Violet #AD0BD6
Tints of Dark Violet #AD0BD6
RGB
CMYK
RGB Variations
Color information
#AD0BD6 (or 0xAD0BD6) is known color: Dark Violet. HEX triplet: AD, 0B and D6. RGB value is (173,11,214). Sum of RGB (Red+Green+Blue) = 173+11+214=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 214 (83.98% from 255 or 53.77% from 398); Max value from RGB is 214 - color contains mainly: blue. Hex color #AD0BD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BD6 is #52F429. Grayscale: #515151. Windows color (decimal): -5436458 or 14027693. OLE color: 14027693.
HSL color Cylindrical-coordinate representation of color #AD0BD6: hue angle of 287.88º degrees, saturation: 0.9, 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 #AD0BD6 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 11 | 214 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.16 |
| HSL | 287.88º | 0.9% | 0.44% | - |
| HSV(B) | 287.88º | 0.95% | 0.84% | - |
| XYZ | 29.49 | 13.98 | 64.76 | - |
| YUV | 82.58 | 202.17 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 214 | 0.19 | 0.95 | 0 | 0.16 | 287.88 | 0.9 | 0.44 |
| Hex | AD | B | D6 | 13 | 5F | 0 | 10 | 120 | 5A | 2C |
| Octal | 255 | 13 | 326 | 23 | 137 | 0 | 20 | 440 | 132 | 54 |
| Binary | 10101101 | 1011 | 11010110 | 10011 | 1011111 | 0 | 10000 | 100100000 | 1011010 | 101100 |
Color Harmonies of #AD0BD6
Complementary color
Monochromatic Colors of #AD0BD6
Black with #AD0BD6
Text Example
Text Example
White with #AD0BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BD6; }
p { color: rgb(173,11,214); }
H1.HeaderClassName
{
color: #AD0BD6;
}
.AnyTagClassName
{
color: #AD0BD6;
}
</style>
background-color css
<style>
a { background-color: #AD0BD6; }
a { background-color: rgb(173,11,214); }
div.DivClassName
{
background-color: #AD0BD6;
}
.BgClassName
{
background-color: #AD0BD6;
}
</style>
border-color css
<style>
span { border-color: #AD0BD6; }
span { border-color: rgb(173,11,214); }
td.TdClassName
{
border-color: #AD0BD6;
}
.TagClassName
{
border-color: #AD0BD6;
}
</style>