Shades of Electric Purple #AE0FFF
Tints of Electric Purple #AE0FFF
RGB
CMYK
RGB Variations
Color information
#AE0FFF (or 0xAE0FFF) is known color: Electric Purple. HEX triplet: AE, 0F and FF. RGB value is (174,15,255). Sum of RGB (Red+Green+Blue) = 174+15+255=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE0FFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE0FFF is #51F000. Grayscale: #595959. Windows color (decimal): -5369857 or 16715694. OLE color: 16715694.
HSL color Cylindrical-coordinate representation of color #AE0FFF: hue angle of 279.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0FFF is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 15 | 255 | - |
| CMYK | 0.32 | 0.94 | 0 | 0 |
| HSL | 279.75º | 1% | 0.53% | - |
| HSV(B) | 279.75º | 0.94% | 1% | - |
| XYZ | 35.68 | 16.56 | 95.92 | - |
| YUV | 89.9 | 221.18 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 15 | 255 | 0.32 | 0.94 | 0 | 0 | 279.75 | 1 | 0.53 |
| Hex | AE | F | FF | 20 | 5E | 0 | 0 | 118 | 64 | 35 |
| Octal | 256 | 17 | 377 | 40 | 136 | 0 | 0 | 430 | 144 | 65 |
| Binary | 10101110 | 1111 | 11111111 | 100000 | 1011110 | 0 | 0 | 100011000 | 1100100 | 110101 |
Color Harmonies of #AE0FFF
Complementary color
Monochromatic Colors of #AE0FFF
Black with #AE0FFF
Text Example
Text Example
White with #AE0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0FFF; }
p { color: rgb(174,15,255); }
H1.HeaderClassName
{
color: #AE0FFF;
}
.AnyTagClassName
{
color: #AE0FFF;
}
</style>
background-color css
<style>
a { background-color: #AE0FFF; }
a { background-color: rgb(174,15,255); }
div.DivClassName
{
background-color: #AE0FFF;
}
.BgClassName
{
background-color: #AE0FFF;
}
</style>
border-color css
<style>
span { border-color: #AE0FFF; }
span { border-color: rgb(174,15,255); }
td.TdClassName
{
border-color: #AE0FFF;
}
.TagClassName
{
border-color: #AE0FFF;
}
</style>