Shades of Electric Purple #AA02FB
Tints of Electric Purple #AA02FB
RGB
CMYK
RGB Variations
Color information
#AA02FB (or 0xAA02FB) is known color: Electric Purple. HEX triplet: AA, 02 and FB. RGB value is (170,2,251). Sum of RGB (Red+Green+Blue) = 170+2+251=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 2 (1.17% from 255 or 0.47% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA02FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA02FB is #55FD04. Grayscale: #4F4F4F. Windows color (decimal): -5635333 or 16450218. OLE color: 16450218.
HSL color Cylindrical-coordinate representation of color #AA02FB: hue angle of 280.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02FB is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 2 | 251 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.02 |
| HSL | 280.48º | 0.98% | 0.5% | - |
| HSV(B) | 280.48º | 0.99% | 0.98% | - |
| XYZ | 34.01 | 15.55 | 92.48 | - |
| YUV | 80.62 | 224.16 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 251 | 0.32 | 0.99 | 0 | 0.02 | 280.48 | 0.98 | 0.5 |
| Hex | AA | 2 | FB | 20 | 63 | 0 | 2 | 118 | 62 | 32 |
| Octal | 252 | 2 | 373 | 40 | 143 | 0 | 2 | 430 | 142 | 62 |
| Binary | 10101010 | 10 | 11111011 | 100000 | 1100011 | 0 | 10 | 100011000 | 1100010 | 110010 |
Color Harmonies of #AA02FB
Complementary color
Monochromatic Colors of #AA02FB
Black with #AA02FB
Text Example
Text Example
White with #AA02FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02FB; }
p { color: rgb(170,2,251); }
H1.HeaderClassName
{
color: #AA02FB;
}
.AnyTagClassName
{
color: #AA02FB;
}
</style>
background-color css
<style>
a { background-color: #AA02FB; }
a { background-color: rgb(170,2,251); }
div.DivClassName
{
background-color: #AA02FB;
}
.BgClassName
{
background-color: #AA02FB;
}
</style>
border-color css
<style>
span { border-color: #AA02FB; }
span { border-color: rgb(170,2,251); }
td.TdClassName
{
border-color: #AA02FB;
}
.TagClassName
{
border-color: #AA02FB;
}
</style>