Shades of Electric Purple #AD0EE8
Tints of Electric Purple #AD0EE8
RGB
CMYK
RGB Variations
Color information
#AD0EE8 (or 0xAD0EE8) is known color: Electric Purple. HEX triplet: AD, 0E and E8. RGB value is (173,14,232). Sum of RGB (Red+Green+Blue) = 173+14+232=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 232 (91.02% from 255 or 55.37% from 419); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD0EE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0EE8 is #52F117. Grayscale: #555555. Windows color (decimal): -5435672 or 15208109. OLE color: 15208109.
HSL color Cylindrical-coordinate representation of color #AD0EE8: hue angle of 283.76º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0EE8 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 14 | 232 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.09 |
| HSL | 283.76º | 0.89% | 0.48% | - |
| HSV(B) | 283.76º | 0.94% | 0.91% | - |
| XYZ | 31.96 | 15.02 | 77.56 | - |
| YUV | 86.39 | 210.18 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 232 | 0.25 | 0.94 | 0 | 0.09 | 283.76 | 0.89 | 0.48 |
| Hex | AD | E | E8 | 19 | 5E | 0 | 9 | 11C | 59 | 30 |
| Octal | 255 | 16 | 350 | 31 | 136 | 0 | 11 | 434 | 131 | 60 |
| Binary | 10101101 | 1110 | 11101000 | 11001 | 1011110 | 0 | 1001 | 100011100 | 1011001 | 110000 |
Color Harmonies of #AD0EE8
Complementary color
Monochromatic Colors of #AD0EE8
Black with #AD0EE8
Text Example
Text Example
White with #AD0EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0EE8; }
p { color: rgb(173,14,232); }
H1.HeaderClassName
{
color: #AD0EE8;
}
.AnyTagClassName
{
color: #AD0EE8;
}
</style>
background-color css
<style>
a { background-color: #AD0EE8; }
a { background-color: rgb(173,14,232); }
div.DivClassName
{
background-color: #AD0EE8;
}
.BgClassName
{
background-color: #AD0EE8;
}
</style>
border-color css
<style>
span { border-color: #AD0EE8; }
span { border-color: rgb(173,14,232); }
td.TdClassName
{
border-color: #AD0EE8;
}
.TagClassName
{
border-color: #AD0EE8;
}
</style>