Shades of Electric Purple #AE0FFE
Tints of Electric Purple #AE0FFE
RGB
CMYK
RGB Variations
Color information
#AE0FFE (or 0xAE0FFE) is known color: Electric Purple. HEX triplet: AE, 0F and FE. RGB value is (174,15,254). Sum of RGB (Red+Green+Blue) = 174+15+254=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE0FFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0FFE is #51F001. Grayscale: #585858. Windows color (decimal): -5369858 or 16650158. OLE color: 16650158.
HSL color Cylindrical-coordinate representation of color #AE0FFE: hue angle of 279.92º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0FFE is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 15 | 254 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.00 |
| HSL | 279.92º | 0.99% | 0.53% | - |
| HSV(B) | 279.92º | 0.94% | 1% | - |
| XYZ | 35.52 | 16.5 | 95.08 | - |
| YUV | 89.79 | 220.68 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 254 | 0.31 | 0.94 | 0 | 0.00 | 279.92 | 0.99 | 0.53 |
| Hex | AE | F | FE | 1F | 5E | 0 | 0 | 118 | 63 | 35 |
| Octal | 256 | 17 | 376 | 37 | 136 | 0 | 0 | 430 | 143 | 65 |
| Binary | 10101110 | 1111 | 11111110 | 11111 | 1011110 | 0 | 0 | 100011000 | 1100011 | 110101 |
Color Harmonies of #AE0FFE
Complementary color
Monochromatic Colors of #AE0FFE
Black with #AE0FFE
Text Example
Text Example
White with #AE0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0FFE; }
p { color: rgb(174,15,254); }
H1.HeaderClassName
{
color: #AE0FFE;
}
.AnyTagClassName
{
color: #AE0FFE;
}
</style>
background-color css
<style>
a { background-color: #AE0FFE; }
a { background-color: rgb(174,15,254); }
div.DivClassName
{
background-color: #AE0FFE;
}
.BgClassName
{
background-color: #AE0FFE;
}
</style>
border-color css
<style>
span { border-color: #AE0FFE; }
span { border-color: rgb(174,15,254); }
td.TdClassName
{
border-color: #AE0FFE;
}
.TagClassName
{
border-color: #AE0FFE;
}
</style>