Shades of Electric Purple #AC11F0
Tints of Electric Purple #AC11F0
RGB
CMYK
RGB Variations
Color information
#AC11F0 (or 0xAC11F0) is known color: Electric Purple. HEX triplet: AC, 11 and F0. RGB value is (172,17,240). Sum of RGB (Red+Green+Blue) = 172+17+240=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 17 (7.03% from 255 or 3.96% from 429); Blue value is 240 (94.14% from 255 or 55.94% from 429); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC11F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC11F0 is #53EE0F. Grayscale: #585858. Windows color (decimal): -5500432 or 15733164. OLE color: 15733164.
HSL color Cylindrical-coordinate representation of color #AC11F0: hue angle of 281.7º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC11F0 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 17 | 240 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.06 |
| HSL | 281.7º | 0.88% | 0.5% | - |
| HSV(B) | 281.7º | 0.93% | 0.94% | - |
| XYZ | 32.94 | 15.46 | 83.69 | - |
| YUV | 88.77 | 213.35 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 240 | 0.28 | 0.93 | 0 | 0.06 | 281.7 | 0.88 | 0.5 |
| Hex | AC | 11 | F0 | 1C | 5D | 0 | 6 | 11A | 58 | 32 |
| Octal | 254 | 21 | 360 | 34 | 135 | 0 | 6 | 432 | 130 | 62 |
| Binary | 10101100 | 10001 | 11110000 | 11100 | 1011101 | 0 | 110 | 100011010 | 1011000 | 110010 |
Color Harmonies of #AC11F0
Complementary color
Monochromatic Colors of #AC11F0
Black with #AC11F0
Text Example
Text Example
White with #AC11F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11F0; }
p { color: rgb(172,17,240); }
H1.HeaderClassName
{
color: #AC11F0;
}
.AnyTagClassName
{
color: #AC11F0;
}
</style>
background-color css
<style>
a { background-color: #AC11F0; }
a { background-color: rgb(172,17,240); }
div.DivClassName
{
background-color: #AC11F0;
}
.BgClassName
{
background-color: #AC11F0;
}
</style>
border-color css
<style>
span { border-color: #AC11F0; }
span { border-color: rgb(172,17,240); }
td.TdClassName
{
border-color: #AC11F0;
}
.TagClassName
{
border-color: #AC11F0;
}
</style>