Shades of Electric Purple #AC19F4
Tints of Electric Purple #AC19F4
RGB
CMYK
RGB Variations
Color information
#AC19F4 (or 0xAC19F4) is known color: Electric Purple. HEX triplet: AC, 19 and F4. RGB value is (172,25,244). Sum of RGB (Red+Green+Blue) = 172+25+244=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 244 (95.70% from 255 or 55.33% from 441); Max value from RGB is 244 - color contains mainly: blue. Hex color #AC19F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC19F4 is #53E60B. Grayscale: #5D5D5D. Windows color (decimal): -5498380 or 15997356. OLE color: 15997356.
HSL color Cylindrical-coordinate representation of color #AC19F4: hue angle of 280.27º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC19F4 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 25 | 244 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.04 |
| HSL | 280.27º | 0.91% | 0.53% | - |
| HSV(B) | 280.27º | 0.9% | 0.96% | - |
| XYZ | 33.69 | 16 | 86.9 | - |
| YUV | 93.92 | 212.7 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 244 | 0.30 | 0.90 | 0 | 0.04 | 280.27 | 0.91 | 0.53 |
| Hex | AC | 19 | F4 | 1E | 5A | 0 | 4 | 118 | 5B | 35 |
| Octal | 254 | 31 | 364 | 36 | 132 | 0 | 4 | 430 | 133 | 65 |
| Binary | 10101100 | 11001 | 11110100 | 11110 | 1011010 | 0 | 100 | 100011000 | 1011011 | 110101 |
Color Harmonies of #AC19F4
Complementary color
Monochromatic Colors of #AC19F4
Black with #AC19F4
Text Example
Text Example
White with #AC19F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19F4; }
p { color: rgb(172,25,244); }
H1.HeaderClassName
{
color: #AC19F4;
}
.AnyTagClassName
{
color: #AC19F4;
}
</style>
background-color css
<style>
a { background-color: #AC19F4; }
a { background-color: rgb(172,25,244); }
div.DivClassName
{
background-color: #AC19F4;
}
.BgClassName
{
background-color: #AC19F4;
}
</style>
border-color css
<style>
span { border-color: #AC19F4; }
span { border-color: rgb(172,25,244); }
td.TdClassName
{
border-color: #AC19F4;
}
.TagClassName
{
border-color: #AC19F4;
}
</style>