Shades of Electric Purple #AA19FF
Tints of Electric Purple #AA19FF
RGB
CMYK
RGB Variations
Color information
#AA19FF (or 0xAA19FF) is known color: Electric Purple. HEX triplet: AA, 19 and FF. RGB value is (170,25,255). Sum of RGB (Red+Green+Blue) = 170+25+255=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 25 (10.16% from 255 or 5.56% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA19FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA19FF is #55E600. Grayscale: #5D5D5D. Windows color (decimal): -5629441 or 16718250. OLE color: 16718250.
HSL color Cylindrical-coordinate representation of color #AA19FF: hue angle of 277.83º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA19FF is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 25 | 255 | - |
| CMYK | 0.33 | 0.90 | 0 | 0 |
| HSL | 277.83º | 1% | 0.55% | - |
| HSV(B) | 277.83º | 0.9% | 1% | - |
| XYZ | 34.98 | 16.46 | 95.94 | - |
| YUV | 94.58 | 218.54 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 255 | 0.33 | 0.90 | 0 | 0 | 277.83 | 1 | 0.55 |
| Hex | AA | 19 | FF | 21 | 5A | 0 | 0 | 116 | 64 | 37 |
| Octal | 252 | 31 | 377 | 41 | 132 | 0 | 0 | 426 | 144 | 67 |
| Binary | 10101010 | 11001 | 11111111 | 100001 | 1011010 | 0 | 0 | 100010110 | 1100100 | 110111 |
Color Harmonies of #AA19FF
Complementary color
Monochromatic Colors of #AA19FF
Black with #AA19FF
Text Example
Text Example
White with #AA19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19FF; }
p { color: rgb(170,25,255); }
H1.HeaderClassName
{
color: #AA19FF;
}
.AnyTagClassName
{
color: #AA19FF;
}
</style>
background-color css
<style>
a { background-color: #AA19FF; }
a { background-color: rgb(170,25,255); }
div.DivClassName
{
background-color: #AA19FF;
}
.BgClassName
{
background-color: #AA19FF;
}
</style>
border-color css
<style>
span { border-color: #AA19FF; }
span { border-color: rgb(170,25,255); }
td.TdClassName
{
border-color: #AA19FF;
}
.TagClassName
{
border-color: #AA19FF;
}
</style>