Shades of Electric Purple #AA0EEA
Tints of Electric Purple #AA0EEA
RGB
CMYK
RGB Variations
Color information
#AA0EEA (or 0xAA0EEA) is known color: Electric Purple. HEX triplet: AA, 0E and EA. RGB value is (170,14,234). Sum of RGB (Red+Green+Blue) = 170+14+234=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA0EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0EEA is #55F115. Grayscale: #555555. Windows color (decimal): -5632278 or 15339178. OLE color: 15339178.
HSL color Cylindrical-coordinate representation of color #AA0EEA: hue angle of 282.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0EEA is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 14 | 234 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.08 |
| HSL | 282.55º | 0.89% | 0.49% | - |
| HSV(B) | 282.55º | 0.94% | 0.92% | - |
| XYZ | 31.59 | 14.8 | 79.03 | - |
| YUV | 85.72 | 211.68 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 234 | 0.27 | 0.94 | 0 | 0.08 | 282.55 | 0.89 | 0.49 |
| Hex | AA | E | EA | 1B | 5E | 0 | 8 | 11B | 59 | 31 |
| Octal | 252 | 16 | 352 | 33 | 136 | 0 | 10 | 433 | 131 | 61 |
| Binary | 10101010 | 1110 | 11101010 | 11011 | 1011110 | 0 | 1000 | 100011011 | 1011001 | 110001 |
Color Harmonies of #AA0EEA
Complementary color
Monochromatic Colors of #AA0EEA
Black with #AA0EEA
Text Example
Text Example
White with #AA0EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0EEA; }
p { color: rgb(170,14,234); }
H1.HeaderClassName
{
color: #AA0EEA;
}
.AnyTagClassName
{
color: #AA0EEA;
}
</style>
background-color css
<style>
a { background-color: #AA0EEA; }
a { background-color: rgb(170,14,234); }
div.DivClassName
{
background-color: #AA0EEA;
}
.BgClassName
{
background-color: #AA0EEA;
}
</style>
border-color css
<style>
span { border-color: #AA0EEA; }
span { border-color: rgb(170,14,234); }
td.TdClassName
{
border-color: #AA0EEA;
}
.TagClassName
{
border-color: #AA0EEA;
}
</style>