Shades of Deep Magenta #AC0EBB
Tints of Deep Magenta #AC0EBB
RGB
CMYK
RGB Variations
Color information
#AC0EBB (or 0xAC0EBB) is known color: Deep Magenta. HEX triplet: AC, 0E and BB. RGB value is (172,14,187). Sum of RGB (Red+Green+Blue) = 172+14+187=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC0EBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC0EBB is #53F144. Grayscale: #505050. Windows color (decimal): -5501253 or 12258988. OLE color: 12258988.
HSL color Cylindrical-coordinate representation of color #AC0EBB: hue angle of 294.8º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC0EBB is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 14 | 187 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.27 |
| HSL | 294.8º | 0.86% | 0.39% | - |
| HSV(B) | 294.8º | 0.93% | 0.73% | - |
| XYZ | 26.14 | 12.67 | 48.08 | - |
| YUV | 80.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 187 | 0.08 | 0.93 | 0 | 0.27 | 294.8 | 0.86 | 0.39 |
| Hex | AC | E | BB | 8 | 5D | 0 | 1B | 127 | 56 | 27 |
| Octal | 254 | 16 | 273 | 10 | 135 | 0 | 33 | 447 | 126 | 47 |
| Binary | 10101100 | 1110 | 10111011 | 1000 | 1011101 | 0 | 11011 | 100100111 | 1010110 | 100111 |
Color Harmonies of #AC0EBB
Complementary color
Monochromatic Colors of #AC0EBB
Black with #AC0EBB
Text Example
Text Example
White with #AC0EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0EBB; }
p { color: rgb(172,14,187); }
H1.HeaderClassName
{
color: #AC0EBB;
}
.AnyTagClassName
{
color: #AC0EBB;
}
</style>
background-color css
<style>
a { background-color: #AC0EBB; }
a { background-color: rgb(172,14,187); }
div.DivClassName
{
background-color: #AC0EBB;
}
.BgClassName
{
background-color: #AC0EBB;
}
</style>
border-color css
<style>
span { border-color: #AC0EBB; }
span { border-color: rgb(172,14,187); }
td.TdClassName
{
border-color: #AC0EBB;
}
.TagClassName
{
border-color: #AC0EBB;
}
</style>