Shades of Electric Purple #AC19F0
Tints of Electric Purple #AC19F0
RGB
CMYK
RGB Variations
Color information
#AC19F0 (or 0xAC19F0) is known color: Electric Purple. HEX triplet: AC, 19 and F0. RGB value is (172,25,240). Sum of RGB (Red+Green+Blue) = 172+25+240=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC19F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC19F0 is #53E60F. Grayscale: #5C5C5C. Windows color (decimal): -5498384 or 15735212. OLE color: 15735212.
HSL color Cylindrical-coordinate representation of color #AC19F0: hue angle of 281.02º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC19F0 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 25 | 240 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.06 |
| HSL | 281.02º | 0.88% | 0.52% | - |
| HSV(B) | 281.02º | 0.9% | 0.94% | - |
| XYZ | 33.09 | 15.76 | 83.74 | - |
| YUV | 93.46 | 210.7 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 240 | 0.28 | 0.90 | 0 | 0.06 | 281.02 | 0.88 | 0.52 |
| Hex | AC | 19 | F0 | 1C | 5A | 0 | 6 | 119 | 58 | 34 |
| Octal | 254 | 31 | 360 | 34 | 132 | 0 | 6 | 431 | 130 | 64 |
| Binary | 10101100 | 11001 | 11110000 | 11100 | 1011010 | 0 | 110 | 100011001 | 1011000 | 110100 |
Color Harmonies of #AC19F0
Complementary color
Monochromatic Colors of #AC19F0
Black with #AC19F0
Text Example
Text Example
White with #AC19F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19F0; }
p { color: rgb(172,25,240); }
H1.HeaderClassName
{
color: #AC19F0;
}
.AnyTagClassName
{
color: #AC19F0;
}
</style>
background-color css
<style>
a { background-color: #AC19F0; }
a { background-color: rgb(172,25,240); }
div.DivClassName
{
background-color: #AC19F0;
}
.BgClassName
{
background-color: #AC19F0;
}
</style>
border-color css
<style>
span { border-color: #AC19F0; }
span { border-color: rgb(172,25,240); }
td.TdClassName
{
border-color: #AC19F0;
}
.TagClassName
{
border-color: #AC19F0;
}
</style>