Shades of Electric Purple #AE02EA
Tints of Electric Purple #AE02EA
RGB
CMYK
RGB Variations
Color information
#AE02EA (or 0xAE02EA) is known color: Electric Purple. HEX triplet: AE, 02 and EA. RGB value is (174,2,234). Sum of RGB (Red+Green+Blue) = 174+2+234=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 2 (1.17% from 255 or 0.49% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE02EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE02EA is #51FD15. Grayscale: #4F4F4F. Windows color (decimal): -5373206 or 15336110. OLE color: 15336110.
HSL color Cylindrical-coordinate representation of color #AE02EA: hue angle of 284.48º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE02EA is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 2 | 234 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.08 |
| HSL | 284.48º | 0.98% | 0.46% | - |
| HSV(B) | 284.48º | 0.99% | 0.92% | - |
| XYZ | 32.33 | 14.98 | 79.03 | - |
| YUV | 79.88 | 214.98 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 234 | 0.26 | 0.99 | 0 | 0.08 | 284.48 | 0.98 | 0.46 |
| Hex | AE | 2 | EA | 1A | 63 | 0 | 8 | 11C | 62 | 2E |
| Octal | 256 | 2 | 352 | 32 | 143 | 0 | 10 | 434 | 142 | 56 |
| Binary | 10101110 | 10 | 11101010 | 11010 | 1100011 | 0 | 1000 | 100011100 | 1100010 | 101110 |
Color Harmonies of #AE02EA
Complementary color
Monochromatic Colors of #AE02EA
Black with #AE02EA
Text Example
Text Example
White with #AE02EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE02EA; }
p { color: rgb(174,2,234); }
H1.HeaderClassName
{
color: #AE02EA;
}
.AnyTagClassName
{
color: #AE02EA;
}
</style>
background-color css
<style>
a { background-color: #AE02EA; }
a { background-color: rgb(174,2,234); }
div.DivClassName
{
background-color: #AE02EA;
}
.BgClassName
{
background-color: #AE02EA;
}
</style>
border-color css
<style>
span { border-color: #AE02EA; }
span { border-color: rgb(174,2,234); }
td.TdClassName
{
border-color: #AE02EA;
}
.TagClassName
{
border-color: #AE02EA;
}
</style>