Shades of Electric Purple #AC0BEA
Tints of Electric Purple #AC0BEA
RGB
CMYK
RGB Variations
Color information
#AC0BEA (or 0xAC0BEA) is known color: Electric Purple. HEX triplet: AC, 0B and EA. RGB value is (172,11,234). Sum of RGB (Red+Green+Blue) = 172+11+234=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC0BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0BEA is #53F415. Grayscale: #535353. Windows color (decimal): -5501974 or 15338412. OLE color: 15338412.
HSL color Cylindrical-coordinate representation of color #AC0BEA: hue angle of 283.32º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0BEA is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 11 | 234 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.08 |
| HSL | 283.32º | 0.91% | 0.48% | - |
| HSV(B) | 283.32º | 0.95% | 0.92% | - |
| XYZ | 31.98 | 14.95 | 79.04 | - |
| YUV | 84.56 | 212.34 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 234 | 0.26 | 0.95 | 0 | 0.08 | 283.32 | 0.91 | 0.48 |
| Hex | AC | B | EA | 1A | 5F | 0 | 8 | 11B | 5B | 30 |
| Octal | 254 | 13 | 352 | 32 | 137 | 0 | 10 | 433 | 133 | 60 |
| Binary | 10101100 | 1011 | 11101010 | 11010 | 1011111 | 0 | 1000 | 100011011 | 1011011 | 110000 |
Color Harmonies of #AC0BEA
Complementary color
Monochromatic Colors of #AC0BEA
Black with #AC0BEA
Text Example
Text Example
White with #AC0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0BEA; }
p { color: rgb(172,11,234); }
H1.HeaderClassName
{
color: #AC0BEA;
}
.AnyTagClassName
{
color: #AC0BEA;
}
</style>
background-color css
<style>
a { background-color: #AC0BEA; }
a { background-color: rgb(172,11,234); }
div.DivClassName
{
background-color: #AC0BEA;
}
.BgClassName
{
background-color: #AC0BEA;
}
</style>
border-color css
<style>
span { border-color: #AC0BEA; }
span { border-color: rgb(172,11,234); }
td.TdClassName
{
border-color: #AC0BEA;
}
.TagClassName
{
border-color: #AC0BEA;
}
</style>