Shades of Dark Violet #AD0DE0
Tints of Dark Violet #AD0DE0
RGB
CMYK
RGB Variations
Color information
#AD0DE0 (or 0xAD0DE0) is known color: Dark Violet. HEX triplet: AD, 0D and E0. RGB value is (173,13,224). Sum of RGB (Red+Green+Blue) = 173+13+224=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 224 (87.89% from 255 or 54.63% from 410); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD0DE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DE0 is #52F21F. Grayscale: #545454. Windows color (decimal): -5435936 or 14683565. OLE color: 14683565.
HSL color Cylindrical-coordinate representation of color #AD0DE0: hue angle of 285.5º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0DE0 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 13 | 224 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.12 |
| HSL | 285.5º | 0.89% | 0.46% | - |
| HSV(B) | 285.5º | 0.94% | 0.88% | - |
| XYZ | 30.83 | 14.55 | 71.71 | - |
| YUV | 84.89 | 206.51 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 224 | 0.23 | 0.94 | 0 | 0.12 | 285.5 | 0.89 | 0.46 |
| Hex | AD | D | E0 | 17 | 5E | 0 | C | 11D | 59 | 2E |
| Octal | 255 | 15 | 340 | 27 | 136 | 0 | 14 | 435 | 131 | 56 |
| Binary | 10101101 | 1101 | 11100000 | 10111 | 1011110 | 0 | 1100 | 100011101 | 1011001 | 101110 |
Color Harmonies of #AD0DE0
Complementary color
Monochromatic Colors of #AD0DE0
Black with #AD0DE0
Text Example
Text Example
White with #AD0DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DE0; }
p { color: rgb(173,13,224); }
H1.HeaderClassName
{
color: #AD0DE0;
}
.AnyTagClassName
{
color: #AD0DE0;
}
</style>
background-color css
<style>
a { background-color: #AD0DE0; }
a { background-color: rgb(173,13,224); }
div.DivClassName
{
background-color: #AD0DE0;
}
.BgClassName
{
background-color: #AD0DE0;
}
</style>
border-color css
<style>
span { border-color: #AD0DE0; }
span { border-color: rgb(173,13,224); }
td.TdClassName
{
border-color: #AD0DE0;
}
.TagClassName
{
border-color: #AD0DE0;
}
</style>