Shades of Dark Violet #AD0EE5
Tints of Dark Violet #AD0EE5
RGB
CMYK
RGB Variations
Color information
#AD0EE5 (or 0xAD0EE5) is known color: Dark Violet. HEX triplet: AD, 0E and E5. RGB value is (173,14,229). Sum of RGB (Red+Green+Blue) = 173+14+229=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD0EE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0EE5 is #52F11A. Grayscale: #555555. Windows color (decimal): -5435675 or 15011501. OLE color: 15011501.
HSL color Cylindrical-coordinate representation of color #AD0EE5: hue angle of 284.37º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0EE5 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 14 | 229 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.10 |
| HSL | 284.37º | 0.88% | 0.48% | - |
| HSV(B) | 284.37º | 0.94% | 0.9% | - |
| XYZ | 31.53 | 14.86 | 75.33 | - |
| YUV | 86.05 | 208.68 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 229 | 0.24 | 0.94 | 0 | 0.10 | 284.37 | 0.88 | 0.48 |
| Hex | AD | E | E5 | 18 | 5E | 0 | A | 11C | 58 | 30 |
| Octal | 255 | 16 | 345 | 30 | 136 | 0 | 12 | 434 | 130 | 60 |
| Binary | 10101101 | 1110 | 11100101 | 11000 | 1011110 | 0 | 1010 | 100011100 | 1011000 | 110000 |
Color Harmonies of #AD0EE5
Complementary color
Monochromatic Colors of #AD0EE5
Black with #AD0EE5
Text Example
Text Example
White with #AD0EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0EE5; }
p { color: rgb(173,14,229); }
H1.HeaderClassName
{
color: #AD0EE5;
}
.AnyTagClassName
{
color: #AD0EE5;
}
</style>
background-color css
<style>
a { background-color: #AD0EE5; }
a { background-color: rgb(173,14,229); }
div.DivClassName
{
background-color: #AD0EE5;
}
.BgClassName
{
background-color: #AD0EE5;
}
</style>
border-color css
<style>
span { border-color: #AD0EE5; }
span { border-color: rgb(173,14,229); }
td.TdClassName
{
border-color: #AD0EE5;
}
.TagClassName
{
border-color: #AD0EE5;
}
</style>