Shades of Electric Purple #AA0EF2
Tints of Electric Purple #AA0EF2
RGB
CMYK
RGB Variations
Color information
#AA0EF2 (or 0xAA0EF2) is known color: Electric Purple. HEX triplet: AA, 0E and F2. RGB value is (170,14,242). Sum of RGB (Red+Green+Blue) = 170+14+242=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA0EF2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0EF2 is #55F10D. Grayscale: #555555. Windows color (decimal): -5632270 or 15863466. OLE color: 15863466.
HSL color Cylindrical-coordinate representation of color #AA0EF2: hue angle of 281.05º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0EF2 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 14 | 242 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.05 |
| HSL | 281.05º | 0.9% | 0.5% | - |
| HSV(B) | 281.05º | 0.94% | 0.95% | - |
| XYZ | 32.76 | 15.27 | 85.23 | - |
| YUV | 86.64 | 215.68 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 14 | 242 | 0.30 | 0.94 | 0 | 0.05 | 281.05 | 0.9 | 0.5 |
| Hex | AA | E | F2 | 1E | 5E | 0 | 5 | 119 | 5A | 32 |
| Octal | 252 | 16 | 362 | 36 | 136 | 0 | 5 | 431 | 132 | 62 |
| Binary | 10101010 | 1110 | 11110010 | 11110 | 1011110 | 0 | 101 | 100011001 | 1011010 | 110010 |
Color Harmonies of #AA0EF2
Complementary color
Monochromatic Colors of #AA0EF2
Black with #AA0EF2
Text Example
Text Example
White with #AA0EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0EF2; }
p { color: rgb(170,14,242); }
H1.HeaderClassName
{
color: #AA0EF2;
}
.AnyTagClassName
{
color: #AA0EF2;
}
</style>
background-color css
<style>
a { background-color: #AA0EF2; }
a { background-color: rgb(170,14,242); }
div.DivClassName
{
background-color: #AA0EF2;
}
.BgClassName
{
background-color: #AA0EF2;
}
</style>
border-color css
<style>
span { border-color: #AA0EF2; }
span { border-color: rgb(170,14,242); }
td.TdClassName
{
border-color: #AA0EF2;
}
.TagClassName
{
border-color: #AA0EF2;
}
</style>