Shades of Electric Purple #AC19FF
Tints of Electric Purple #AC19FF
RGB
CMYK
RGB Variations
Color information
#AC19FF (or 0xAC19FF) is known color: Electric Purple. HEX triplet: AC, 19 and FF. RGB value is (172,25,255). Sum of RGB (Red+Green+Blue) = 172+25+255=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 25 (10.16% from 255 or 5.53% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC19FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC19FF is #53E600. Grayscale: #5E5E5E. Windows color (decimal): -5498369 or 16718252. OLE color: 16718252.
HSL color Cylindrical-coordinate representation of color #AC19FF: hue angle of 278.35º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC19FF is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 25 | 255 | - |
| CMYK | 0.33 | 0.90 | 0 | 0 |
| HSL | 278.35º | 1% | 0.55% | - |
| HSV(B) | 278.35º | 0.9% | 1% | - |
| XYZ | 35.41 | 16.69 | 95.96 | - |
| YUV | 95.17 | 218.2 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 255 | 0.33 | 0.90 | 0 | 0 | 278.35 | 1 | 0.55 |
| Hex | AC | 19 | FF | 21 | 5A | 0 | 0 | 116 | 64 | 37 |
| Octal | 254 | 31 | 377 | 41 | 132 | 0 | 0 | 426 | 144 | 67 |
| Binary | 10101100 | 11001 | 11111111 | 100001 | 1011010 | 0 | 0 | 100010110 | 1100100 | 110111 |
Color Harmonies of #AC19FF
Complementary color
Monochromatic Colors of #AC19FF
Black with #AC19FF
Text Example
Text Example
White with #AC19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC19FF; }
p { color: rgb(172,25,255); }
H1.HeaderClassName
{
color: #AC19FF;
}
.AnyTagClassName
{
color: #AC19FF;
}
</style>
background-color css
<style>
a { background-color: #AC19FF; }
a { background-color: rgb(172,25,255); }
div.DivClassName
{
background-color: #AC19FF;
}
.BgClassName
{
background-color: #AC19FF;
}
</style>
border-color css
<style>
span { border-color: #AC19FF; }
span { border-color: rgb(172,25,255); }
td.TdClassName
{
border-color: #AC19FF;
}
.TagClassName
{
border-color: #AC19FF;
}
</style>