Shades of Electric Purple #AA19FE
Tints of Electric Purple #AA19FE
RGB
CMYK
RGB Variations
Color information
#AA19FE (or 0xAA19FE) is known color: Electric Purple. HEX triplet: AA, 19 and FE. RGB value is (170,25,254). Sum of RGB (Red+Green+Blue) = 170+25+254=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA19FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA19FE is #55E601. Grayscale: #5D5D5D. Windows color (decimal): -5629442 or 16652714. OLE color: 16652714.
HSL color Cylindrical-coordinate representation of color #AA19FE: hue angle of 277.99º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA19FE is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 25 | 254 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.00 |
| HSL | 277.99º | 0.99% | 0.55% | - |
| HSV(B) | 277.99º | 0.9% | 1% | - |
| XYZ | 34.81 | 16.4 | 95.1 | - |
| YUV | 94.46 | 218.04 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 254 | 0.33 | 0.90 | 0 | 0.00 | 277.99 | 0.99 | 0.55 |
| Hex | AA | 19 | FE | 21 | 5A | 0 | 0 | 116 | 63 | 37 |
| Octal | 252 | 31 | 376 | 41 | 132 | 0 | 0 | 426 | 143 | 67 |
| Binary | 10101010 | 11001 | 11111110 | 100001 | 1011010 | 0 | 0 | 100010110 | 1100011 | 110111 |
Color Harmonies of #AA19FE
Complementary color
Monochromatic Colors of #AA19FE
Black with #AA19FE
Text Example
Text Example
White with #AA19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19FE; }
p { color: rgb(170,25,254); }
H1.HeaderClassName
{
color: #AA19FE;
}
.AnyTagClassName
{
color: #AA19FE;
}
</style>
background-color css
<style>
a { background-color: #AA19FE; }
a { background-color: rgb(170,25,254); }
div.DivClassName
{
background-color: #AA19FE;
}
.BgClassName
{
background-color: #AA19FE;
}
</style>
border-color css
<style>
span { border-color: #AA19FE; }
span { border-color: rgb(170,25,254); }
td.TdClassName
{
border-color: #AA19FE;
}
.TagClassName
{
border-color: #AA19FE;
}
</style>