Shades of Electric Purple #AA02FE
Tints of Electric Purple #AA02FE
RGB
CMYK
RGB Variations
Color information
#AA02FE (or 0xAA02FE) is known color: Electric Purple. HEX triplet: AA, 02 and FE. RGB value is (170,2,254). Sum of RGB (Red+Green+Blue) = 170+2+254=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA02FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA02FE is #55FD01. Grayscale: #505050. Windows color (decimal): -5635330 or 16646826. OLE color: 16646826.
HSL color Cylindrical-coordinate representation of color #AA02FE: hue angle of 280º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02FE is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 2 | 254 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.5% | - |
| HSV(B) | 280º | 0.99% | 1% | - |
| XYZ | 34.49 | 15.75 | 94.99 | - |
| YUV | 80.96 | 225.66 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 254 | 0.33 | 0.99 | 0 | 0.00 | 280 | 0.99 | 0.5 |
| Hex | AA | 2 | FE | 21 | 63 | 0 | 0 | 118 | 63 | 32 |
| Octal | 252 | 2 | 376 | 41 | 143 | 0 | 0 | 430 | 143 | 62 |
| Binary | 10101010 | 10 | 11111110 | 100001 | 1100011 | 0 | 0 | 100011000 | 1100011 | 110010 |
Color Harmonies of #AA02FE
Complementary color
Monochromatic Colors of #AA02FE
Black with #AA02FE
Text Example
Text Example
White with #AA02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02FE; }
p { color: rgb(170,2,254); }
H1.HeaderClassName
{
color: #AA02FE;
}
.AnyTagClassName
{
color: #AA02FE;
}
</style>
background-color css
<style>
a { background-color: #AA02FE; }
a { background-color: rgb(170,2,254); }
div.DivClassName
{
background-color: #AA02FE;
}
.BgClassName
{
background-color: #AA02FE;
}
</style>
border-color css
<style>
span { border-color: #AA02FE; }
span { border-color: rgb(170,2,254); }
td.TdClassName
{
border-color: #AA02FE;
}
.TagClassName
{
border-color: #AA02FE;
}
</style>