Shades of Electric Purple #AC0EFE
Tints of Electric Purple #AC0EFE
RGB
CMYK
RGB Variations
Color information
#AC0EFE (or 0xAC0EFE) is known color: Electric Purple. HEX triplet: AC, 0E and FE. RGB value is (172,14,254). Sum of RGB (Red+Green+Blue) = 172+14+254=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #AC0EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0EFE is #53F101. Grayscale: #575757. Windows color (decimal): -5501186 or 16649900. OLE color: 16649900.
HSL color Cylindrical-coordinate representation of color #AC0EFE: hue angle of 279.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0EFE is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 14 | 254 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.00 |
| HSL | 279.5º | 0.99% | 0.53% | - |
| HSV(B) | 279.5º | 0.94% | 1% | - |
| XYZ | 35.06 | 16.24 | 95.05 | - |
| YUV | 88.6 | 221.35 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 254 | 0.32 | 0.94 | 0 | 0.00 | 279.5 | 0.99 | 0.53 |
| Hex | AC | E | FE | 20 | 5E | 0 | 0 | 118 | 63 | 35 |
| Octal | 254 | 16 | 376 | 40 | 136 | 0 | 0 | 430 | 143 | 65 |
| Binary | 10101100 | 1110 | 11111110 | 100000 | 1011110 | 0 | 0 | 100011000 | 1100011 | 110101 |
Color Harmonies of #AC0EFE
Complementary color
Monochromatic Colors of #AC0EFE
Black with #AC0EFE
Text Example
Text Example
White with #AC0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EFE; }
p { color: rgb(172,14,254); }
H1.HeaderClassName
{
color: #AC0EFE;
}
.AnyTagClassName
{
color: #AC0EFE;
}
</style>
background-color css
<style>
a { background-color: #AC0EFE; }
a { background-color: rgb(172,14,254); }
div.DivClassName
{
background-color: #AC0EFE;
}
.BgClassName
{
background-color: #AC0EFE;
}
</style>
border-color css
<style>
span { border-color: #AC0EFE; }
span { border-color: rgb(172,14,254); }
td.TdClassName
{
border-color: #AC0EFE;
}
.TagClassName
{
border-color: #AC0EFE;
}
</style>