Shades of Electric Purple #AA01E9
Tints of Electric Purple #AA01E9
RGB
CMYK
RGB Variations
Color information
#AA01E9 (or 0xAA01E9) is known color: Electric Purple. HEX triplet: AA, 01 and E9. RGB value is (170,1,233). Sum of RGB (Red+Green+Blue) = 170+1+233=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 233 (91.41% from 255 or 57.67% from 404); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA01E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA01E9 is #55FE16. Grayscale: #4D4D4D. Windows color (decimal): -5635607 or 15270314. OLE color: 15270314.
HSL color Cylindrical-coordinate representation of color #AA01E9: hue angle of 283.71º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA01E9 is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 1 | 233 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.09 |
| HSL | 283.71º | 0.99% | 0.46% | - |
| HSV(B) | 283.71º | 1% | 0.91% | - |
| XYZ | 31.3 | 14.45 | 78.23 | - |
| YUV | 77.98 | 215.49 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 233 | 0.27 | 1.00 | 0 | 0.09 | 283.71 | 0.99 | 0.46 |
| Hex | AA | 1 | E9 | 1B | 64 | 0 | 9 | 11C | 63 | 2E |
| Octal | 252 | 1 | 351 | 33 | 144 | 0 | 11 | 434 | 143 | 56 |
| Binary | 10101010 | 1 | 11101001 | 11011 | 1100100 | 0 | 1001 | 100011100 | 1100011 | 101110 |
Color Harmonies of #AA01E9
Complementary color
Monochromatic Colors of #AA01E9
Black with #AA01E9
Text Example
Text Example
White with #AA01E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA01E9; }
p { color: rgb(170,1,233); }
H1.HeaderClassName
{
color: #AA01E9;
}
.AnyTagClassName
{
color: #AA01E9;
}
</style>
background-color css
<style>
a { background-color: #AA01E9; }
a { background-color: rgb(170,1,233); }
div.DivClassName
{
background-color: #AA01E9;
}
.BgClassName
{
background-color: #AA01E9;
}
</style>
border-color css
<style>
span { border-color: #AA01E9; }
span { border-color: rgb(170,1,233); }
td.TdClassName
{
border-color: #AA01E9;
}
.TagClassName
{
border-color: #AA01E9;
}
</style>