Shades of Electric Purple #AA19E9
Tints of Electric Purple #AA19E9
RGB
CMYK
RGB Variations
Color information
#AA19E9 (or 0xAA19E9) is known color: Electric Purple. HEX triplet: AA, 19 and E9. RGB value is (170,25,233). Sum of RGB (Red+Green+Blue) = 170+25+233=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 233 (91.41% from 255 or 54.44% from 428); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA19E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA19E9 is #55E616. Grayscale: #5B5B5B. Windows color (decimal): -5629463 or 15276458. OLE color: 15276458.
HSL color Cylindrical-coordinate representation of color #AA19E9: hue angle of 281.83º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA19E9 is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 25 | 233 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.09 |
| HSL | 281.83º | 0.83% | 0.51% | - |
| HSV(B) | 281.83º | 0.89% | 0.91% | - |
| XYZ | 31.63 | 15.12 | 78.34 | - |
| YUV | 92.07 | 207.54 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 233 | 0.27 | 0.89 | 0 | 0.09 | 281.83 | 0.83 | 0.51 |
| Hex | AA | 19 | E9 | 1B | 59 | 0 | 9 | 11A | 53 | 33 |
| Octal | 252 | 31 | 351 | 33 | 131 | 0 | 11 | 432 | 123 | 63 |
| Binary | 10101010 | 11001 | 11101001 | 11011 | 1011001 | 0 | 1001 | 100011010 | 1010011 | 110011 |
Color Harmonies of #AA19E9
Complementary color
Monochromatic Colors of #AA19E9
Black with #AA19E9
Text Example
Text Example
White with #AA19E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19E9; }
p { color: rgb(170,25,233); }
H1.HeaderClassName
{
color: #AA19E9;
}
.AnyTagClassName
{
color: #AA19E9;
}
</style>
background-color css
<style>
a { background-color: #AA19E9; }
a { background-color: rgb(170,25,233); }
div.DivClassName
{
background-color: #AA19E9;
}
.BgClassName
{
background-color: #AA19E9;
}
</style>
border-color css
<style>
span { border-color: #AA19E9; }
span { border-color: rgb(170,25,233); }
td.TdClassName
{
border-color: #AA19E9;
}
.TagClassName
{
border-color: #AA19E9;
}
</style>