Shades of Electric Purple #AD0EEF
Tints of Electric Purple #AD0EEF
RGB
CMYK
RGB Variations
Color information
#AD0EEF (or 0xAD0EEF) is known color: Electric Purple. HEX triplet: AD, 0E and EF. RGB value is (173,14,239). Sum of RGB (Red+Green+Blue) = 173+14+239=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD0EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0EEF is #52F110. Grayscale: #565656. Windows color (decimal): -5435665 or 15666861. OLE color: 15666861.
HSL color Cylindrical-coordinate representation of color #AD0EEF: hue angle of 282.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0EEF is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 14 | 239 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.06 |
| HSL | 282.4º | 0.89% | 0.5% | - |
| HSV(B) | 282.4º | 0.94% | 0.94% | - |
| XYZ | 32.97 | 15.43 | 82.9 | - |
| YUV | 87.19 | 213.68 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 239 | 0.28 | 0.94 | 0 | 0.06 | 282.4 | 0.89 | 0.5 |
| Hex | AD | E | EF | 1C | 5E | 0 | 6 | 11A | 59 | 32 |
| Octal | 255 | 16 | 357 | 34 | 136 | 0 | 6 | 432 | 131 | 62 |
| Binary | 10101101 | 1110 | 11101111 | 11100 | 1011110 | 0 | 110 | 100011010 | 1011001 | 110010 |
Color Harmonies of #AD0EEF
Complementary color
Monochromatic Colors of #AD0EEF
Black with #AD0EEF
Text Example
Text Example
White with #AD0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0EEF; }
p { color: rgb(173,14,239); }
H1.HeaderClassName
{
color: #AD0EEF;
}
.AnyTagClassName
{
color: #AD0EEF;
}
</style>
background-color css
<style>
a { background-color: #AD0EEF; }
a { background-color: rgb(173,14,239); }
div.DivClassName
{
background-color: #AD0EEF;
}
.BgClassName
{
background-color: #AD0EEF;
}
</style>
border-color css
<style>
span { border-color: #AD0EEF; }
span { border-color: rgb(173,14,239); }
td.TdClassName
{
border-color: #AD0EEF;
}
.TagClassName
{
border-color: #AD0EEF;
}
</style>