Shades of Electric Purple #AE0FE9
Tints of Electric Purple #AE0FE9
RGB
CMYK
RGB Variations
Color information
#AE0FE9 (or 0xAE0FE9) is known color: Electric Purple. HEX triplet: AE, 0F and E9. RGB value is (174,15,233). Sum of RGB (Red+Green+Blue) = 174+15+233=422 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.23% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 233 (91.41% from 255 or 55.21% from 422); Max value from RGB is 233 - color contains mainly: blue. Hex color #AE0FE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0FE9 is #51F016. Grayscale: #565656. Windows color (decimal): -5369879 or 15273902. OLE color: 15273902.
HSL color Cylindrical-coordinate representation of color #AE0FE9: hue angle of 283.76º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0FE9 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 15 | 233 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.09 |
| HSL | 283.76º | 0.88% | 0.49% | - |
| HSV(B) | 283.76º | 0.94% | 0.91% | - |
| XYZ | 32.33 | 15.22 | 78.33 | - |
| YUV | 87.39 | 210.18 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 233 | 0.25 | 0.94 | 0 | 0.09 | 283.76 | 0.88 | 0.49 |
| Hex | AE | F | E9 | 19 | 5E | 0 | 9 | 11C | 58 | 31 |
| Octal | 256 | 17 | 351 | 31 | 136 | 0 | 11 | 434 | 130 | 61 |
| Binary | 10101110 | 1111 | 11101001 | 11001 | 1011110 | 0 | 1001 | 100011100 | 1011000 | 110001 |
Color Harmonies of #AE0FE9
Complementary color
Monochromatic Colors of #AE0FE9
Black with #AE0FE9
Text Example
Text Example
White with #AE0FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0FE9; }
p { color: rgb(174,15,233); }
H1.HeaderClassName
{
color: #AE0FE9;
}
.AnyTagClassName
{
color: #AE0FE9;
}
</style>
background-color css
<style>
a { background-color: #AE0FE9; }
a { background-color: rgb(174,15,233); }
div.DivClassName
{
background-color: #AE0FE9;
}
.BgClassName
{
background-color: #AE0FE9;
}
</style>
border-color css
<style>
span { border-color: #AE0FE9; }
span { border-color: rgb(174,15,233); }
td.TdClassName
{
border-color: #AE0FE9;
}
.TagClassName
{
border-color: #AE0FE9;
}
</style>