Shades of Electric Purple #AA13EC
Tints of Electric Purple #AA13EC
RGB
CMYK
RGB Variations
Color information
#AA13EC (or 0xAA13EC) is known color: Electric Purple. HEX triplet: AA, 13 and EC. RGB value is (170,19,236). Sum of RGB (Red+Green+Blue) = 170+19+236=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 236 (92.58% from 255 or 55.53% from 425); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA13EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AA13EC is #55EC13. Grayscale: #585858. Windows color (decimal): -5630996 or 15471530. OLE color: 15471530.
HSL color Cylindrical-coordinate representation of color #AA13EC: hue angle of 281.75º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA13EC is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 19 | 236 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.07 |
| HSL | 281.75º | 0.85% | 0.5% | - |
| HSV(B) | 281.75º | 0.92% | 0.93% | - |
| XYZ | 31.95 | 15.07 | 80.58 | - |
| YUV | 88.89 | 211.03 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 236 | 0.28 | 0.92 | 0 | 0.07 | 281.75 | 0.85 | 0.5 |
| Hex | AA | 13 | EC | 1C | 5C | 0 | 7 | 11A | 55 | 32 |
| Octal | 252 | 23 | 354 | 34 | 134 | 0 | 7 | 432 | 125 | 62 |
| Binary | 10101010 | 10011 | 11101100 | 11100 | 1011100 | 0 | 111 | 100011010 | 1010101 | 110010 |
Color Harmonies of #AA13EC
Complementary color
Monochromatic Colors of #AA13EC
Black with #AA13EC
Text Example
Text Example
White with #AA13EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA13EC; }
p { color: rgb(170,19,236); }
H1.HeaderClassName
{
color: #AA13EC;
}
.AnyTagClassName
{
color: #AA13EC;
}
</style>
background-color css
<style>
a { background-color: #AA13EC; }
a { background-color: rgb(170,19,236); }
div.DivClassName
{
background-color: #AA13EC;
}
.BgClassName
{
background-color: #AA13EC;
}
</style>
border-color css
<style>
span { border-color: #AA13EC; }
span { border-color: rgb(170,19,236); }
td.TdClassName
{
border-color: #AA13EC;
}
.TagClassName
{
border-color: #AA13EC;
}
</style>