Shades of Electric Purple #AA20FA
Tints of Electric Purple #AA20FA
RGB
CMYK
RGB Variations
Color information
#AA20FA (or 0xAA20FA) is known color: Electric Purple. HEX triplet: AA, 20 and FA. RGB value is (170,32,250). Sum of RGB (Red+Green+Blue) = 170+32+250=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 32 (12.89% from 255 or 7.08% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA20FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA20FA is #55DF05. Grayscale: #616161. Windows color (decimal): -5627654 or 16392362. OLE color: 16392362.
HSL color Cylindrical-coordinate representation of color #AA20FA: hue angle of 277.98º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA20FA is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 32 | 250 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.02 |
| HSL | 277.98º | 0.96% | 0.55% | - |
| HSV(B) | 277.98º | 0.87% | 0.98% | - |
| XYZ | 34.35 | 16.48 | 91.81 | - |
| YUV | 98.11 | 213.72 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 250 | 0.32 | 0.87 | 0 | 0.02 | 277.98 | 0.96 | 0.55 |
| Hex | AA | 20 | FA | 20 | 57 | 0 | 2 | 116 | 60 | 37 |
| Octal | 252 | 40 | 372 | 40 | 127 | 0 | 2 | 426 | 140 | 67 |
| Binary | 10101010 | 100000 | 11111010 | 100000 | 1010111 | 0 | 10 | 100010110 | 1100000 | 110111 |
Color Harmonies of #AA20FA
Complementary color
Monochromatic Colors of #AA20FA
Black with #AA20FA
Text Example
Text Example
White with #AA20FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA20FA; }
p { color: rgb(170,32,250); }
H1.HeaderClassName
{
color: #AA20FA;
}
.AnyTagClassName
{
color: #AA20FA;
}
</style>
background-color css
<style>
a { background-color: #AA20FA; }
a { background-color: rgb(170,32,250); }
div.DivClassName
{
background-color: #AA20FA;
}
.BgClassName
{
background-color: #AA20FA;
}
</style>
border-color css
<style>
span { border-color: #AA20FA; }
span { border-color: rgb(170,32,250); }
td.TdClassName
{
border-color: #AA20FA;
}
.TagClassName
{
border-color: #AA20FA;
}
</style>