Shades of Electric Purple #AE00FF
Tints of Electric Purple #AE00FF
RGB
CMYK
RGB Variations
Color information
#AE00FF (or 0xAE00FF) is known color: Electric Purple. HEX triplet: AE, 00 and FF. RGB value is (174,0,255). Sum of RGB (Red+Green+Blue) = 174+0+255=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 0 (0.39% from 255 or 0% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE00FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE00FF is #51FF00. Grayscale: #505050. Windows color (decimal): -5373697 or 16711854. OLE color: 16711854.
HSL color Cylindrical-coordinate representation of color #AE00FF: hue angle of 280.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE00FF is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 0 | 255 | - |
| CMYK | 0.32 | 1 | 0 | 0 |
| HSL | 280.94º | 1% | 0.5% | - |
| HSV(B) | 280.94º | 1% | 1% | - |
| XYZ | 35.51 | 16.22 | 95.87 | - |
| YUV | 81.1 | 226.15 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 255 | 0.32 | 1 | 0 | 0 | 280.94 | 1 | 0.5 |
| Hex | AE | 0 | FF | 20 | 64 | 0 | 0 | 119 | 64 | 32 |
| Octal | 256 | 0 | 377 | 40 | 144 | 0 | 0 | 431 | 144 | 62 |
| Binary | 10101110 | 0 | 11111111 | 100000 | 1100100 | 0 | 0 | 100011001 | 1100100 | 110010 |
Color Harmonies of #AE00FF
Complementary color
Monochromatic Colors of #AE00FF
Black with #AE00FF
Text Example
Text Example
White with #AE00FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE00FF; }
p { color: rgb(174,0,255); }
H1.HeaderClassName
{
color: #AE00FF;
}
.AnyTagClassName
{
color: #AE00FF;
}
</style>
background-color css
<style>
a { background-color: #AE00FF; }
a { background-color: rgb(174,0,255); }
div.DivClassName
{
background-color: #AE00FF;
}
.BgClassName
{
background-color: #AE00FF;
}
</style>
border-color css
<style>
span { border-color: #AE00FF; }
span { border-color: rgb(174,0,255); }
td.TdClassName
{
border-color: #AE00FF;
}
.TagClassName
{
border-color: #AE00FF;
}
</style>