Shades of Dark Violet #AD0EDE
Tints of Dark Violet #AD0EDE
RGB
CMYK
RGB Variations
Color information
#AD0EDE (or 0xAD0EDE) is known color: Dark Violet. HEX triplet: AD, 0E and DE. RGB value is (173,14,222). Sum of RGB (Red+Green+Blue) = 173+14+222=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 222 (87.11% from 255 or 54.28% from 409); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD0EDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0EDE is #52F121. Grayscale: #545454. Windows color (decimal): -5435682 or 14552749. OLE color: 14552749.
HSL color Cylindrical-coordinate representation of color #AD0EDE: hue angle of 285.87º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0EDE is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 14 | 222 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.13 |
| HSL | 285.87º | 0.88% | 0.46% | - |
| HSV(B) | 285.87º | 0.94% | 0.87% | - |
| XYZ | 30.58 | 14.47 | 70.29 | - |
| YUV | 85.25 | 205.18 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 222 | 0.22 | 0.94 | 0 | 0.13 | 285.87 | 0.88 | 0.46 |
| Hex | AD | E | DE | 16 | 5E | 0 | D | 11E | 58 | 2E |
| Octal | 255 | 16 | 336 | 26 | 136 | 0 | 15 | 436 | 130 | 56 |
| Binary | 10101101 | 1110 | 11011110 | 10110 | 1011110 | 0 | 1101 | 100011110 | 1011000 | 101110 |
Color Harmonies of #AD0EDE
Complementary color
Monochromatic Colors of #AD0EDE
Black with #AD0EDE
Text Example
Text Example
White with #AD0EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0EDE; }
p { color: rgb(173,14,222); }
H1.HeaderClassName
{
color: #AD0EDE;
}
.AnyTagClassName
{
color: #AD0EDE;
}
</style>
background-color css
<style>
a { background-color: #AD0EDE; }
a { background-color: rgb(173,14,222); }
div.DivClassName
{
background-color: #AD0EDE;
}
.BgClassName
{
background-color: #AD0EDE;
}
</style>
border-color css
<style>
span { border-color: #AD0EDE; }
span { border-color: rgb(173,14,222); }
td.TdClassName
{
border-color: #AD0EDE;
}
.TagClassName
{
border-color: #AD0EDE;
}
</style>