Shades of Electric Purple #AC06EC
Tints of Electric Purple #AC06EC
RGB
CMYK
RGB Variations
Color information
#AC06EC (or 0xAC06EC) is known color: Electric Purple. HEX triplet: AC, 06 and EC. RGB value is (172,6,236). Sum of RGB (Red+Green+Blue) = 172+6+236=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 6 (2.73% from 255 or 1.45% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC06EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC06EC is #53F913. Grayscale: #515151. Windows color (decimal): -5503252 or 15468204. OLE color: 15468204.
HSL color Cylindrical-coordinate representation of color #AC06EC: hue angle of 283.3º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC06EC is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 6 | 236 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.07 |
| HSL | 283.3º | 0.95% | 0.47% | - |
| HSV(B) | 283.3º | 0.97% | 0.93% | - |
| XYZ | 32.22 | 14.96 | 80.55 | - |
| YUV | 81.85 | 215 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 6 | 236 | 0.27 | 0.97 | 0 | 0.07 | 283.3 | 0.95 | 0.47 |
| Hex | AC | 6 | EC | 1B | 61 | 0 | 7 | 11B | 5F | 2F |
| Octal | 254 | 6 | 354 | 33 | 141 | 0 | 7 | 433 | 137 | 57 |
| Binary | 10101100 | 110 | 11101100 | 11011 | 1100001 | 0 | 111 | 100011011 | 1011111 | 101111 |
Color Harmonies of #AC06EC
Complementary color
Monochromatic Colors of #AC06EC
Black with #AC06EC
Text Example
Text Example
White with #AC06EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC06EC; }
p { color: rgb(172,6,236); }
H1.HeaderClassName
{
color: #AC06EC;
}
.AnyTagClassName
{
color: #AC06EC;
}
</style>
background-color css
<style>
a { background-color: #AC06EC; }
a { background-color: rgb(172,6,236); }
div.DivClassName
{
background-color: #AC06EC;
}
.BgClassName
{
background-color: #AC06EC;
}
</style>
border-color css
<style>
span { border-color: #AC06EC; }
span { border-color: rgb(172,6,236); }
td.TdClassName
{
border-color: #AC06EC;
}
.TagClassName
{
border-color: #AC06EC;
}
</style>