Shades of Electric Purple #AE16FF
Tints of Electric Purple #AE16FF
RGB
CMYK
RGB Variations
Color information
#AE16FF (or 0xAE16FF) is known color: Electric Purple. HEX triplet: AE, 16 and FF. RGB value is (174,22,255). Sum of RGB (Red+Green+Blue) = 174+22+255=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE16FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE16FF is #51E900. Grayscale: #5D5D5D. Windows color (decimal): -5368065 or 16717486. OLE color: 16717486.
HSL color Cylindrical-coordinate representation of color #AE16FF: hue angle of 279.14º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE16FF is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 174 | 22 | 255 | - |
| CMYK | 0.32 | 0.91 | 0 | 0 |
| HSL | 279.14º | 1% | 0.54% | - |
| HSV(B) | 279.14º | 0.91% | 1% | - |
| XYZ | 35.79 | 16.79 | 95.96 | - |
| YUV | 94.01 | 218.86 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 22 | 255 | 0.32 | 0.91 | 0 | 0 | 279.14 | 1 | 0.54 |
| Hex | AE | 16 | FF | 20 | 5B | 0 | 0 | 117 | 64 | 36 |
| Octal | 256 | 26 | 377 | 40 | 133 | 0 | 0 | 427 | 144 | 66 |
| Binary | 10101110 | 10110 | 11111111 | 100000 | 1011011 | 0 | 0 | 100010111 | 1100100 | 110110 |
Color Harmonies of #AE16FF
Complementary color
Monochromatic Colors of #AE16FF
Black with #AE16FF
Text Example
Text Example
White with #AE16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE16FF; }
p { color: rgb(174,22,255); }
H1.HeaderClassName
{
color: #AE16FF;
}
.AnyTagClassName
{
color: #AE16FF;
}
</style>
background-color css
<style>
a { background-color: #AE16FF; }
a { background-color: rgb(174,22,255); }
div.DivClassName
{
background-color: #AE16FF;
}
.BgClassName
{
background-color: #AE16FF;
}
</style>
border-color css
<style>
span { border-color: #AE16FF; }
span { border-color: rgb(174,22,255); }
td.TdClassName
{
border-color: #AE16FF;
}
.TagClassName
{
border-color: #AE16FF;
}
</style>