Shades of Electric Purple #AA19EC
Tints of Electric Purple #AA19EC
RGB
CMYK
RGB Variations
Color information
#AA19EC (or 0xAA19EC) is known color: Electric Purple. HEX triplet: AA, 19 and EC. RGB value is (170,25,236). Sum of RGB (Red+Green+Blue) = 170+25+236=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA19EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA19EC is #55E613. Grayscale: #5B5B5B. Windows color (decimal): -5629460 or 15473066. OLE color: 15473066.
HSL color Cylindrical-coordinate representation of color #AA19EC: hue angle of 281.23º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA19EC is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 25 | 236 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.07 |
| HSL | 281.23º | 0.85% | 0.51% | - |
| HSV(B) | 281.23º | 0.89% | 0.93% | - |
| XYZ | 32.07 | 15.3 | 80.62 | - |
| YUV | 92.41 | 209.04 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 236 | 0.28 | 0.89 | 0 | 0.07 | 281.23 | 0.85 | 0.51 |
| Hex | AA | 19 | EC | 1C | 59 | 0 | 7 | 119 | 55 | 33 |
| Octal | 252 | 31 | 354 | 34 | 131 | 0 | 7 | 431 | 125 | 63 |
| Binary | 10101010 | 11001 | 11101100 | 11100 | 1011001 | 0 | 111 | 100011001 | 1010101 | 110011 |
Color Harmonies of #AA19EC
Complementary color
Monochromatic Colors of #AA19EC
Black with #AA19EC
Text Example
Text Example
White with #AA19EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19EC; }
p { color: rgb(170,25,236); }
H1.HeaderClassName
{
color: #AA19EC;
}
.AnyTagClassName
{
color: #AA19EC;
}
</style>
background-color css
<style>
a { background-color: #AA19EC; }
a { background-color: rgb(170,25,236); }
div.DivClassName
{
background-color: #AA19EC;
}
.BgClassName
{
background-color: #AA19EC;
}
</style>
border-color css
<style>
span { border-color: #AA19EC; }
span { border-color: rgb(170,25,236); }
td.TdClassName
{
border-color: #AA19EC;
}
.TagClassName
{
border-color: #AA19EC;
}
</style>