Shades of Electric Purple #AE18EC
Tints of Electric Purple #AE18EC
RGB
CMYK
RGB Variations
Color information
#AE18EC (or 0xAE18EC) is known color: Electric Purple. HEX triplet: AE, 18 and EC. RGB value is (174,24,236). Sum of RGB (Red+Green+Blue) = 174+24+236=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE18EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE18EC is #51E713. Grayscale: #5C5C5C. Windows color (decimal): -5367572 or 15472814. OLE color: 15472814.
HSL color Cylindrical-coordinate representation of color #AE18EC: hue angle of 282.45º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE18EC is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 24 | 236 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.07 |
| HSL | 282.45º | 0.85% | 0.51% | - |
| HSV(B) | 282.45º | 0.9% | 0.93% | - |
| XYZ | 32.92 | 15.71 | 80.65 | - |
| YUV | 93.02 | 208.7 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 24 | 236 | 0.26 | 0.90 | 0 | 0.07 | 282.45 | 0.85 | 0.51 |
| Hex | AE | 18 | EC | 1A | 5A | 0 | 7 | 11A | 55 | 33 |
| Octal | 256 | 30 | 354 | 32 | 132 | 0 | 7 | 432 | 125 | 63 |
| Binary | 10101110 | 11000 | 11101100 | 11010 | 1011010 | 0 | 111 | 100011010 | 1010101 | 110011 |
Color Harmonies of #AE18EC
Complementary color
Monochromatic Colors of #AE18EC
Black with #AE18EC
Text Example
Text Example
White with #AE18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE18EC; }
p { color: rgb(174,24,236); }
H1.HeaderClassName
{
color: #AE18EC;
}
.AnyTagClassName
{
color: #AE18EC;
}
</style>
background-color css
<style>
a { background-color: #AE18EC; }
a { background-color: rgb(174,24,236); }
div.DivClassName
{
background-color: #AE18EC;
}
.BgClassName
{
background-color: #AE18EC;
}
</style>
border-color css
<style>
span { border-color: #AE18EC; }
span { border-color: rgb(174,24,236); }
td.TdClassName
{
border-color: #AE18EC;
}
.TagClassName
{
border-color: #AE18EC;
}
</style>