Shades of Electric Purple #AA0EEF
Tints of Electric Purple #AA0EEF
RGB
CMYK
RGB Variations
Color information
#AA0EEF (or 0xAA0EEF) is known color: Electric Purple. HEX triplet: AA, 0E and EF. RGB value is (170,14,239). Sum of RGB (Red+Green+Blue) = 170+14+239=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 14 (5.86% from 255 or 3.31% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA0EEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0EEF is #55F110. Grayscale: #555555. Windows color (decimal): -5632273 or 15666858. OLE color: 15666858.
HSL color Cylindrical-coordinate representation of color #AA0EEF: hue angle of 281.6º 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 #AA0EEF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 14 | 239 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.06 |
| HSL | 281.6º | 0.89% | 0.5% | - |
| HSV(B) | 281.6º | 0.94% | 0.94% | - |
| XYZ | 32.31 | 15.09 | 82.87 | - |
| YUV | 86.29 | 214.18 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 239 | 0.29 | 0.94 | 0 | 0.06 | 281.6 | 0.89 | 0.5 |
| Hex | AA | E | EF | 1D | 5E | 0 | 6 | 11A | 59 | 32 |
| Octal | 252 | 16 | 357 | 35 | 136 | 0 | 6 | 432 | 131 | 62 |
| Binary | 10101010 | 1110 | 11101111 | 11101 | 1011110 | 0 | 110 | 100011010 | 1011001 | 110010 |
Color Harmonies of #AA0EEF
Complementary color
Monochromatic Colors of #AA0EEF
Black with #AA0EEF
Text Example
Text Example
White with #AA0EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0EEF; }
p { color: rgb(170,14,239); }
H1.HeaderClassName
{
color: #AA0EEF;
}
.AnyTagClassName
{
color: #AA0EEF;
}
</style>
background-color css
<style>
a { background-color: #AA0EEF; }
a { background-color: rgb(170,14,239); }
div.DivClassName
{
background-color: #AA0EEF;
}
.BgClassName
{
background-color: #AA0EEF;
}
</style>
border-color css
<style>
span { border-color: #AA0EEF; }
span { border-color: rgb(170,14,239); }
td.TdClassName
{
border-color: #AA0EEF;
}
.TagClassName
{
border-color: #AA0EEF;
}
</style>