Shades of Electric Purple #AE10FF
Tints of Electric Purple #AE10FF
RGB
CMYK
RGB Variations
Color information
#AE10FF (or 0xAE10FF) is known color: Electric Purple. HEX triplet: AE, 10 and FF. RGB value is (174,16,255). Sum of RGB (Red+Green+Blue) = 174+16+255=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE10FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE10FF is #51EF00. Grayscale: #595959. Windows color (decimal): -5369601 or 16715950. OLE color: 16715950.
HSL color Cylindrical-coordinate representation of color #AE10FF: hue angle of 279.67º 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 #AE10FF is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 16 | 255 | - |
| CMYK | 0.32 | 0.94 | 0 | 0 |
| HSL | 279.67º | 1% | 0.53% | - |
| HSV(B) | 279.67º | 0.94% | 1% | - |
| XYZ | 35.69 | 16.59 | 95.93 | - |
| YUV | 90.49 | 220.85 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 255 | 0.32 | 0.94 | 0 | 0 | 279.67 | 1 | 0.53 |
| Hex | AE | 10 | FF | 20 | 5E | 0 | 0 | 118 | 64 | 35 |
| Octal | 256 | 20 | 377 | 40 | 136 | 0 | 0 | 430 | 144 | 65 |
| Binary | 10101110 | 10000 | 11111111 | 100000 | 1011110 | 0 | 0 | 100011000 | 1100100 | 110101 |
Color Harmonies of #AE10FF
Complementary color
Monochromatic Colors of #AE10FF
Black with #AE10FF
Text Example
Text Example
White with #AE10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE10FF; }
p { color: rgb(174,16,255); }
H1.HeaderClassName
{
color: #AE10FF;
}
.AnyTagClassName
{
color: #AE10FF;
}
</style>
background-color css
<style>
a { background-color: #AE10FF; }
a { background-color: rgb(174,16,255); }
div.DivClassName
{
background-color: #AE10FF;
}
.BgClassName
{
background-color: #AE10FF;
}
</style>
border-color css
<style>
span { border-color: #AE10FF; }
span { border-color: rgb(174,16,255); }
td.TdClassName
{
border-color: #AE10FF;
}
.TagClassName
{
border-color: #AE10FF;
}
</style>