Shades of Electric Purple #AA06EC
Tints of Electric Purple #AA06EC
RGB
CMYK
RGB Variations
Color information
#AA06EC (or 0xAA06EC) is known color: Electric Purple. HEX triplet: AA, 06 and EC. RGB value is (170,6,236). Sum of RGB (Red+Green+Blue) = 170+6+236=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 236 (92.58% from 255 or 57.28% from 412); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA06EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA06EC is #55F913. Grayscale: #505050. Windows color (decimal): -5634324 or 15468202. OLE color: 15468202.
HSL color Cylindrical-coordinate representation of color #AA06EC: hue angle of 282.78º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA06EC is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 6 | 236 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.07 |
| HSL | 282.78º | 0.95% | 0.47% | - |
| HSV(B) | 282.78º | 0.97% | 0.93% | - |
| XYZ | 31.78 | 14.73 | 80.53 | - |
| YUV | 81.26 | 215.33 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 236 | 0.28 | 0.97 | 0 | 0.07 | 282.78 | 0.95 | 0.47 |
| Hex | AA | 6 | EC | 1C | 61 | 0 | 7 | 11B | 5F | 2F |
| Octal | 252 | 6 | 354 | 34 | 141 | 0 | 7 | 433 | 137 | 57 |
| Binary | 10101010 | 110 | 11101100 | 11100 | 1100001 | 0 | 111 | 100011011 | 1011111 | 101111 |
Color Harmonies of #AA06EC
Complementary color
Monochromatic Colors of #AA06EC
Black with #AA06EC
Text Example
Text Example
White with #AA06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA06EC; }
p { color: rgb(170,6,236); }
H1.HeaderClassName
{
color: #AA06EC;
}
.AnyTagClassName
{
color: #AA06EC;
}
</style>
background-color css
<style>
a { background-color: #AA06EC; }
a { background-color: rgb(170,6,236); }
div.DivClassName
{
background-color: #AA06EC;
}
.BgClassName
{
background-color: #AA06EC;
}
</style>
border-color css
<style>
span { border-color: #AA06EC; }
span { border-color: rgb(170,6,236); }
td.TdClassName
{
border-color: #AA06EC;
}
.TagClassName
{
border-color: #AA06EC;
}
</style>