Shades of Electric Purple #AC08EC
Tints of Electric Purple #AC08EC
RGB
CMYK
RGB Variations
Color information
#AC08EC (or 0xAC08EC) is known color: Electric Purple. HEX triplet: AC, 08 and EC. RGB value is (172,8,236). Sum of RGB (Red+Green+Blue) = 172+8+236=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC08EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC08EC is #53F713. Grayscale: #525252. Windows color (decimal): -5502740 or 15468716. OLE color: 15468716.
HSL color Cylindrical-coordinate representation of color #AC08EC: hue angle of 283.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC08EC is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 8 | 236 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.07 |
| HSL | 283.16º | 0.93% | 0.48% | - |
| HSV(B) | 283.16º | 0.97% | 0.93% | - |
| XYZ | 32.24 | 15 | 80.55 | - |
| YUV | 83.03 | 214.33 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 236 | 0.27 | 0.97 | 0 | 0.07 | 283.16 | 0.93 | 0.48 |
| Hex | AC | 8 | EC | 1B | 61 | 0 | 7 | 11B | 5D | 30 |
| Octal | 254 | 10 | 354 | 33 | 141 | 0 | 7 | 433 | 135 | 60 |
| Binary | 10101100 | 1000 | 11101100 | 11011 | 1100001 | 0 | 111 | 100011011 | 1011101 | 110000 |
Color Harmonies of #AC08EC
Complementary color
Monochromatic Colors of #AC08EC
Black with #AC08EC
Text Example
Text Example
White with #AC08EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC08EC; }
p { color: rgb(172,8,236); }
H1.HeaderClassName
{
color: #AC08EC;
}
.AnyTagClassName
{
color: #AC08EC;
}
</style>
background-color css
<style>
a { background-color: #AC08EC; }
a { background-color: rgb(172,8,236); }
div.DivClassName
{
background-color: #AC08EC;
}
.BgClassName
{
background-color: #AC08EC;
}
</style>
border-color css
<style>
span { border-color: #AC08EC; }
span { border-color: rgb(172,8,236); }
td.TdClassName
{
border-color: #AC08EC;
}
.TagClassName
{
border-color: #AC08EC;
}
</style>