Shades of Electric Purple #AE19E7
Tints of Electric Purple #AE19E7
RGB
CMYK
RGB Variations
Color information
#AE19E7 (or 0xAE19E7) is known color: Electric Purple. HEX triplet: AE, 19 and E7. RGB value is (174,25,231). Sum of RGB (Red+Green+Blue) = 174+25+231=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 231 (90.62% from 255 or 53.72% from 430); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE19E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE19E7 is #51E618. Grayscale: #5C5C5C. Windows color (decimal): -5367321 or 15145390. OLE color: 15145390.
HSL color Cylindrical-coordinate representation of color #AE19E7: hue angle of 283.4º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE19E7 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 25 | 231 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.09 |
| HSL | 283.4º | 0.81% | 0.5% | - |
| HSV(B) | 283.4º | 0.89% | 0.91% | - |
| XYZ | 32.23 | 15.46 | 76.89 | - |
| YUV | 93.04 | 205.86 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 25 | 231 | 0.25 | 0.89 | 0 | 0.09 | 283.4 | 0.81 | 0.5 |
| Hex | AE | 19 | E7 | 19 | 59 | 0 | 9 | 11B | 51 | 32 |
| Octal | 256 | 31 | 347 | 31 | 131 | 0 | 11 | 433 | 121 | 62 |
| Binary | 10101110 | 11001 | 11100111 | 11001 | 1011001 | 0 | 1001 | 100011011 | 1010001 | 110010 |
Color Harmonies of #AE19E7
Complementary color
Monochromatic Colors of #AE19E7
Black with #AE19E7
Text Example
Text Example
White with #AE19E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE19E7; }
p { color: rgb(174,25,231); }
H1.HeaderClassName
{
color: #AE19E7;
}
.AnyTagClassName
{
color: #AE19E7;
}
</style>
background-color css
<style>
a { background-color: #AE19E7; }
a { background-color: rgb(174,25,231); }
div.DivClassName
{
background-color: #AE19E7;
}
.BgClassName
{
background-color: #AE19E7;
}
</style>
border-color css
<style>
span { border-color: #AE19E7; }
span { border-color: rgb(174,25,231); }
td.TdClassName
{
border-color: #AE19E7;
}
.TagClassName
{
border-color: #AE19E7;
}
</style>