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