Shades of Electric Purple #AC19EE
Tints of Electric Purple #AC19EE
RGB
CMYK
RGB Variations
Color information
#AC19EE (or 0xAC19EE) is known color: Electric Purple. HEX triplet: AC, 19 and EE. RGB value is (172,25,238). Sum of RGB (Red+Green+Blue) = 172+25+238=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 25 (10.16% from 255 or 5.75% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC19EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC19EE is #53E611. Grayscale: #5C5C5C. Windows color (decimal): -5498386 or 15604140. OLE color: 15604140.
HSL color Cylindrical-coordinate representation of color #AC19EE: hue angle of 281.41º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC19EE is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 25 | 238 | - |
| CMYK | 0.28 | 0.89 | 0 | 0.07 |
| HSL | 281.41º | 0.86% | 0.52% | - |
| HSV(B) | 281.41º | 0.89% | 0.93% | - |
| XYZ | 32.79 | 15.64 | 82.18 | - |
| YUV | 93.24 | 209.7 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 238 | 0.28 | 0.89 | 0 | 0.07 | 281.41 | 0.86 | 0.52 |
| Hex | AC | 19 | EE | 1C | 59 | 0 | 7 | 119 | 56 | 34 |
| Octal | 254 | 31 | 356 | 34 | 131 | 0 | 7 | 431 | 126 | 64 |
| Binary | 10101100 | 11001 | 11101110 | 11100 | 1011001 | 0 | 111 | 100011001 | 1010110 | 110100 |
Color Harmonies of #AC19EE
Complementary color
Monochromatic Colors of #AC19EE
Black with #AC19EE
Text Example
Text Example
White with #AC19EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19EE; }
p { color: rgb(172,25,238); }
H1.HeaderClassName
{
color: #AC19EE;
}
.AnyTagClassName
{
color: #AC19EE;
}
</style>
background-color css
<style>
a { background-color: #AC19EE; }
a { background-color: rgb(172,25,238); }
div.DivClassName
{
background-color: #AC19EE;
}
.BgClassName
{
background-color: #AC19EE;
}
</style>
border-color css
<style>
span { border-color: #AC19EE; }
span { border-color: rgb(172,25,238); }
td.TdClassName
{
border-color: #AC19EE;
}
.TagClassName
{
border-color: #AC19EE;
}
</style>