Shades of Electric Purple #AA0FEE
Tints of Electric Purple #AA0FEE
RGB
CMYK
RGB Variations
Color information
#AA0FEE (or 0xAA0FEE) is known color: Electric Purple. HEX triplet: AA, 0F and EE. RGB value is (170,15,238). Sum of RGB (Red+Green+Blue) = 170+15+238=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA0FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA0FEE is #55F011. Grayscale: #565656. Windows color (decimal): -5632018 or 15601578. OLE color: 15601578.
HSL color Cylindrical-coordinate representation of color #AA0FEE: hue angle of 281.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0FEE is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 15 | 238 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.07 |
| HSL | 281.7º | 0.88% | 0.5% | - |
| HSV(B) | 281.7º | 0.94% | 0.93% | - |
| XYZ | 32.18 | 15.06 | 82.1 | - |
| YUV | 86.77 | 213.35 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 15 | 238 | 0.29 | 0.94 | 0 | 0.07 | 281.7 | 0.88 | 0.5 |
| Hex | AA | F | EE | 1D | 5E | 0 | 7 | 11A | 58 | 32 |
| Octal | 252 | 17 | 356 | 35 | 136 | 0 | 7 | 432 | 130 | 62 |
| Binary | 10101010 | 1111 | 11101110 | 11101 | 1011110 | 0 | 111 | 100011010 | 1011000 | 110010 |
Color Harmonies of #AA0FEE
Complementary color
Monochromatic Colors of #AA0FEE
Black with #AA0FEE
Text Example
Text Example
White with #AA0FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0FEE; }
p { color: rgb(170,15,238); }
H1.HeaderClassName
{
color: #AA0FEE;
}
.AnyTagClassName
{
color: #AA0FEE;
}
</style>
background-color css
<style>
a { background-color: #AA0FEE; }
a { background-color: rgb(170,15,238); }
div.DivClassName
{
background-color: #AA0FEE;
}
.BgClassName
{
background-color: #AA0FEE;
}
</style>
border-color css
<style>
span { border-color: #AA0FEE; }
span { border-color: rgb(170,15,238); }
td.TdClassName
{
border-color: #AA0FEE;
}
.TagClassName
{
border-color: #AA0FEE;
}
</style>