Shades of Electric Purple #AC0CFF
Tints of Electric Purple #AC0CFF
RGB
CMYK
RGB Variations
Color information
#AC0CFF (or 0xAC0CFF) is known color: Electric Purple. HEX triplet: AC, 0C and FF. RGB value is (172,12,255). Sum of RGB (Red+Green+Blue) = 172+12+255=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC0CFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0CFF is #53F300. Grayscale: #565656. Windows color (decimal): -5501697 or 16714924. OLE color: 16714924.
HSL color Cylindrical-coordinate representation of color #AC0CFF: hue angle of 279.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0CFF is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 12 | 255 | - |
| CMYK | 0.33 | 0.95 | 0 | 0 |
| HSL | 279.51º | 1% | 0.52% | - |
| HSV(B) | 279.51º | 0.95% | 1% | - |
| XYZ | 35.19 | 16.25 | 95.89 | - |
| YUV | 87.54 | 222.51 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 12 | 255 | 0.33 | 0.95 | 0 | 0 | 279.51 | 1 | 0.52 |
| Hex | AC | C | FF | 21 | 5F | 0 | 0 | 118 | 64 | 34 |
| Octal | 254 | 14 | 377 | 41 | 137 | 0 | 0 | 430 | 144 | 64 |
| Binary | 10101100 | 1100 | 11111111 | 100001 | 1011111 | 0 | 0 | 100011000 | 1100100 | 110100 |
Color Harmonies of #AC0CFF
Complementary color
Monochromatic Colors of #AC0CFF
Black with #AC0CFF
Text Example
Text Example
White with #AC0CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0CFF; }
p { color: rgb(172,12,255); }
H1.HeaderClassName
{
color: #AC0CFF;
}
.AnyTagClassName
{
color: #AC0CFF;
}
</style>
background-color css
<style>
a { background-color: #AC0CFF; }
a { background-color: rgb(172,12,255); }
div.DivClassName
{
background-color: #AC0CFF;
}
.BgClassName
{
background-color: #AC0CFF;
}
</style>
border-color css
<style>
span { border-color: #AC0CFF; }
span { border-color: rgb(172,12,255); }
td.TdClassName
{
border-color: #AC0CFF;
}
.TagClassName
{
border-color: #AC0CFF;
}
</style>