Shades of Dark Violet #AD0BD9
Tints of Dark Violet #AD0BD9
RGB
CMYK
RGB Variations
Color information
#AD0BD9 (or 0xAD0BD9) is known color: Dark Violet. HEX triplet: AD, 0B and D9. RGB value is (173,11,217). Sum of RGB (Red+Green+Blue) = 173+11+217=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 217 (85.16% from 255 or 54.11% from 401); Max value from RGB is 217 - color contains mainly: blue. Hex color #AD0BD9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BD9 is #52F426. Grayscale: #525252. Windows color (decimal): -5436455 or 14224301. OLE color: 14224301.
HSL color Cylindrical-coordinate representation of color #AD0BD9: hue angle of 287.18º degrees, saturation: 0.9, 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 #AD0BD9 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 11 | 217 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.15 |
| HSL | 287.18º | 0.9% | 0.45% | - |
| HSV(B) | 287.18º | 0.95% | 0.85% | - |
| XYZ | 29.88 | 14.13 | 66.8 | - |
| YUV | 82.92 | 203.67 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 217 | 0.20 | 0.95 | 0 | 0.15 | 287.18 | 0.9 | 0.45 |
| Hex | AD | B | D9 | 14 | 5F | 0 | F | 11F | 5A | 2D |
| Octal | 255 | 13 | 331 | 24 | 137 | 0 | 17 | 437 | 132 | 55 |
| Binary | 10101101 | 1011 | 11011001 | 10100 | 1011111 | 0 | 1111 | 100011111 | 1011010 | 101101 |
Color Harmonies of #AD0BD9
Complementary color
Monochromatic Colors of #AD0BD9
Black with #AD0BD9
Text Example
Text Example
White with #AD0BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BD9; }
p { color: rgb(173,11,217); }
H1.HeaderClassName
{
color: #AD0BD9;
}
.AnyTagClassName
{
color: #AD0BD9;
}
</style>
background-color css
<style>
a { background-color: #AD0BD9; }
a { background-color: rgb(173,11,217); }
div.DivClassName
{
background-color: #AD0BD9;
}
.BgClassName
{
background-color: #AD0BD9;
}
</style>
border-color css
<style>
span { border-color: #AD0BD9; }
span { border-color: rgb(173,11,217); }
td.TdClassName
{
border-color: #AD0BD9;
}
.TagClassName
{
border-color: #AD0BD9;
}
</style>