Shades of Electric Purple #AA03E9
Tints of Electric Purple #AA03E9
RGB
CMYK
RGB Variations
Color information
#AA03E9 (or 0xAA03E9) is known color: Electric Purple. HEX triplet: AA, 03 and E9. RGB value is (170,3,233). Sum of RGB (Red+Green+Blue) = 170+3+233=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 233 (91.41% from 255 or 57.39% from 406); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA03E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA03E9 is #55FC16. Grayscale: #4E4E4E. Windows color (decimal): -5635095 or 15270826. OLE color: 15270826.
HSL color Cylindrical-coordinate representation of color #AA03E9: hue angle of 283.57º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA03E9 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 3 | 233 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.09 |
| HSL | 283.57º | 0.97% | 0.46% | - |
| HSV(B) | 283.57º | 0.99% | 0.91% | - |
| XYZ | 31.32 | 14.49 | 78.24 | - |
| YUV | 79.15 | 214.83 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 233 | 0.27 | 0.99 | 0 | 0.09 | 283.57 | 0.97 | 0.46 |
| Hex | AA | 3 | E9 | 1B | 63 | 0 | 9 | 11C | 61 | 2E |
| Octal | 252 | 3 | 351 | 33 | 143 | 0 | 11 | 434 | 141 | 56 |
| Binary | 10101010 | 11 | 11101001 | 11011 | 1100011 | 0 | 1001 | 100011100 | 1100001 | 101110 |
Color Harmonies of #AA03E9
Complementary color
Monochromatic Colors of #AA03E9
Black with #AA03E9
Text Example
Text Example
White with #AA03E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA03E9; }
p { color: rgb(170,3,233); }
H1.HeaderClassName
{
color: #AA03E9;
}
.AnyTagClassName
{
color: #AA03E9;
}
</style>
background-color css
<style>
a { background-color: #AA03E9; }
a { background-color: rgb(170,3,233); }
div.DivClassName
{
background-color: #AA03E9;
}
.BgClassName
{
background-color: #AA03E9;
}
</style>
border-color css
<style>
span { border-color: #AA03E9; }
span { border-color: rgb(170,3,233); }
td.TdClassName
{
border-color: #AA03E9;
}
.TagClassName
{
border-color: #AA03E9;
}
</style>