Shades of Electric Purple #AA07EC
Tints of Electric Purple #AA07EC
RGB
CMYK
RGB Variations
Color information
#AA07EC (or 0xAA07EC) is known color: Electric Purple. HEX triplet: AA, 07 and EC. RGB value is (170,7,236). Sum of RGB (Red+Green+Blue) = 170+7+236=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA07EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA07EC is #55F813. Grayscale: #515151. Windows color (decimal): -5634068 or 15468458. OLE color: 15468458.
HSL color Cylindrical-coordinate representation of color #AA07EC: hue angle of 282.71º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA07EC is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 7 | 236 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.07 |
| HSL | 282.71º | 0.94% | 0.48% | - |
| HSV(B) | 282.71º | 0.97% | 0.93% | - |
| XYZ | 31.79 | 14.75 | 80.53 | - |
| YUV | 81.84 | 215 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 236 | 0.28 | 0.97 | 0 | 0.07 | 282.71 | 0.94 | 0.48 |
| Hex | AA | 7 | EC | 1C | 61 | 0 | 7 | 11B | 5E | 30 |
| Octal | 252 | 7 | 354 | 34 | 141 | 0 | 7 | 433 | 136 | 60 |
| Binary | 10101010 | 111 | 11101100 | 11100 | 1100001 | 0 | 111 | 100011011 | 1011110 | 110000 |
Color Harmonies of #AA07EC
Complementary color
Monochromatic Colors of #AA07EC
Black with #AA07EC
Text Example
Text Example
White with #AA07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA07EC; }
p { color: rgb(170,7,236); }
H1.HeaderClassName
{
color: #AA07EC;
}
.AnyTagClassName
{
color: #AA07EC;
}
</style>
background-color css
<style>
a { background-color: #AA07EC; }
a { background-color: rgb(170,7,236); }
div.DivClassName
{
background-color: #AA07EC;
}
.BgClassName
{
background-color: #AA07EC;
}
</style>
border-color css
<style>
span { border-color: #AA07EC; }
span { border-color: rgb(170,7,236); }
td.TdClassName
{
border-color: #AA07EC;
}
.TagClassName
{
border-color: #AA07EC;
}
</style>