Shades of Electric Purple #AE17EC
Tints of Electric Purple #AE17EC
RGB
CMYK
RGB Variations
Color information
#AE17EC (or 0xAE17EC) is known color: Electric Purple. HEX triplet: AE, 17 and EC. RGB value is (174,23,236). Sum of RGB (Red+Green+Blue) = 174+23+236=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE17EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE17EC is #51E813. Grayscale: #5B5B5B. Windows color (decimal): -5367828 or 15472558. OLE color: 15472558.
HSL color Cylindrical-coordinate representation of color #AE17EC: hue angle of 282.54º 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 #AE17EC is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 23 | 236 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.07 |
| HSL | 282.54º | 0.85% | 0.51% | - |
| HSV(B) | 282.54º | 0.9% | 0.93% | - |
| XYZ | 32.9 | 15.67 | 80.65 | - |
| YUV | 92.43 | 209.03 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 23 | 236 | 0.26 | 0.90 | 0 | 0.07 | 282.54 | 0.85 | 0.51 |
| Hex | AE | 17 | EC | 1A | 5A | 0 | 7 | 11B | 55 | 33 |
| Octal | 256 | 27 | 354 | 32 | 132 | 0 | 7 | 433 | 125 | 63 |
| Binary | 10101110 | 10111 | 11101100 | 11010 | 1011010 | 0 | 111 | 100011011 | 1010101 | 110011 |
Color Harmonies of #AE17EC
Complementary color
Monochromatic Colors of #AE17EC
Black with #AE17EC
Text Example
Text Example
White with #AE17EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE17EC; }
p { color: rgb(174,23,236); }
H1.HeaderClassName
{
color: #AE17EC;
}
.AnyTagClassName
{
color: #AE17EC;
}
</style>
background-color css
<style>
a { background-color: #AE17EC; }
a { background-color: rgb(174,23,236); }
div.DivClassName
{
background-color: #AE17EC;
}
.BgClassName
{
background-color: #AE17EC;
}
</style>
border-color css
<style>
span { border-color: #AE17EC; }
span { border-color: rgb(174,23,236); }
td.TdClassName
{
border-color: #AE17EC;
}
.TagClassName
{
border-color: #AE17EC;
}
</style>