Shades of Electric Purple #AA19F7
Tints of Electric Purple #AA19F7
RGB
CMYK
RGB Variations
Color information
#AA19F7 (or 0xAA19F7) is known color: Electric Purple. HEX triplet: AA, 19 and F7. RGB value is (170,25,247). Sum of RGB (Red+Green+Blue) = 170+25+247=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 25 (10.16% from 255 or 5.66% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA19F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA19F7 is #55E608. Grayscale: #5C5C5C. Windows color (decimal): -5629449 or 16193962. OLE color: 16193962.
HSL color Cylindrical-coordinate representation of color #AA19F7: hue angle of 279.19º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA19F7 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 25 | 247 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.03 |
| HSL | 279.19º | 0.93% | 0.53% | - |
| HSV(B) | 279.19º | 0.9% | 0.97% | - |
| XYZ | 33.71 | 15.96 | 89.3 | - |
| YUV | 93.66 | 214.54 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 247 | 0.31 | 0.90 | 0 | 0.03 | 279.19 | 0.93 | 0.53 |
| Hex | AA | 19 | F7 | 1F | 5A | 0 | 3 | 117 | 5D | 35 |
| Octal | 252 | 31 | 367 | 37 | 132 | 0 | 3 | 427 | 135 | 65 |
| Binary | 10101010 | 11001 | 11110111 | 11111 | 1011010 | 0 | 11 | 100010111 | 1011101 | 110101 |
Color Harmonies of #AA19F7
Complementary color
Monochromatic Colors of #AA19F7
Black with #AA19F7
Text Example
Text Example
White with #AA19F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA19F7; }
p { color: rgb(170,25,247); }
H1.HeaderClassName
{
color: #AA19F7;
}
.AnyTagClassName
{
color: #AA19F7;
}
</style>
background-color css
<style>
a { background-color: #AA19F7; }
a { background-color: rgb(170,25,247); }
div.DivClassName
{
background-color: #AA19F7;
}
.BgClassName
{
background-color: #AA19F7;
}
</style>
border-color css
<style>
span { border-color: #AA19F7; }
span { border-color: rgb(170,25,247); }
td.TdClassName
{
border-color: #AA19F7;
}
.TagClassName
{
border-color: #AA19F7;
}
</style>