Shades of Electric Purple #AE0EEC
Tints of Electric Purple #AE0EEC
RGB
CMYK
RGB Variations
Color information
#AE0EEC (or 0xAE0EEC) is known color: Electric Purple. HEX triplet: AE, 0E and EC. RGB value is (174,14,236). Sum of RGB (Red+Green+Blue) = 174+14+236=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 14 (5.86% from 255 or 3.30% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE0EEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0EEC is #51F113. Grayscale: #565656. Windows color (decimal): -5370132 or 15470254. OLE color: 15470254.
HSL color Cylindrical-coordinate representation of color #AE0EEC: hue angle of 283.24º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0EEC is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 14 | 236 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.07 |
| HSL | 283.24º | 0.89% | 0.49% | - |
| HSV(B) | 283.24º | 0.94% | 0.93% | - |
| XYZ | 32.75 | 15.37 | 80.6 | - |
| YUV | 87.15 | 212.01 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 14 | 236 | 0.26 | 0.94 | 0 | 0.07 | 283.24 | 0.89 | 0.49 |
| Hex | AE | E | EC | 1A | 5E | 0 | 7 | 11B | 59 | 31 |
| Octal | 256 | 16 | 354 | 32 | 136 | 0 | 7 | 433 | 131 | 61 |
| Binary | 10101110 | 1110 | 11101100 | 11010 | 1011110 | 0 | 111 | 100011011 | 1011001 | 110001 |
Color Harmonies of #AE0EEC
Complementary color
Monochromatic Colors of #AE0EEC
Black with #AE0EEC
Text Example
Text Example
White with #AE0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0EEC; }
p { color: rgb(174,14,236); }
H1.HeaderClassName
{
color: #AE0EEC;
}
.AnyTagClassName
{
color: #AE0EEC;
}
</style>
background-color css
<style>
a { background-color: #AE0EEC; }
a { background-color: rgb(174,14,236); }
div.DivClassName
{
background-color: #AE0EEC;
}
.BgClassName
{
background-color: #AE0EEC;
}
</style>
border-color css
<style>
span { border-color: #AE0EEC; }
span { border-color: rgb(174,14,236); }
td.TdClassName
{
border-color: #AE0EEC;
}
.TagClassName
{
border-color: #AE0EEC;
}
</style>