Shades of Deep Magenta #AC11BB
Tints of Deep Magenta #AC11BB
RGB
CMYK
RGB Variations
Color information
#AC11BB (or 0xAC11BB) is known color: Deep Magenta. HEX triplet: AC, 11 and BB. RGB value is (172,17,187). Sum of RGB (Red+Green+Blue) = 172+17+187=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #AC11BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AC11BB is #53EE44. Grayscale: #525252. Windows color (decimal): -5500485 or 12259756. OLE color: 12259756.
HSL color Cylindrical-coordinate representation of color #AC11BB: hue angle of 294.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC11BB is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 17 | 187 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.27 |
| HSL | 294.71º | 0.83% | 0.4% | - |
| HSV(B) | 294.71º | 0.91% | 0.73% | - |
| XYZ | 26.18 | 12.76 | 48.1 | - |
| YUV | 82.73 | 186.85 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 187 | 0.08 | 0.91 | 0 | 0.27 | 294.71 | 0.83 | 0.4 |
| Hex | AC | 11 | BB | 8 | 5B | 0 | 1B | 127 | 53 | 28 |
| Octal | 254 | 21 | 273 | 10 | 133 | 0 | 33 | 447 | 123 | 50 |
| Binary | 10101100 | 10001 | 10111011 | 1000 | 1011011 | 0 | 11011 | 100100111 | 1010011 | 101000 |
Color Harmonies of #AC11BB
Complementary color
Monochromatic Colors of #AC11BB
Black with #AC11BB
Text Example
Text Example
White with #AC11BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11BB; }
p { color: rgb(172,17,187); }
H1.HeaderClassName
{
color: #AC11BB;
}
.AnyTagClassName
{
color: #AC11BB;
}
</style>
background-color css
<style>
a { background-color: #AC11BB; }
a { background-color: rgb(172,17,187); }
div.DivClassName
{
background-color: #AC11BB;
}
.BgClassName
{
background-color: #AC11BB;
}
</style>
border-color css
<style>
span { border-color: #AC11BB; }
span { border-color: rgb(172,17,187); }
td.TdClassName
{
border-color: #AC11BB;
}
.TagClassName
{
border-color: #AC11BB;
}
</style>