Shades of Electric Purple #AC0BEE
Tints of Electric Purple #AC0BEE
RGB
CMYK
RGB Variations
Color information
#AC0BEE (or 0xAC0BEE) is known color: Electric Purple. HEX triplet: AC, 0B and EE. RGB value is (172,11,238). Sum of RGB (Red+Green+Blue) = 172+11+238=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 11 (4.69% from 255 or 2.61% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC0BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AC0BEE is #53F411. Grayscale: #545454. Windows color (decimal): -5501970 or 15600556. OLE color: 15600556.
HSL color Cylindrical-coordinate representation of color #AC0BEE: hue angle of 282.56º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0BEE is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 11 | 238 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.07 |
| HSL | 282.56º | 0.91% | 0.49% | - |
| HSV(B) | 282.56º | 0.95% | 0.93% | - |
| XYZ | 32.57 | 15.18 | 82.1 | - |
| YUV | 85.02 | 214.34 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 238 | 0.28 | 0.95 | 0 | 0.07 | 282.56 | 0.91 | 0.49 |
| Hex | AC | B | EE | 1C | 5F | 0 | 7 | 11B | 5B | 31 |
| Octal | 254 | 13 | 356 | 34 | 137 | 0 | 7 | 433 | 133 | 61 |
| Binary | 10101100 | 1011 | 11101110 | 11100 | 1011111 | 0 | 111 | 100011011 | 1011011 | 110001 |
Color Harmonies of #AC0BEE
Complementary color
Monochromatic Colors of #AC0BEE
Black with #AC0BEE
Text Example
Text Example
White with #AC0BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0BEE; }
p { color: rgb(172,11,238); }
H1.HeaderClassName
{
color: #AC0BEE;
}
.AnyTagClassName
{
color: #AC0BEE;
}
</style>
background-color css
<style>
a { background-color: #AC0BEE; }
a { background-color: rgb(172,11,238); }
div.DivClassName
{
background-color: #AC0BEE;
}
.BgClassName
{
background-color: #AC0BEE;
}
</style>
border-color css
<style>
span { border-color: #AC0BEE; }
span { border-color: rgb(172,11,238); }
td.TdClassName
{
border-color: #AC0BEE;
}
.TagClassName
{
border-color: #AC0BEE;
}
</style>