Shades of Electric Purple #AC0EFC
Tints of Electric Purple #AC0EFC
RGB
CMYK
RGB Variations
Color information
#AC0EFC (or 0xAC0EFC) is known color: Electric Purple. HEX triplet: AC, 0E and FC. RGB value is (172,14,252). Sum of RGB (Red+Green+Blue) = 172+14+252=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #AC0EFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0EFC is #53F103. Grayscale: #575757. Windows color (decimal): -5501188 or 16518828. OLE color: 16518828.
HSL color Cylindrical-coordinate representation of color #AC0EFC: hue angle of 279.83º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0EFC is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 14 | 252 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.01 |
| HSL | 279.83º | 0.98% | 0.52% | - |
| HSV(B) | 279.83º | 0.94% | 0.99% | - |
| XYZ | 34.74 | 16.11 | 93.37 | - |
| YUV | 88.37 | 220.35 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 252 | 0.32 | 0.94 | 0 | 0.01 | 279.83 | 0.98 | 0.52 |
| Hex | AC | E | FC | 20 | 5E | 0 | 1 | 118 | 62 | 34 |
| Octal | 254 | 16 | 374 | 40 | 136 | 0 | 1 | 430 | 142 | 64 |
| Binary | 10101100 | 1110 | 11111100 | 100000 | 1011110 | 0 | 1 | 100011000 | 1100010 | 110100 |
Color Harmonies of #AC0EFC
Complementary color
Monochromatic Colors of #AC0EFC
Black with #AC0EFC
Text Example
Text Example
White with #AC0EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EFC; }
p { color: rgb(172,14,252); }
H1.HeaderClassName
{
color: #AC0EFC;
}
.AnyTagClassName
{
color: #AC0EFC;
}
</style>
background-color css
<style>
a { background-color: #AC0EFC; }
a { background-color: rgb(172,14,252); }
div.DivClassName
{
background-color: #AC0EFC;
}
.BgClassName
{
background-color: #AC0EFC;
}
</style>
border-color css
<style>
span { border-color: #AC0EFC; }
span { border-color: rgb(172,14,252); }
td.TdClassName
{
border-color: #AC0EFC;
}
.TagClassName
{
border-color: #AC0EFC;
}
</style>