Shades of Electric Purple #AA15E9
Tints of Electric Purple #AA15E9
RGB
CMYK
RGB Variations
Color information
#AA15E9 (or 0xAA15E9) is known color: Electric Purple. HEX triplet: AA, 15 and E9. RGB value is (170,21,233). Sum of RGB (Red+Green+Blue) = 170+21+233=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 233 (91.41% from 255 or 54.95% from 424); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA15E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA15E9 is #55EA16. Grayscale: #595959. Windows color (decimal): -5630487 or 15275434. OLE color: 15275434.
HSL color Cylindrical-coordinate representation of color #AA15E9: hue angle of 282.17º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA15E9 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 21 | 233 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.09 |
| HSL | 282.17º | 0.83% | 0.5% | - |
| HSV(B) | 282.17º | 0.91% | 0.91% | - |
| XYZ | 31.55 | 14.97 | 78.32 | - |
| YUV | 89.72 | 208.86 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 233 | 0.27 | 0.91 | 0 | 0.09 | 282.17 | 0.83 | 0.5 |
| Hex | AA | 15 | E9 | 1B | 5B | 0 | 9 | 11A | 53 | 32 |
| Octal | 252 | 25 | 351 | 33 | 133 | 0 | 11 | 432 | 123 | 62 |
| Binary | 10101010 | 10101 | 11101001 | 11011 | 1011011 | 0 | 1001 | 100011010 | 1010011 | 110010 |
Color Harmonies of #AA15E9
Complementary color
Monochromatic Colors of #AA15E9
Black with #AA15E9
Text Example
Text Example
White with #AA15E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA15E9; }
p { color: rgb(170,21,233); }
H1.HeaderClassName
{
color: #AA15E9;
}
.AnyTagClassName
{
color: #AA15E9;
}
</style>
background-color css
<style>
a { background-color: #AA15E9; }
a { background-color: rgb(170,21,233); }
div.DivClassName
{
background-color: #AA15E9;
}
.BgClassName
{
background-color: #AA15E9;
}
</style>
border-color css
<style>
span { border-color: #AA15E9; }
span { border-color: rgb(170,21,233); }
td.TdClassName
{
border-color: #AA15E9;
}
.TagClassName
{
border-color: #AA15E9;
}
</style>