Shades of Electric Purple #AA20FF
Tints of Electric Purple #AA20FF
RGB
CMYK
RGB Variations
Color information
#AA20FF (or 0xAA20FF) is known color: Electric Purple. HEX triplet: AA, 20 and FF. RGB value is (170,32,255). Sum of RGB (Red+Green+Blue) = 170+32+255=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 32 (12.89% from 255 or 7.00% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA20FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA20FF is #55DF00. Grayscale: #616161. Windows color (decimal): -5627649 or 16720042. OLE color: 16720042.
HSL color Cylindrical-coordinate representation of color #AA20FF: hue angle of 277.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA20FF is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 32 | 255 | - |
| CMYK | 0.33 | 0.87 | 0 | 0 |
| HSL | 277.13º | 1% | 0.56% | - |
| HSV(B) | 277.13º | 0.87% | 1% | - |
| XYZ | 35.14 | 16.8 | 96 | - |
| YUV | 98.68 | 216.22 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 32 | 255 | 0.33 | 0.87 | 0 | 0 | 277.13 | 1 | 0.56 |
| Hex | AA | 20 | FF | 21 | 57 | 0 | 0 | 115 | 64 | 38 |
| Octal | 252 | 40 | 377 | 41 | 127 | 0 | 0 | 425 | 144 | 70 |
| Binary | 10101010 | 100000 | 11111111 | 100001 | 1010111 | 0 | 0 | 100010101 | 1100100 | 111000 |
Color Harmonies of #AA20FF
Complementary color
Monochromatic Colors of #AA20FF
Black with #AA20FF
Text Example
Text Example
White with #AA20FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA20FF; }
p { color: rgb(170,32,255); }
H1.HeaderClassName
{
color: #AA20FF;
}
.AnyTagClassName
{
color: #AA20FF;
}
</style>
background-color css
<style>
a { background-color: #AA20FF; }
a { background-color: rgb(170,32,255); }
div.DivClassName
{
background-color: #AA20FF;
}
.BgClassName
{
background-color: #AA20FF;
}
</style>
border-color css
<style>
span { border-color: #AA20FF; }
span { border-color: rgb(170,32,255); }
td.TdClassName
{
border-color: #AA20FF;
}
.TagClassName
{
border-color: #AA20FF;
}
</style>