Shades of Electric Purple #AE16E7
Tints of Electric Purple #AE16E7
RGB
CMYK
RGB Variations
Color information
#AE16E7 (or 0xAE16E7) is known color: Electric Purple. HEX triplet: AE, 16 and E7. RGB value is (174,22,231). Sum of RGB (Red+Green+Blue) = 174+22+231=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 231 (90.62% from 255 or 54.10% from 427); Max value from RGB is 231 - color contains mainly: blue. Hex color #AE16E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE16E7 is #51E918. Grayscale: #5A5A5A. Windows color (decimal): -5368089 or 15144622. OLE color: 15144622.
HSL color Cylindrical-coordinate representation of color #AE16E7: hue angle of 283.64º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE16E7 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 22 | 231 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.09 |
| HSL | 283.64º | 0.83% | 0.5% | - |
| HSV(B) | 283.64º | 0.9% | 0.91% | - |
| XYZ | 32.17 | 15.34 | 76.87 | - |
| YUV | 91.27 | 206.86 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 22 | 231 | 0.25 | 0.90 | 0 | 0.09 | 283.64 | 0.83 | 0.5 |
| Hex | AE | 16 | E7 | 19 | 5A | 0 | 9 | 11C | 53 | 32 |
| Octal | 256 | 26 | 347 | 31 | 132 | 0 | 11 | 434 | 123 | 62 |
| Binary | 10101110 | 10110 | 11100111 | 11001 | 1011010 | 0 | 1001 | 100011100 | 1010011 | 110010 |
Color Harmonies of #AE16E7
Complementary color
Monochromatic Colors of #AE16E7
Black with #AE16E7
Text Example
Text Example
White with #AE16E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE16E7; }
p { color: rgb(174,22,231); }
H1.HeaderClassName
{
color: #AE16E7;
}
.AnyTagClassName
{
color: #AE16E7;
}
</style>
background-color css
<style>
a { background-color: #AE16E7; }
a { background-color: rgb(174,22,231); }
div.DivClassName
{
background-color: #AE16E7;
}
.BgClassName
{
background-color: #AE16E7;
}
</style>
border-color css
<style>
span { border-color: #AE16E7; }
span { border-color: rgb(174,22,231); }
td.TdClassName
{
border-color: #AE16E7;
}
.TagClassName
{
border-color: #AE16E7;
}
</style>