Shades of Electric Purple #AC0FEC
Tints of Electric Purple #AC0FEC
RGB
CMYK
RGB Variations
Color information
#AC0FEC (or 0xAC0FEC) is known color: Electric Purple. HEX triplet: AC, 0F and EC. RGB value is (172,15,236). Sum of RGB (Red+Green+Blue) = 172+15+236=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC0FEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0FEC is #53F013. Grayscale: #565656. Windows color (decimal): -5500948 or 15470508. OLE color: 15470508.
HSL color Cylindrical-coordinate representation of color #AC0FEC: hue angle of 282.62º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0FEC is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 15 | 236 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.07 |
| HSL | 282.62º | 0.88% | 0.49% | - |
| HSV(B) | 282.62º | 0.94% | 0.93% | - |
| XYZ | 32.32 | 15.17 | 80.58 | - |
| YUV | 87.14 | 212.01 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 236 | 0.27 | 0.94 | 0 | 0.07 | 282.62 | 0.88 | 0.49 |
| Hex | AC | F | EC | 1B | 5E | 0 | 7 | 11B | 58 | 31 |
| Octal | 254 | 17 | 354 | 33 | 136 | 0 | 7 | 433 | 130 | 61 |
| Binary | 10101100 | 1111 | 11101100 | 11011 | 1011110 | 0 | 111 | 100011011 | 1011000 | 110001 |
Color Harmonies of #AC0FEC
Complementary color
Monochromatic Colors of #AC0FEC
Black with #AC0FEC
Text Example
Text Example
White with #AC0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0FEC; }
p { color: rgb(172,15,236); }
H1.HeaderClassName
{
color: #AC0FEC;
}
.AnyTagClassName
{
color: #AC0FEC;
}
</style>
background-color css
<style>
a { background-color: #AC0FEC; }
a { background-color: rgb(172,15,236); }
div.DivClassName
{
background-color: #AC0FEC;
}
.BgClassName
{
background-color: #AC0FEC;
}
</style>
border-color css
<style>
span { border-color: #AC0FEC; }
span { border-color: rgb(172,15,236); }
td.TdClassName
{
border-color: #AC0FEC;
}
.TagClassName
{
border-color: #AC0FEC;
}
</style>