Shades of Electric Purple #AA0FEA
Tints of Electric Purple #AA0FEA
RGB
CMYK
RGB Variations
Color information
#AA0FEA (or 0xAA0FEA) is known color: Electric Purple. HEX triplet: AA, 0F and EA. RGB value is (170,15,234). Sum of RGB (Red+Green+Blue) = 170+15+234=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA0FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0FEA is #55F015. Grayscale: #555555. Windows color (decimal): -5632022 or 15339434. OLE color: 15339434.
HSL color Cylindrical-coordinate representation of color #AA0FEA: hue angle of 282.47º degrees, saturation: 0.88, 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 #AA0FEA is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 15 | 234 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.08 |
| HSL | 282.47º | 0.88% | 0.49% | - |
| HSV(B) | 282.47º | 0.94% | 0.92% | - |
| XYZ | 31.6 | 14.83 | 79.04 | - |
| YUV | 86.31 | 211.35 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 234 | 0.27 | 0.94 | 0 | 0.08 | 282.47 | 0.88 | 0.49 |
| Hex | AA | F | EA | 1B | 5E | 0 | 8 | 11A | 58 | 31 |
| Octal | 252 | 17 | 352 | 33 | 136 | 0 | 10 | 432 | 130 | 61 |
| Binary | 10101010 | 1111 | 11101010 | 11011 | 1011110 | 0 | 1000 | 100011010 | 1011000 | 110001 |
Color Harmonies of #AA0FEA
Complementary color
Monochromatic Colors of #AA0FEA
Black with #AA0FEA
Text Example
Text Example
White with #AA0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FEA; }
p { color: rgb(170,15,234); }
H1.HeaderClassName
{
color: #AA0FEA;
}
.AnyTagClassName
{
color: #AA0FEA;
}
</style>
background-color css
<style>
a { background-color: #AA0FEA; }
a { background-color: rgb(170,15,234); }
div.DivClassName
{
background-color: #AA0FEA;
}
.BgClassName
{
background-color: #AA0FEA;
}
</style>
border-color css
<style>
span { border-color: #AA0FEA; }
span { border-color: rgb(170,15,234); }
td.TdClassName
{
border-color: #AA0FEA;
}
.TagClassName
{
border-color: #AA0FEA;
}
</style>