Shades of Electric Purple #AA19F9
Tints of Electric Purple #AA19F9
RGB
CMYK
RGB Variations
Color information
#AA19F9 (or 0xAA19F9) is known color: Electric Purple. HEX triplet: AA, 19 and F9. RGB value is (170,25,249). Sum of RGB (Red+Green+Blue) = 170+25+249=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 249 (97.66% from 255 or 56.08% from 444); Max value from RGB is 249 - color contains mainly: blue. Hex color #AA19F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA19F9 is #55E606. Grayscale: #5D5D5D. Windows color (decimal): -5629447 or 16325034. OLE color: 16325034.
HSL color Cylindrical-coordinate representation of color #AA19F9: hue angle of 278.84º degrees, saturation: 0.95, 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 #AA19F9 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 25 | 249 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.02 |
| HSL | 278.84º | 0.95% | 0.54% | - |
| HSV(B) | 278.84º | 0.9% | 0.98% | - |
| XYZ | 34.02 | 16.08 | 90.93 | - |
| YUV | 93.89 | 215.54 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 249 | 0.32 | 0.90 | 0 | 0.02 | 278.84 | 0.95 | 0.54 |
| Hex | AA | 19 | F9 | 20 | 5A | 0 | 2 | 117 | 5F | 36 |
| Octal | 252 | 31 | 371 | 40 | 132 | 0 | 2 | 427 | 137 | 66 |
| Binary | 10101010 | 11001 | 11111001 | 100000 | 1011010 | 0 | 10 | 100010111 | 1011111 | 110110 |
Color Harmonies of #AA19F9
Complementary color
Monochromatic Colors of #AA19F9
Black with #AA19F9
Text Example
Text Example
White with #AA19F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19F9; }
p { color: rgb(170,25,249); }
H1.HeaderClassName
{
color: #AA19F9;
}
.AnyTagClassName
{
color: #AA19F9;
}
</style>
background-color css
<style>
a { background-color: #AA19F9; }
a { background-color: rgb(170,25,249); }
div.DivClassName
{
background-color: #AA19F9;
}
.BgClassName
{
background-color: #AA19F9;
}
</style>
border-color css
<style>
span { border-color: #AA19F9; }
span { border-color: rgb(170,25,249); }
td.TdClassName
{
border-color: #AA19F9;
}
.TagClassName
{
border-color: #AA19F9;
}
</style>