Shades of Electric Purple #AA16EC
Tints of Electric Purple #AA16EC
RGB
CMYK
RGB Variations
Color information
#AA16EC (or 0xAA16EC) is known color: Electric Purple. HEX triplet: AA, 16 and EC. RGB value is (170,22,236). Sum of RGB (Red+Green+Blue) = 170+22+236=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA16EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA16EC is #55E913. Grayscale: #595959. Windows color (decimal): -5630228 or 15472298. OLE color: 15472298.
HSL color Cylindrical-coordinate representation of color #AA16EC: hue angle of 281.5º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA16EC is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 22 | 236 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.07 |
| HSL | 281.5º | 0.85% | 0.51% | - |
| HSV(B) | 281.5º | 0.91% | 0.93% | - |
| XYZ | 32 | 15.18 | 80.6 | - |
| YUV | 90.65 | 210.03 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 236 | 0.28 | 0.91 | 0 | 0.07 | 281.5 | 0.85 | 0.51 |
| Hex | AA | 16 | EC | 1C | 5B | 0 | 7 | 119 | 55 | 33 |
| Octal | 252 | 26 | 354 | 34 | 133 | 0 | 7 | 431 | 125 | 63 |
| Binary | 10101010 | 10110 | 11101100 | 11100 | 1011011 | 0 | 111 | 100011001 | 1010101 | 110011 |
Color Harmonies of #AA16EC
Complementary color
Monochromatic Colors of #AA16EC
Black with #AA16EC
Text Example
Text Example
White with #AA16EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA16EC; }
p { color: rgb(170,22,236); }
H1.HeaderClassName
{
color: #AA16EC;
}
.AnyTagClassName
{
color: #AA16EC;
}
</style>
background-color css
<style>
a { background-color: #AA16EC; }
a { background-color: rgb(170,22,236); }
div.DivClassName
{
background-color: #AA16EC;
}
.BgClassName
{
background-color: #AA16EC;
}
</style>
border-color css
<style>
span { border-color: #AA16EC; }
span { border-color: rgb(170,22,236); }
td.TdClassName
{
border-color: #AA16EC;
}
.TagClassName
{
border-color: #AA16EC;
}
</style>