Shades of Electric Purple #AE16EA
Tints of Electric Purple #AE16EA
RGB
CMYK
RGB Variations
Color information
#AE16EA (or 0xAE16EA) is known color: Electric Purple. HEX triplet: AE, 16 and EA. RGB value is (174,22,234). Sum of RGB (Red+Green+Blue) = 174+22+234=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE16EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE16EA is #51E915. Grayscale: #5A5A5A. Windows color (decimal): -5368086 or 15341230. OLE color: 15341230.
HSL color Cylindrical-coordinate representation of color #AE16EA: hue angle of 283.02º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE16EA is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 22 | 234 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.08 |
| HSL | 283.02º | 0.83% | 0.5% | - |
| HSV(B) | 283.02º | 0.91% | 0.92% | - |
| XYZ | 32.59 | 15.51 | 79.12 | - |
| YUV | 91.62 | 208.36 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 22 | 234 | 0.26 | 0.91 | 0 | 0.08 | 283.02 | 0.83 | 0.5 |
| Hex | AE | 16 | EA | 1A | 5B | 0 | 8 | 11B | 53 | 32 |
| Octal | 256 | 26 | 352 | 32 | 133 | 0 | 10 | 433 | 123 | 62 |
| Binary | 10101110 | 10110 | 11101010 | 11010 | 1011011 | 0 | 1000 | 100011011 | 1010011 | 110010 |
Color Harmonies of #AE16EA
Complementary color
Monochromatic Colors of #AE16EA
Black with #AE16EA
Text Example
Text Example
White with #AE16EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE16EA; }
p { color: rgb(174,22,234); }
H1.HeaderClassName
{
color: #AE16EA;
}
.AnyTagClassName
{
color: #AE16EA;
}
</style>
background-color css
<style>
a { background-color: #AE16EA; }
a { background-color: rgb(174,22,234); }
div.DivClassName
{
background-color: #AE16EA;
}
.BgClassName
{
background-color: #AE16EA;
}
</style>
border-color css
<style>
span { border-color: #AE16EA; }
span { border-color: rgb(174,22,234); }
td.TdClassName
{
border-color: #AE16EA;
}
.TagClassName
{
border-color: #AE16EA;
}
</style>