Shades of Electric Purple #AC13F0
Tints of Electric Purple #AC13F0
RGB
CMYK
RGB Variations
Color information
#AC13F0 (or 0xAC13F0) is known color: Electric Purple. HEX triplet: AC, 13 and F0. RGB value is (172,19,240). Sum of RGB (Red+Green+Blue) = 172+19+240=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC13F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC13F0 is #53EC0F. Grayscale: #595959. Windows color (decimal): -5499920 or 15733676. OLE color: 15733676.
HSL color Cylindrical-coordinate representation of color #AC13F0: hue angle of 281.54º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC13F0 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 19 | 240 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.06 |
| HSL | 281.54º | 0.88% | 0.51% | - |
| HSV(B) | 281.54º | 0.92% | 0.94% | - |
| XYZ | 32.97 | 15.53 | 83.7 | - |
| YUV | 89.94 | 212.69 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 240 | 0.28 | 0.92 | 0 | 0.06 | 281.54 | 0.88 | 0.51 |
| Hex | AC | 13 | F0 | 1C | 5C | 0 | 6 | 11A | 58 | 33 |
| Octal | 254 | 23 | 360 | 34 | 134 | 0 | 6 | 432 | 130 | 63 |
| Binary | 10101100 | 10011 | 11110000 | 11100 | 1011100 | 0 | 110 | 100011010 | 1011000 | 110011 |
Color Harmonies of #AC13F0
Complementary color
Monochromatic Colors of #AC13F0
Black with #AC13F0
Text Example
Text Example
White with #AC13F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC13F0; }
p { color: rgb(172,19,240); }
H1.HeaderClassName
{
color: #AC13F0;
}
.AnyTagClassName
{
color: #AC13F0;
}
</style>
background-color css
<style>
a { background-color: #AC13F0; }
a { background-color: rgb(172,19,240); }
div.DivClassName
{
background-color: #AC13F0;
}
.BgClassName
{
background-color: #AC13F0;
}
</style>
border-color css
<style>
span { border-color: #AC13F0; }
span { border-color: rgb(172,19,240); }
td.TdClassName
{
border-color: #AC13F0;
}
.TagClassName
{
border-color: #AC13F0;
}
</style>