Shades of Electric Purple #AC19E7
Tints of Electric Purple #AC19E7
RGB
CMYK
RGB Variations
Color information
#AC19E7 (or 0xAC19E7) is known color: Electric Purple. HEX triplet: AC, 19 and E7. RGB value is (172,25,231). Sum of RGB (Red+Green+Blue) = 172+25+231=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 231 (90.62% from 255 or 53.97% from 428); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC19E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC19E7 is #53E618. Grayscale: #5B5B5B. Windows color (decimal): -5498393 or 15145388. OLE color: 15145388.
HSL color Cylindrical-coordinate representation of color #AC19E7: hue angle of 282.82º degrees, saturation: 0.81, 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 #AC19E7 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 25 | 231 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.09 |
| HSL | 282.82º | 0.81% | 0.5% | - |
| HSV(B) | 282.82º | 0.89% | 0.91% | - |
| XYZ | 31.78 | 15.24 | 76.87 | - |
| YUV | 92.44 | 206.2 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 231 | 0.26 | 0.89 | 0 | 0.09 | 282.82 | 0.81 | 0.5 |
| Hex | AC | 19 | E7 | 1A | 59 | 0 | 9 | 11B | 51 | 32 |
| Octal | 254 | 31 | 347 | 32 | 131 | 0 | 11 | 433 | 121 | 62 |
| Binary | 10101100 | 11001 | 11100111 | 11010 | 1011001 | 0 | 1001 | 100011011 | 1010001 | 110010 |
Color Harmonies of #AC19E7
Complementary color
Monochromatic Colors of #AC19E7
Black with #AC19E7
Text Example
Text Example
White with #AC19E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19E7; }
p { color: rgb(172,25,231); }
H1.HeaderClassName
{
color: #AC19E7;
}
.AnyTagClassName
{
color: #AC19E7;
}
</style>
background-color css
<style>
a { background-color: #AC19E7; }
a { background-color: rgb(172,25,231); }
div.DivClassName
{
background-color: #AC19E7;
}
.BgClassName
{
background-color: #AC19E7;
}
</style>
border-color css
<style>
span { border-color: #AC19E7; }
span { border-color: rgb(172,25,231); }
td.TdClassName
{
border-color: #AC19E7;
}
.TagClassName
{
border-color: #AC19E7;
}
</style>