Shades of Electric Purple #AE15FF
Tints of Electric Purple #AE15FF
RGB
CMYK
RGB Variations
Color information
#AE15FF (or 0xAE15FF) is known color: Electric Purple. HEX triplet: AE, 15 and FF. RGB value is (174,21,255). Sum of RGB (Red+Green+Blue) = 174+21+255=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE15FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE15FF is #51EA00. Grayscale: #5C5C5C. Windows color (decimal): -5368321 or 16717230. OLE color: 16717230.
HSL color Cylindrical-coordinate representation of color #AE15FF: hue angle of 279.23º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE15FF is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 21 | 255 | - |
| CMYK | 0.32 | 0.92 | 0 | 0 |
| HSL | 279.23º | 1% | 0.54% | - |
| HSV(B) | 279.23º | 0.92% | 1% | - |
| XYZ | 35.77 | 16.76 | 95.96 | - |
| YUV | 93.42 | 219.19 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 21 | 255 | 0.32 | 0.92 | 0 | 0 | 279.23 | 1 | 0.54 |
| Hex | AE | 15 | FF | 20 | 5C | 0 | 0 | 117 | 64 | 36 |
| Octal | 256 | 25 | 377 | 40 | 134 | 0 | 0 | 427 | 144 | 66 |
| Binary | 10101110 | 10101 | 11111111 | 100000 | 1011100 | 0 | 0 | 100010111 | 1100100 | 110110 |
Color Harmonies of #AE15FF
Complementary color
Monochromatic Colors of #AE15FF
Black with #AE15FF
Text Example
Text Example
White with #AE15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE15FF; }
p { color: rgb(174,21,255); }
H1.HeaderClassName
{
color: #AE15FF;
}
.AnyTagClassName
{
color: #AE15FF;
}
</style>
background-color css
<style>
a { background-color: #AE15FF; }
a { background-color: rgb(174,21,255); }
div.DivClassName
{
background-color: #AE15FF;
}
.BgClassName
{
background-color: #AE15FF;
}
</style>
border-color css
<style>
span { border-color: #AE15FF; }
span { border-color: rgb(174,21,255); }
td.TdClassName
{
border-color: #AE15FF;
}
.TagClassName
{
border-color: #AE15FF;
}
</style>