Shades of Electric Purple #AA02FC
Tints of Electric Purple #AA02FC
RGB
CMYK
RGB Variations
Color information
#AA02FC (or 0xAA02FC) is known color: Electric Purple. HEX triplet: AA, 02 and FC. RGB value is (170,2,252). Sum of RGB (Red+Green+Blue) = 170+2+252=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA02FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA02FC is #55FD03. Grayscale: #4F4F4F. Windows color (decimal): -5635332 or 16515754. OLE color: 16515754.
HSL color Cylindrical-coordinate representation of color #AA02FC: hue angle of 280.32º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02FC is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 2 | 252 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.01 |
| HSL | 280.32º | 0.98% | 0.5% | - |
| HSV(B) | 280.32º | 0.99% | 0.99% | - |
| XYZ | 34.17 | 15.62 | 93.31 | - |
| YUV | 80.73 | 224.66 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 252 | 0.33 | 0.99 | 0 | 0.01 | 280.32 | 0.98 | 0.5 |
| Hex | AA | 2 | FC | 21 | 63 | 0 | 1 | 118 | 62 | 32 |
| Octal | 252 | 2 | 374 | 41 | 143 | 0 | 1 | 430 | 142 | 62 |
| Binary | 10101010 | 10 | 11111100 | 100001 | 1100011 | 0 | 1 | 100011000 | 1100010 | 110010 |
Color Harmonies of #AA02FC
Complementary color
Monochromatic Colors of #AA02FC
Black with #AA02FC
Text Example
Text Example
White with #AA02FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02FC; }
p { color: rgb(170,2,252); }
H1.HeaderClassName
{
color: #AA02FC;
}
.AnyTagClassName
{
color: #AA02FC;
}
</style>
background-color css
<style>
a { background-color: #AA02FC; }
a { background-color: rgb(170,2,252); }
div.DivClassName
{
background-color: #AA02FC;
}
.BgClassName
{
background-color: #AA02FC;
}
</style>
border-color css
<style>
span { border-color: #AA02FC; }
span { border-color: rgb(170,2,252); }
td.TdClassName
{
border-color: #AA02FC;
}
.TagClassName
{
border-color: #AA02FC;
}
</style>