Shades of Dark Violet #AD0DE5
Tints of Dark Violet #AD0DE5
RGB
CMYK
RGB Variations
Color information
#AD0DE5 (or 0xAD0DE5) is known color: Dark Violet. HEX triplet: AD, 0D and E5. RGB value is (173,13,229). Sum of RGB (Red+Green+Blue) = 173+13+229=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD0DE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DE5 is #52F21A. Grayscale: #545454. Windows color (decimal): -5435931 or 15011245. OLE color: 15011245.
HSL color Cylindrical-coordinate representation of color #AD0DE5: hue angle of 284.44º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0DE5 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 13 | 229 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.10 |
| HSL | 284.44º | 0.89% | 0.47% | - |
| HSV(B) | 284.44º | 0.94% | 0.9% | - |
| XYZ | 31.52 | 14.83 | 75.33 | - |
| YUV | 85.46 | 209.01 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 229 | 0.24 | 0.94 | 0 | 0.10 | 284.44 | 0.89 | 0.47 |
| Hex | AD | D | E5 | 18 | 5E | 0 | A | 11C | 59 | 2F |
| Octal | 255 | 15 | 345 | 30 | 136 | 0 | 12 | 434 | 131 | 57 |
| Binary | 10101101 | 1101 | 11100101 | 11000 | 1011110 | 0 | 1010 | 100011100 | 1011001 | 101111 |
Color Harmonies of #AD0DE5
Complementary color
Monochromatic Colors of #AD0DE5
Black with #AD0DE5
Text Example
Text Example
White with #AD0DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DE5; }
p { color: rgb(173,13,229); }
H1.HeaderClassName
{
color: #AD0DE5;
}
.AnyTagClassName
{
color: #AD0DE5;
}
</style>
background-color css
<style>
a { background-color: #AD0DE5; }
a { background-color: rgb(173,13,229); }
div.DivClassName
{
background-color: #AD0DE5;
}
.BgClassName
{
background-color: #AD0DE5;
}
</style>
border-color css
<style>
span { border-color: #AD0DE5; }
span { border-color: rgb(173,13,229); }
td.TdClassName
{
border-color: #AD0DE5;
}
.TagClassName
{
border-color: #AD0DE5;
}
</style>