Shades of Electric Purple #AA02FA
Tints of Electric Purple #AA02FA
RGB
CMYK
RGB Variations
Color information
#AA02FA (or 0xAA02FA) is known color: Electric Purple. HEX triplet: AA, 02 and FA. RGB value is (170,2,250). Sum of RGB (Red+Green+Blue) = 170+2+250=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA02FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA02FA is #55FD05. Grayscale: #4F4F4F. Windows color (decimal): -5635334 or 16384682. OLE color: 16384682.
HSL color Cylindrical-coordinate representation of color #AA02FA: hue angle of 280.65º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02FA is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 2 | 250 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.02 |
| HSL | 280.65º | 0.98% | 0.49% | - |
| HSV(B) | 280.65º | 0.99% | 0.98% | - |
| XYZ | 33.85 | 15.49 | 91.65 | - |
| YUV | 80.5 | 223.66 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 250 | 0.32 | 0.99 | 0 | 0.02 | 280.65 | 0.98 | 0.49 |
| Hex | AA | 2 | FA | 20 | 63 | 0 | 2 | 119 | 62 | 31 |
| Octal | 252 | 2 | 372 | 40 | 143 | 0 | 2 | 431 | 142 | 61 |
| Binary | 10101010 | 10 | 11111010 | 100000 | 1100011 | 0 | 10 | 100011001 | 1100010 | 110001 |
Color Harmonies of #AA02FA
Complementary color
Monochromatic Colors of #AA02FA
Black with #AA02FA
Text Example
Text Example
White with #AA02FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02FA; }
p { color: rgb(170,2,250); }
H1.HeaderClassName
{
color: #AA02FA;
}
.AnyTagClassName
{
color: #AA02FA;
}
</style>
background-color css
<style>
a { background-color: #AA02FA; }
a { background-color: rgb(170,2,250); }
div.DivClassName
{
background-color: #AA02FA;
}
.BgClassName
{
background-color: #AA02FA;
}
</style>
border-color css
<style>
span { border-color: #AA02FA; }
span { border-color: rgb(170,2,250); }
td.TdClassName
{
border-color: #AA02FA;
}
.TagClassName
{
border-color: #AA02FA;
}
</style>