Shades of Electric Purple #AC19E8
Tints of Electric Purple #AC19E8
RGB
CMYK
RGB Variations
Color information
#AC19E8 (or 0xAC19E8) is known color: Electric Purple. HEX triplet: AC, 19 and E8. RGB value is (172,25,232). Sum of RGB (Red+Green+Blue) = 172+25+232=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 25 (10.16% from 255 or 5.83% from 429); Blue value is 232 (91.02% from 255 or 54.08% from 429); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC19E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC19E8 is #53E617. Grayscale: #5B5B5B. Windows color (decimal): -5498392 or 15210924. OLE color: 15210924.
HSL color Cylindrical-coordinate representation of color #AC19E8: hue angle of 282.61º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC19E8 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 25 | 232 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.09 |
| HSL | 282.61º | 0.82% | 0.5% | - |
| HSV(B) | 282.61º | 0.89% | 0.91% | - |
| XYZ | 31.93 | 15.29 | 77.61 | - |
| YUV | 92.55 | 206.7 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 232 | 0.26 | 0.89 | 0 | 0.09 | 282.61 | 0.82 | 0.5 |
| Hex | AC | 19 | E8 | 1A | 59 | 0 | 9 | 11B | 52 | 32 |
| Octal | 254 | 31 | 350 | 32 | 131 | 0 | 11 | 433 | 122 | 62 |
| Binary | 10101100 | 11001 | 11101000 | 11010 | 1011001 | 0 | 1001 | 100011011 | 1010010 | 110010 |
Color Harmonies of #AC19E8
Complementary color
Monochromatic Colors of #AC19E8
Black with #AC19E8
Text Example
Text Example
White with #AC19E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19E8; }
p { color: rgb(172,25,232); }
H1.HeaderClassName
{
color: #AC19E8;
}
.AnyTagClassName
{
color: #AC19E8;
}
</style>
background-color css
<style>
a { background-color: #AC19E8; }
a { background-color: rgb(172,25,232); }
div.DivClassName
{
background-color: #AC19E8;
}
.BgClassName
{
background-color: #AC19E8;
}
</style>
border-color css
<style>
span { border-color: #AC19E8; }
span { border-color: rgb(172,25,232); }
td.TdClassName
{
border-color: #AC19E8;
}
.TagClassName
{
border-color: #AC19E8;
}
</style>