Shades of Electric Purple #AA05EC
Tints of Electric Purple #AA05EC
RGB
CMYK
RGB Variations
Color information
#AA05EC (or 0xAA05EC) is known color: Electric Purple. HEX triplet: AA, 05 and EC. RGB value is (170,5,236). Sum of RGB (Red+Green+Blue) = 170+5+236=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA05EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA05EC is #55FA13. Grayscale: #4F4F4F. Windows color (decimal): -5634580 or 15467946. OLE color: 15467946.
HSL color Cylindrical-coordinate representation of color #AA05EC: hue angle of 282.86º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA05EC is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 5 | 236 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.07 |
| HSL | 282.86º | 0.96% | 0.47% | - |
| HSV(B) | 282.86º | 0.98% | 0.93% | - |
| XYZ | 31.77 | 14.71 | 80.52 | - |
| YUV | 80.67 | 215.66 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 236 | 0.28 | 0.98 | 0 | 0.07 | 282.86 | 0.96 | 0.47 |
| Hex | AA | 5 | EC | 1C | 62 | 0 | 7 | 11B | 60 | 2F |
| Octal | 252 | 5 | 354 | 34 | 142 | 0 | 7 | 433 | 140 | 57 |
| Binary | 10101010 | 101 | 11101100 | 11100 | 1100010 | 0 | 111 | 100011011 | 1100000 | 101111 |
Color Harmonies of #AA05EC
Complementary color
Monochromatic Colors of #AA05EC
Black with #AA05EC
Text Example
Text Example
White with #AA05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA05EC; }
p { color: rgb(170,5,236); }
H1.HeaderClassName
{
color: #AA05EC;
}
.AnyTagClassName
{
color: #AA05EC;
}
</style>
background-color css
<style>
a { background-color: #AA05EC; }
a { background-color: rgb(170,5,236); }
div.DivClassName
{
background-color: #AA05EC;
}
.BgClassName
{
background-color: #AA05EC;
}
</style>
border-color css
<style>
span { border-color: #AA05EC; }
span { border-color: rgb(170,5,236); }
td.TdClassName
{
border-color: #AA05EC;
}
.TagClassName
{
border-color: #AA05EC;
}
</style>