Shades of Electric Purple #AA19FA
Tints of Electric Purple #AA19FA
RGB
CMYK
RGB Variations
Color information
#AA19FA (or 0xAA19FA) is known color: Electric Purple. HEX triplet: AA, 19 and FA. RGB value is (170,25,250). Sum of RGB (Red+Green+Blue) = 170+25+250=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 25 (10.16% from 255 or 5.62% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA19FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA19FA is #55E605. Grayscale: #5D5D5D. Windows color (decimal): -5629446 or 16390570. OLE color: 16390570.
HSL color Cylindrical-coordinate representation of color #AA19FA: hue angle of 278.67º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA19FA is Cyan = 0.32, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 25 | 250 | - |
| CMYK | 0.32 | 0.9 | 0 | 0.02 |
| HSL | 278.67º | 0.96% | 0.54% | - |
| HSV(B) | 278.67º | 0.9% | 0.98% | - |
| XYZ | 34.18 | 16.14 | 91.76 | - |
| YUV | 94.01 | 216.04 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 250 | 0.32 | 0.9 | 0 | 0.02 | 278.67 | 0.96 | 0.54 |
| Hex | AA | 19 | FA | 20 | 5A | 0 | 2 | 117 | 60 | 36 |
| Octal | 252 | 31 | 372 | 40 | 132 | 0 | 2 | 427 | 140 | 66 |
| Binary | 10101010 | 11001 | 11111010 | 100000 | 1011010 | 0 | 10 | 100010111 | 1100000 | 110110 |
Color Harmonies of #AA19FA
Complementary color
Monochromatic Colors of #AA19FA
Black with #AA19FA
Text Example
Text Example
White with #AA19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19FA; }
p { color: rgb(170,25,250); }
H1.HeaderClassName
{
color: #AA19FA;
}
.AnyTagClassName
{
color: #AA19FA;
}
</style>
background-color css
<style>
a { background-color: #AA19FA; }
a { background-color: rgb(170,25,250); }
div.DivClassName
{
background-color: #AA19FA;
}
.BgClassName
{
background-color: #AA19FA;
}
</style>
border-color css
<style>
span { border-color: #AA19FA; }
span { border-color: rgb(170,25,250); }
td.TdClassName
{
border-color: #AA19FA;
}
.TagClassName
{
border-color: #AA19FA;
}
</style>