Shades of Electric Purple #AE02EC
Tints of Electric Purple #AE02EC
RGB
CMYK
RGB Variations
Color information
#AE02EC (or 0xAE02EC) is known color: Electric Purple. HEX triplet: AE, 02 and EC. RGB value is (174,2,236). Sum of RGB (Red+Green+Blue) = 174+2+236=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 2 (1.17% from 255 or 0.49% 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 #AE02EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE02EC is #51FD13. Grayscale: #4F4F4F. Windows color (decimal): -5373204 or 15467182. OLE color: 15467182.
HSL color Cylindrical-coordinate representation of color #AE02EC: hue angle of 284.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE02EC is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 2 | 236 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.07 |
| HSL | 284.1º | 0.98% | 0.47% | - |
| HSV(B) | 284.1º | 0.99% | 0.93% | - |
| XYZ | 32.62 | 15.1 | 80.55 | - |
| YUV | 80.1 | 215.98 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 236 | 0.26 | 0.99 | 0 | 0.07 | 284.1 | 0.98 | 0.47 |
| Hex | AE | 2 | EC | 1A | 63 | 0 | 7 | 11C | 62 | 2F |
| Octal | 256 | 2 | 354 | 32 | 143 | 0 | 7 | 434 | 142 | 57 |
| Binary | 10101110 | 10 | 11101100 | 11010 | 1100011 | 0 | 111 | 100011100 | 1100010 | 101111 |
Color Harmonies of #AE02EC
Complementary color
Monochromatic Colors of #AE02EC
Black with #AE02EC
Text Example
Text Example
White with #AE02EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE02EC; }
p { color: rgb(174,2,236); }
H1.HeaderClassName
{
color: #AE02EC;
}
.AnyTagClassName
{
color: #AE02EC;
}
</style>
background-color css
<style>
a { background-color: #AE02EC; }
a { background-color: rgb(174,2,236); }
div.DivClassName
{
background-color: #AE02EC;
}
.BgClassName
{
background-color: #AE02EC;
}
</style>
border-color css
<style>
span { border-color: #AE02EC; }
span { border-color: rgb(174,2,236); }
td.TdClassName
{
border-color: #AE02EC;
}
.TagClassName
{
border-color: #AE02EC;
}
</style>