Shades of Dark Violet #AD0ED4
Tints of Dark Violet #AD0ED4
RGB
CMYK
RGB Variations
Color information
#AD0ED4 (or 0xAD0ED4) is known color: Dark Violet. HEX triplet: AD, 0E and D4. RGB value is (173,14,212). Sum of RGB (Red+Green+Blue) = 173+14+212=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 212 (83.20% from 255 or 53.13% from 399); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD0ED4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0ED4 is #52F12B. Grayscale: #535353. Windows color (decimal): -5435692 or 13897389. OLE color: 13897389.
HSL color Cylindrical-coordinate representation of color #AD0ED4: hue angle of 288.18º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0ED4 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 14 | 212 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.17 |
| HSL | 288.18º | 0.88% | 0.44% | - |
| HSV(B) | 288.18º | 0.93% | 0.83% | - |
| XYZ | 29.27 | 13.95 | 63.44 | - |
| YUV | 84.11 | 200.18 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 212 | 0.18 | 0.93 | 0 | 0.17 | 288.18 | 0.88 | 0.44 |
| Hex | AD | E | D4 | 12 | 5D | 0 | 11 | 120 | 58 | 2C |
| Octal | 255 | 16 | 324 | 22 | 135 | 0 | 21 | 440 | 130 | 54 |
| Binary | 10101101 | 1110 | 11010100 | 10010 | 1011101 | 0 | 10001 | 100100000 | 1011000 | 101100 |
Color Harmonies of #AD0ED4
Complementary color
Monochromatic Colors of #AD0ED4
Black with #AD0ED4
Text Example
Text Example
White with #AD0ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0ED4; }
p { color: rgb(173,14,212); }
H1.HeaderClassName
{
color: #AD0ED4;
}
.AnyTagClassName
{
color: #AD0ED4;
}
</style>
background-color css
<style>
a { background-color: #AD0ED4; }
a { background-color: rgb(173,14,212); }
div.DivClassName
{
background-color: #AD0ED4;
}
.BgClassName
{
background-color: #AD0ED4;
}
</style>
border-color css
<style>
span { border-color: #AD0ED4; }
span { border-color: rgb(173,14,212); }
td.TdClassName
{
border-color: #AD0ED4;
}
.TagClassName
{
border-color: #AD0ED4;
}
</style>