Shades of Electric Purple #AE00F0
Tints of Electric Purple #AE00F0
RGB
CMYK
RGB Variations
Color information
#AE00F0 (or 0xAE00F0) is known color: Electric Purple. HEX triplet: AE, 00 and F0. RGB value is (174,0,240). Sum of RGB (Red+Green+Blue) = 174+0+240=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 240 (94.14% from 255 or 57.97% from 414); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE00F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE00F0 is #51FF0F. Grayscale: #4E4E4E. Windows color (decimal): -5373712 or 15728814. OLE color: 15728814.
HSL color Cylindrical-coordinate representation of color #AE00F0: hue angle of 283.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00F0 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 0 | 240 | - |
| CMYK | 0.28 | 1 | 0 | 0.06 |
| HSL | 283.5º | 1% | 0.47% | - |
| HSV(B) | 283.5º | 1% | 0.94% | - |
| XYZ | 33.18 | 15.29 | 83.64 | - |
| YUV | 79.39 | 218.65 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 240 | 0.28 | 1 | 0 | 0.06 | 283.5 | 1 | 0.47 |
| Hex | AE | 0 | F0 | 1C | 64 | 0 | 6 | 11C | 64 | 2F |
| Octal | 256 | 0 | 360 | 34 | 144 | 0 | 6 | 434 | 144 | 57 |
| Binary | 10101110 | 0 | 11110000 | 11100 | 1100100 | 0 | 110 | 100011100 | 1100100 | 101111 |
Color Harmonies of #AE00F0
Complementary color
Monochromatic Colors of #AE00F0
Black with #AE00F0
Text Example
Text Example
White with #AE00F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00F0; }
p { color: rgb(174,0,240); }
H1.HeaderClassName
{
color: #AE00F0;
}
.AnyTagClassName
{
color: #AE00F0;
}
</style>
background-color css
<style>
a { background-color: #AE00F0; }
a { background-color: rgb(174,0,240); }
div.DivClassName
{
background-color: #AE00F0;
}
.BgClassName
{
background-color: #AE00F0;
}
</style>
border-color css
<style>
span { border-color: #AE00F0; }
span { border-color: rgb(174,0,240); }
td.TdClassName
{
border-color: #AE00F0;
}
.TagClassName
{
border-color: #AE00F0;
}
</style>