Shades of Electric Purple #AE17E6
Tints of Electric Purple #AE17E6
RGB
CMYK
RGB Variations
Color information
#AE17E6 (or 0xAE17E6) is known color: Electric Purple. HEX triplet: AE, 17 and E6. RGB value is (174,23,230). Sum of RGB (Red+Green+Blue) = 174+23+230=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 230 (90.23% from 255 or 53.86% from 427); Max value from RGB is 230 - color contains mainly: blue. Hex color #AE17E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE17E6 is #51E819. Grayscale: #5B5B5B. Windows color (decimal): -5367834 or 15079342. OLE color: 15079342.
HSL color Cylindrical-coordinate representation of color #AE17E6: hue angle of 283.77º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE17E6 is Cyan = 0.24, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 23 | 230 | - |
| CMYK | 0.24 | 0.9 | 0 | 0.10 |
| HSL | 283.77º | 0.82% | 0.5% | - |
| HSV(B) | 283.77º | 0.9% | 0.9% | - |
| XYZ | 32.04 | 15.32 | 76.13 | - |
| YUV | 91.75 | 206.03 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 23 | 230 | 0.24 | 0.9 | 0 | 0.10 | 283.77 | 0.82 | 0.5 |
| Hex | AE | 17 | E6 | 18 | 5A | 0 | A | 11C | 52 | 32 |
| Octal | 256 | 27 | 346 | 30 | 132 | 0 | 12 | 434 | 122 | 62 |
| Binary | 10101110 | 10111 | 11100110 | 11000 | 1011010 | 0 | 1010 | 100011100 | 1010010 | 110010 |
Color Harmonies of #AE17E6
Complementary color
Monochromatic Colors of #AE17E6
Black with #AE17E6
Text Example
Text Example
White with #AE17E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE17E6; }
p { color: rgb(174,23,230); }
H1.HeaderClassName
{
color: #AE17E6;
}
.AnyTagClassName
{
color: #AE17E6;
}
</style>
background-color css
<style>
a { background-color: #AE17E6; }
a { background-color: rgb(174,23,230); }
div.DivClassName
{
background-color: #AE17E6;
}
.BgClassName
{
background-color: #AE17E6;
}
</style>
border-color css
<style>
span { border-color: #AE17E6; }
span { border-color: rgb(174,23,230); }
td.TdClassName
{
border-color: #AE17E6;
}
.TagClassName
{
border-color: #AE17E6;
}
</style>