Shades of Dark Violet #AD0DC9
Tints of Dark Violet #AD0DC9
RGB
CMYK
RGB Variations
Color information
#AD0DC9 (or 0xAD0DC9) is known color: Dark Violet. HEX triplet: AD, 0D and C9. RGB value is (173,13,201). Sum of RGB (Red+Green+Blue) = 173+13+201=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #AD0DC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DC9 is #52F236. Grayscale: #515151. Windows color (decimal): -5435959 or 13176237. OLE color: 13176237.
HSL color Cylindrical-coordinate representation of color #AD0DC9: hue angle of 291.06º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0DC9 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 13 | 201 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.21 |
| HSL | 291.06º | 0.88% | 0.42% | - |
| HSV(B) | 291.06º | 0.94% | 0.79% | - |
| XYZ | 27.92 | 13.39 | 56.37 | - |
| YUV | 82.27 | 195.01 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 201 | 0.14 | 0.94 | 0 | 0.21 | 291.06 | 0.88 | 0.42 |
| Hex | AD | D | C9 | E | 5E | 0 | 15 | 123 | 58 | 2A |
| Octal | 255 | 15 | 311 | 16 | 136 | 0 | 25 | 443 | 130 | 52 |
| Binary | 10101101 | 1101 | 11001001 | 1110 | 1011110 | 0 | 10101 | 100100011 | 1011000 | 101010 |
Color Harmonies of #AD0DC9
Complementary color
Monochromatic Colors of #AD0DC9
Black with #AD0DC9
Text Example
Text Example
White with #AD0DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DC9; }
p { color: rgb(173,13,201); }
H1.HeaderClassName
{
color: #AD0DC9;
}
.AnyTagClassName
{
color: #AD0DC9;
}
</style>
background-color css
<style>
a { background-color: #AD0DC9; }
a { background-color: rgb(173,13,201); }
div.DivClassName
{
background-color: #AD0DC9;
}
.BgClassName
{
background-color: #AD0DC9;
}
</style>
border-color css
<style>
span { border-color: #AD0DC9; }
span { border-color: rgb(173,13,201); }
td.TdClassName
{
border-color: #AD0DC9;
}
.TagClassName
{
border-color: #AD0DC9;
}
</style>