Shades of Electric Purple #AE01EC
Tints of Electric Purple #AE01EC
RGB
CMYK
RGB Variations
Color information
#AE01EC (or 0xAE01EC) is known color: Electric Purple. HEX triplet: AE, 01 and EC. RGB value is (174,1,236). Sum of RGB (Red+Green+Blue) = 174+1+236=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE01EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE01EC is #51FE13. Grayscale: #4E4E4E. Windows color (decimal): -5373460 or 15466926. OLE color: 15466926.
HSL color Cylindrical-coordinate representation of color #AE01EC: hue angle of 284.17º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE01EC is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 1 | 236 | - |
| CMYK | 0.26 | 1.00 | 0 | 0.07 |
| HSL | 284.17º | 0.99% | 0.46% | - |
| HSV(B) | 284.17º | 1% | 0.93% | - |
| XYZ | 32.61 | 15.08 | 80.55 | - |
| YUV | 79.52 | 216.31 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 236 | 0.26 | 1.00 | 0 | 0.07 | 284.17 | 0.99 | 0.46 |
| Hex | AE | 1 | EC | 1A | 64 | 0 | 7 | 11C | 63 | 2E |
| Octal | 256 | 1 | 354 | 32 | 144 | 0 | 7 | 434 | 143 | 56 |
| Binary | 10101110 | 1 | 11101100 | 11010 | 1100100 | 0 | 111 | 100011100 | 1100011 | 101110 |
Color Harmonies of #AE01EC
Complementary color
Monochromatic Colors of #AE01EC
Black with #AE01EC
Text Example
Text Example
White with #AE01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE01EC; }
p { color: rgb(174,1,236); }
H1.HeaderClassName
{
color: #AE01EC;
}
.AnyTagClassName
{
color: #AE01EC;
}
</style>
background-color css
<style>
a { background-color: #AE01EC; }
a { background-color: rgb(174,1,236); }
div.DivClassName
{
background-color: #AE01EC;
}
.BgClassName
{
background-color: #AE01EC;
}
</style>
border-color css
<style>
span { border-color: #AE01EC; }
span { border-color: rgb(174,1,236); }
td.TdClassName
{
border-color: #AE01EC;
}
.TagClassName
{
border-color: #AE01EC;
}
</style>