Shades of Deep Magenta #AC11AB
Tints of Deep Magenta #AC11AB
RGB
CMYK
RGB Variations
Color information
#AC11AB (or 0xAC11AB) is known color: Deep Magenta. HEX triplet: AC, 11 and AB. RGB value is (172,17,171). Sum of RGB (Red+Green+Blue) = 172+17+171=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC11AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC11AB is #53EE54. Grayscale: #505050. Windows color (decimal): -5500501 or 11211180. OLE color: 11211180.
HSL color Cylindrical-coordinate representation of color #AC11AB: hue angle of 300.39º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC11AB is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 171 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.33 |
| HSL | 300.39º | 0.82% | 0.37% | - |
| HSV(B) | 300.39º | 0.9% | 0.67% | - |
| XYZ | 24.56 | 12.11 | 39.57 | - |
| YUV | 80.9 | 178.85 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 171 | 0 | 0.90 | 0.01 | 0.33 | 300.39 | 0.82 | 0.37 |
| Hex | AC | 11 | AB | 0 | 5A | 1 | 21 | 12C | 52 | 25 |
| Octal | 254 | 21 | 253 | 0 | 132 | 1 | 41 | 454 | 122 | 45 |
| Binary | 10101100 | 10001 | 10101011 | 0 | 1011010 | 1 | 100001 | 100101100 | 1010010 | 100101 |
Color Harmonies of #AC11AB
Complementary color
Monochromatic Colors of #AC11AB
Black with #AC11AB
Text Example
Text Example
White with #AC11AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11AB; }
p { color: rgb(172,17,171); }
H1.HeaderClassName
{
color: #AC11AB;
}
.AnyTagClassName
{
color: #AC11AB;
}
</style>
background-color css
<style>
a { background-color: #AC11AB; }
a { background-color: rgb(172,17,171); }
div.DivClassName
{
background-color: #AC11AB;
}
.BgClassName
{
background-color: #AC11AB;
}
</style>
border-color css
<style>
span { border-color: #AC11AB; }
span { border-color: rgb(172,17,171); }
td.TdClassName
{
border-color: #AC11AB;
}
.TagClassName
{
border-color: #AC11AB;
}
</style>