Shades of Electric Purple #AE0FEA
Tints of Electric Purple #AE0FEA
RGB
CMYK
RGB Variations
Color information
#AE0FEA (or 0xAE0FEA) is known color: Electric Purple. HEX triplet: AE, 0F and EA. RGB value is (174,15,234). Sum of RGB (Red+Green+Blue) = 174+15+234=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #AE0FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0FEA is #51F015. Grayscale: #565656. Windows color (decimal): -5369878 or 15339438. OLE color: 15339438.
HSL color Cylindrical-coordinate representation of color #AE0FEA: hue angle of 283.56º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0FEA is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 15 | 234 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.08 |
| HSL | 283.56º | 0.88% | 0.49% | - |
| HSV(B) | 283.56º | 0.94% | 0.92% | - |
| XYZ | 32.48 | 15.28 | 79.08 | - |
| YUV | 87.51 | 210.68 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 234 | 0.26 | 0.94 | 0 | 0.08 | 283.56 | 0.88 | 0.49 |
| Hex | AE | F | EA | 1A | 5E | 0 | 8 | 11C | 58 | 31 |
| Octal | 256 | 17 | 352 | 32 | 136 | 0 | 10 | 434 | 130 | 61 |
| Binary | 10101110 | 1111 | 11101010 | 11010 | 1011110 | 0 | 1000 | 100011100 | 1011000 | 110001 |
Color Harmonies of #AE0FEA
Complementary color
Monochromatic Colors of #AE0FEA
Black with #AE0FEA
Text Example
Text Example
White with #AE0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0FEA; }
p { color: rgb(174,15,234); }
H1.HeaderClassName
{
color: #AE0FEA;
}
.AnyTagClassName
{
color: #AE0FEA;
}
</style>
background-color css
<style>
a { background-color: #AE0FEA; }
a { background-color: rgb(174,15,234); }
div.DivClassName
{
background-color: #AE0FEA;
}
.BgClassName
{
background-color: #AE0FEA;
}
</style>
border-color css
<style>
span { border-color: #AE0FEA; }
span { border-color: rgb(174,15,234); }
td.TdClassName
{
border-color: #AE0FEA;
}
.TagClassName
{
border-color: #AE0FEA;
}
</style>