Shades of Electric Purple #AC0EF0
Tints of Electric Purple #AC0EF0
RGB
CMYK
RGB Variations
Color information
#AC0EF0 (or 0xAC0EF0) is known color: Electric Purple. HEX triplet: AC, 0E and F0. RGB value is (172,14,240). Sum of RGB (Red+Green+Blue) = 172+14+240=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #AC0EF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0EF0 is #53F10F. Grayscale: #565656. Windows color (decimal): -5501200 or 15732396. OLE color: 15732396.
HSL color Cylindrical-coordinate representation of color #AC0EF0: hue angle of 281.95º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0EF0 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 14 | 240 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.06 |
| HSL | 281.95º | 0.89% | 0.5% | - |
| HSV(B) | 281.95º | 0.94% | 0.94% | - |
| XYZ | 32.9 | 15.38 | 83.67 | - |
| YUV | 87.01 | 214.35 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 240 | 0.28 | 0.94 | 0 | 0.06 | 281.95 | 0.89 | 0.5 |
| Hex | AC | E | F0 | 1C | 5E | 0 | 6 | 11A | 59 | 32 |
| Octal | 254 | 16 | 360 | 34 | 136 | 0 | 6 | 432 | 131 | 62 |
| Binary | 10101100 | 1110 | 11110000 | 11100 | 1011110 | 0 | 110 | 100011010 | 1011001 | 110010 |
Color Harmonies of #AC0EF0
Complementary color
Monochromatic Colors of #AC0EF0
Black with #AC0EF0
Text Example
Text Example
White with #AC0EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EF0; }
p { color: rgb(172,14,240); }
H1.HeaderClassName
{
color: #AC0EF0;
}
.AnyTagClassName
{
color: #AC0EF0;
}
</style>
background-color css
<style>
a { background-color: #AC0EF0; }
a { background-color: rgb(172,14,240); }
div.DivClassName
{
background-color: #AC0EF0;
}
.BgClassName
{
background-color: #AC0EF0;
}
</style>
border-color css
<style>
span { border-color: #AC0EF0; }
span { border-color: rgb(172,14,240); }
td.TdClassName
{
border-color: #AC0EF0;
}
.TagClassName
{
border-color: #AC0EF0;
}
</style>