Shades of Electric Purple #AE16F2
Tints of Electric Purple #AE16F2
RGB
CMYK
RGB Variations
Color information
#AE16F2 (or 0xAE16F2) is known color: Electric Purple. HEX triplet: AE, 16 and F2. RGB value is (174,22,242). Sum of RGB (Red+Green+Blue) = 174+22+242=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 242 (94.92% from 255 or 55.25% from 438); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE16F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AE16F2 is #51E90D. Grayscale: #5B5B5B. Windows color (decimal): -5368078 or 15865518. OLE color: 15865518.
HSL color Cylindrical-coordinate representation of color #AE16F2: hue angle of 281.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE16F2 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 22 | 242 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.05 |
| HSL | 281.45º | 0.89% | 0.52% | - |
| HSV(B) | 281.45º | 0.91% | 0.95% | - |
| XYZ | 33.77 | 15.98 | 85.31 | - |
| YUV | 92.53 | 212.36 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 22 | 242 | 0.28 | 0.91 | 0 | 0.05 | 281.45 | 0.89 | 0.52 |
| Hex | AE | 16 | F2 | 1C | 5B | 0 | 5 | 119 | 59 | 34 |
| Octal | 256 | 26 | 362 | 34 | 133 | 0 | 5 | 431 | 131 | 64 |
| Binary | 10101110 | 10110 | 11110010 | 11100 | 1011011 | 0 | 101 | 100011001 | 1011001 | 110100 |
Color Harmonies of #AE16F2
Complementary color
Monochromatic Colors of #AE16F2
Black with #AE16F2
Text Example
Text Example
White with #AE16F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE16F2; }
p { color: rgb(174,22,242); }
H1.HeaderClassName
{
color: #AE16F2;
}
.AnyTagClassName
{
color: #AE16F2;
}
</style>
background-color css
<style>
a { background-color: #AE16F2; }
a { background-color: rgb(174,22,242); }
div.DivClassName
{
background-color: #AE16F2;
}
.BgClassName
{
background-color: #AE16F2;
}
</style>
border-color css
<style>
span { border-color: #AE16F2; }
span { border-color: rgb(174,22,242); }
td.TdClassName
{
border-color: #AE16F2;
}
.TagClassName
{
border-color: #AE16F2;
}
</style>