Shades of Electric Purple #AC01EC
Tints of Electric Purple #AC01EC
RGB
CMYK
RGB Variations
Color information
#AC01EC (or 0xAC01EC) is known color: Electric Purple. HEX triplet: AC, 01 and EC. RGB value is (172,1,236). Sum of RGB (Red+Green+Blue) = 172+1+236=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 236 (92.58% from 255 or 57.70% from 409); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC01EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC01EC is #53FE13. Grayscale: #4E4E4E. Windows color (decimal): -5504532 or 15466924. OLE color: 15466924.
HSL color Cylindrical-coordinate representation of color #AC01EC: hue angle of 283.66º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC01EC is Cyan = 0.27, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 1 | 236 | - |
| CMYK | 0.27 | 1.00 | 0 | 0.07 |
| HSL | 283.66º | 0.99% | 0.46% | - |
| HSV(B) | 283.66º | 1% | 0.93% | - |
| XYZ | 32.16 | 14.85 | 80.53 | - |
| YUV | 78.92 | 216.65 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 236 | 0.27 | 1.00 | 0 | 0.07 | 283.66 | 0.99 | 0.46 |
| Hex | AC | 1 | EC | 1B | 64 | 0 | 7 | 11C | 63 | 2E |
| Octal | 254 | 1 | 354 | 33 | 144 | 0 | 7 | 434 | 143 | 56 |
| Binary | 10101100 | 1 | 11101100 | 11011 | 1100100 | 0 | 111 | 100011100 | 1100011 | 101110 |
Color Harmonies of #AC01EC
Complementary color
Monochromatic Colors of #AC01EC
Black with #AC01EC
Text Example
Text Example
White with #AC01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC01EC; }
p { color: rgb(172,1,236); }
H1.HeaderClassName
{
color: #AC01EC;
}
.AnyTagClassName
{
color: #AC01EC;
}
</style>
background-color css
<style>
a { background-color: #AC01EC; }
a { background-color: rgb(172,1,236); }
div.DivClassName
{
background-color: #AC01EC;
}
.BgClassName
{
background-color: #AC01EC;
}
</style>
border-color css
<style>
span { border-color: #AC01EC; }
span { border-color: rgb(172,1,236); }
td.TdClassName
{
border-color: #AC01EC;
}
.TagClassName
{
border-color: #AC01EC;
}
</style>