Shades of Electric Purple #AA02EF
Tints of Electric Purple #AA02EF
RGB
CMYK
RGB Variations
Color information
#AA02EF (or 0xAA02EF) is known color: Electric Purple. HEX triplet: AA, 02 and EF. RGB value is (170,2,239). Sum of RGB (Red+Green+Blue) = 170+2+239=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA02EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA02EF is #55FD10. Grayscale: #4E4E4E. Windows color (decimal): -5635345 or 15663786. OLE color: 15663786.
HSL color Cylindrical-coordinate representation of color #AA02EF: hue angle of 282.53º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA02EF is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 2 | 239 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.06 |
| HSL | 282.53º | 0.98% | 0.47% | - |
| HSV(B) | 282.53º | 0.99% | 0.94% | - |
| XYZ | 32.18 | 14.82 | 82.83 | - |
| YUV | 79.25 | 218.16 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 239 | 0.29 | 0.99 | 0 | 0.06 | 282.53 | 0.98 | 0.47 |
| Hex | AA | 2 | EF | 1D | 63 | 0 | 6 | 11B | 62 | 2F |
| Octal | 252 | 2 | 357 | 35 | 143 | 0 | 6 | 433 | 142 | 57 |
| Binary | 10101010 | 10 | 11101111 | 11101 | 1100011 | 0 | 110 | 100011011 | 1100010 | 101111 |
Color Harmonies of #AA02EF
Complementary color
Monochromatic Colors of #AA02EF
Black with #AA02EF
Text Example
Text Example
White with #AA02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA02EF; }
p { color: rgb(170,2,239); }
H1.HeaderClassName
{
color: #AA02EF;
}
.AnyTagClassName
{
color: #AA02EF;
}
</style>
background-color css
<style>
a { background-color: #AA02EF; }
a { background-color: rgb(170,2,239); }
div.DivClassName
{
background-color: #AA02EF;
}
.BgClassName
{
background-color: #AA02EF;
}
</style>
border-color css
<style>
span { border-color: #AA02EF; }
span { border-color: rgb(170,2,239); }
td.TdClassName
{
border-color: #AA02EF;
}
.TagClassName
{
border-color: #AA02EF;
}
</style>