Shades of Electric Purple #AE03E5
Tints of Electric Purple #AE03E5
RGB
CMYK
RGB Variations
Color information
#AE03E5 (or 0xAE03E5) is known color: Electric Purple. HEX triplet: AE, 03 and E5. RGB value is (174,3,229). Sum of RGB (Red+Green+Blue) = 174+3+229=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE03E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE03E5 is #51FC1A. Grayscale: #4F4F4F. Windows color (decimal): -5372955 or 15008686. OLE color: 15008686.
HSL color Cylindrical-coordinate representation of color #AE03E5: hue angle of 285.4º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE03E5 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 3 | 229 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.10 |
| HSL | 285.4º | 0.97% | 0.45% | - |
| HSV(B) | 285.4º | 0.99% | 0.9% | - |
| XYZ | 31.63 | 14.72 | 75.3 | - |
| YUV | 79.89 | 212.15 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 3 | 229 | 0.24 | 0.99 | 0 | 0.10 | 285.4 | 0.97 | 0.45 |
| Hex | AE | 3 | E5 | 18 | 63 | 0 | A | 11D | 61 | 2D |
| Octal | 256 | 3 | 345 | 30 | 143 | 0 | 12 | 435 | 141 | 55 |
| Binary | 10101110 | 11 | 11100101 | 11000 | 1100011 | 0 | 1010 | 100011101 | 1100001 | 101101 |
Color Harmonies of #AE03E5
Complementary color
Monochromatic Colors of #AE03E5
Black with #AE03E5
Text Example
Text Example
White with #AE03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE03E5; }
p { color: rgb(174,3,229); }
H1.HeaderClassName
{
color: #AE03E5;
}
.AnyTagClassName
{
color: #AE03E5;
}
</style>
background-color css
<style>
a { background-color: #AE03E5; }
a { background-color: rgb(174,3,229); }
div.DivClassName
{
background-color: #AE03E5;
}
.BgClassName
{
background-color: #AE03E5;
}
</style>
border-color css
<style>
span { border-color: #AE03E5; }
span { border-color: rgb(174,3,229); }
td.TdClassName
{
border-color: #AE03E5;
}
.TagClassName
{
border-color: #AE03E5;
}
</style>