Shades of Dark Violet #AD0DE2
Tints of Dark Violet #AD0DE2
RGB
CMYK
RGB Variations
Color information
#AD0DE2 (or 0xAD0DE2) is known color: Dark Violet. HEX triplet: AD, 0D and E2. RGB value is (173,13,226). Sum of RGB (Red+Green+Blue) = 173+13+226=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 226 (88.67% from 255 or 54.85% from 412); Max value from RGB is 226 - color contains mainly: blue. Hex color #AD0DE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0DE2 is #52F21D. Grayscale: #545454. Windows color (decimal): -5435934 or 14814637. OLE color: 14814637.
HSL color Cylindrical-coordinate representation of color #AD0DE2: hue angle of 285.07º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0DE2 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 13 | 226 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.11 |
| HSL | 285.07º | 0.89% | 0.47% | - |
| HSV(B) | 285.07º | 0.94% | 0.89% | - |
| XYZ | 31.1 | 14.66 | 73.14 | - |
| YUV | 85.12 | 207.51 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 226 | 0.23 | 0.94 | 0 | 0.11 | 285.07 | 0.89 | 0.47 |
| Hex | AD | D | E2 | 17 | 5E | 0 | B | 11D | 59 | 2F |
| Octal | 255 | 15 | 342 | 27 | 136 | 0 | 13 | 435 | 131 | 57 |
| Binary | 10101101 | 1101 | 11100010 | 10111 | 1011110 | 0 | 1011 | 100011101 | 1011001 | 101111 |
Color Harmonies of #AD0DE2
Complementary color
Monochromatic Colors of #AD0DE2
Black with #AD0DE2
Text Example
Text Example
White with #AD0DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0DE2; }
p { color: rgb(173,13,226); }
H1.HeaderClassName
{
color: #AD0DE2;
}
.AnyTagClassName
{
color: #AD0DE2;
}
</style>
background-color css
<style>
a { background-color: #AD0DE2; }
a { background-color: rgb(173,13,226); }
div.DivClassName
{
background-color: #AD0DE2;
}
.BgClassName
{
background-color: #AD0DE2;
}
</style>
border-color css
<style>
span { border-color: #AD0DE2; }
span { border-color: rgb(173,13,226); }
td.TdClassName
{
border-color: #AD0DE2;
}
.TagClassName
{
border-color: #AD0DE2;
}
</style>