Shades of Electric Purple #AC16EE
Tints of Electric Purple #AC16EE
RGB
CMYK
RGB Variations
Color information
#AC16EE (or 0xAC16EE) is known color: Electric Purple. HEX triplet: AC, 16 and EE. RGB value is (172,22,238). Sum of RGB (Red+Green+Blue) = 172+22+238=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 22 (8.98% from 255 or 5.09% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC16EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC16EE is #53E911. Grayscale: #5A5A5A. Windows color (decimal): -5499154 or 15603372. OLE color: 15603372.
HSL color Cylindrical-coordinate representation of color #AC16EE: hue angle of 281.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC16EE is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 22 | 238 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.07 |
| HSL | 281.67º | 0.86% | 0.51% | - |
| HSV(B) | 281.67º | 0.91% | 0.93% | - |
| XYZ | 32.73 | 15.52 | 82.16 | - |
| YUV | 91.47 | 210.7 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 238 | 0.28 | 0.91 | 0 | 0.07 | 281.67 | 0.86 | 0.51 |
| Hex | AC | 16 | EE | 1C | 5B | 0 | 7 | 11A | 56 | 33 |
| Octal | 254 | 26 | 356 | 34 | 133 | 0 | 7 | 432 | 126 | 63 |
| Binary | 10101100 | 10110 | 11101110 | 11100 | 1011011 | 0 | 111 | 100011010 | 1010110 | 110011 |
Color Harmonies of #AC16EE
Complementary color
Monochromatic Colors of #AC16EE
Black with #AC16EE
Text Example
Text Example
White with #AC16EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC16EE; }
p { color: rgb(172,22,238); }
H1.HeaderClassName
{
color: #AC16EE;
}
.AnyTagClassName
{
color: #AC16EE;
}
</style>
background-color css
<style>
a { background-color: #AC16EE; }
a { background-color: rgb(172,22,238); }
div.DivClassName
{
background-color: #AC16EE;
}
.BgClassName
{
background-color: #AC16EE;
}
</style>
border-color css
<style>
span { border-color: #AC16EE; }
span { border-color: rgb(172,22,238); }
td.TdClassName
{
border-color: #AC16EE;
}
.TagClassName
{
border-color: #AC16EE;
}
</style>