Shades of Dark Violet #AD0BC9
Tints of Dark Violet #AD0BC9
RGB
CMYK
RGB Variations
Color information
#AD0BC9 (or 0xAD0BC9) is known color: Dark Violet. HEX triplet: AD, 0B and C9. RGB value is (173,11,201). Sum of RGB (Red+Green+Blue) = 173+11+201=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD0BC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BC9 is #52F436. Grayscale: #505050. Windows color (decimal): -5436471 or 13175725. OLE color: 13175725.
HSL color Cylindrical-coordinate representation of color #AD0BC9: hue angle of 291.16º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0BC9 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 11 | 201 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.21 |
| HSL | 291.16º | 0.9% | 0.42% | - |
| HSV(B) | 291.16º | 0.95% | 0.79% | - |
| XYZ | 27.9 | 13.34 | 56.36 | - |
| YUV | 81.1 | 195.67 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 11 | 201 | 0.14 | 0.95 | 0 | 0.21 | 291.16 | 0.9 | 0.42 |
| Hex | AD | B | C9 | E | 5F | 0 | 15 | 123 | 5A | 2A |
| Octal | 255 | 13 | 311 | 16 | 137 | 0 | 25 | 443 | 132 | 52 |
| Binary | 10101101 | 1011 | 11001001 | 1110 | 1011111 | 0 | 10101 | 100100011 | 1011010 | 101010 |
Color Harmonies of #AD0BC9
Complementary color
Monochromatic Colors of #AD0BC9
Black with #AD0BC9
Text Example
Text Example
White with #AD0BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0BC9; }
p { color: rgb(173,11,201); }
H1.HeaderClassName
{
color: #AD0BC9;
}
.AnyTagClassName
{
color: #AD0BC9;
}
</style>
background-color css
<style>
a { background-color: #AD0BC9; }
a { background-color: rgb(173,11,201); }
div.DivClassName
{
background-color: #AD0BC9;
}
.BgClassName
{
background-color: #AD0BC9;
}
</style>
border-color css
<style>
span { border-color: #AD0BC9; }
span { border-color: rgb(173,11,201); }
td.TdClassName
{
border-color: #AD0BC9;
}
.TagClassName
{
border-color: #AD0BC9;
}
</style>