Shades of Electric Purple #AA01EE
Tints of Electric Purple #AA01EE
RGB
CMYK
RGB Variations
Color information
#AA01EE (or 0xAA01EE) is known color: Electric Purple. HEX triplet: AA, 01 and EE. RGB value is (170,1,238). Sum of RGB (Red+Green+Blue) = 170+1+238=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 238 (93.36% from 255 or 58.19% from 409); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA01EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA01EE is #55FE11. Grayscale: #4D4D4D. Windows color (decimal): -5635602 or 15597994. OLE color: 15597994.
HSL color Cylindrical-coordinate representation of color #AA01EE: hue angle of 282.78º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01EE is Cyan = 0.29, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 1 | 238 | - |
| CMYK | 0.29 | 1.00 | 0 | 0.07 |
| HSL | 282.78º | 0.99% | 0.47% | - |
| HSV(B) | 282.78º | 1% | 0.93% | - |
| XYZ | 32.02 | 14.74 | 82.05 | - |
| YUV | 78.55 | 217.99 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 238 | 0.29 | 1.00 | 0 | 0.07 | 282.78 | 0.99 | 0.47 |
| Hex | AA | 1 | EE | 1D | 64 | 0 | 7 | 11B | 63 | 2F |
| Octal | 252 | 1 | 356 | 35 | 144 | 0 | 7 | 433 | 143 | 57 |
| Binary | 10101010 | 1 | 11101110 | 11101 | 1100100 | 0 | 111 | 100011011 | 1100011 | 101111 |
Color Harmonies of #AA01EE
Complementary color
Monochromatic Colors of #AA01EE
Black with #AA01EE
Text Example
Text Example
White with #AA01EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01EE; }
p { color: rgb(170,1,238); }
H1.HeaderClassName
{
color: #AA01EE;
}
.AnyTagClassName
{
color: #AA01EE;
}
</style>
background-color css
<style>
a { background-color: #AA01EE; }
a { background-color: rgb(170,1,238); }
div.DivClassName
{
background-color: #AA01EE;
}
.BgClassName
{
background-color: #AA01EE;
}
</style>
border-color css
<style>
span { border-color: #AA01EE; }
span { border-color: rgb(170,1,238); }
td.TdClassName
{
border-color: #AA01EE;
}
.TagClassName
{
border-color: #AA01EE;
}
</style>