Shades of Deep Magenta #AC11AD
Tints of Deep Magenta #AC11AD
RGB
CMYK
RGB Variations
Color information
#AC11AD (or 0xAC11AD) is known color: Deep Magenta. HEX triplet: AC, 11 and AD. RGB value is (172,17,173). Sum of RGB (Red+Green+Blue) = 172+17+173=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC11AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC11AD is #53EE52. Grayscale: #505050. Windows color (decimal): -5500499 or 11342252. OLE color: 11342252.
HSL color Cylindrical-coordinate representation of color #AC11AD: hue angle of 299.62º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC11AD is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 17 | 173 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.32 |
| HSL | 299.62º | 0.82% | 0.37% | - |
| HSV(B) | 299.62º | 0.9% | 0.68% | - |
| XYZ | 24.76 | 12.19 | 40.58 | - |
| YUV | 81.13 | 179.85 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 173 | 0.01 | 0.90 | 0 | 0.32 | 299.62 | 0.82 | 0.37 |
| Hex | AC | 11 | AD | 1 | 5A | 0 | 20 | 12C | 52 | 25 |
| Octal | 254 | 21 | 255 | 1 | 132 | 0 | 40 | 454 | 122 | 45 |
| Binary | 10101100 | 10001 | 10101101 | 1 | 1011010 | 0 | 100000 | 100101100 | 1010010 | 100101 |
Color Harmonies of #AC11AD
Complementary color
Monochromatic Colors of #AC11AD
Black with #AC11AD
Text Example
Text Example
White with #AC11AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC11AD; }
p { color: rgb(172,17,173); }
H1.HeaderClassName
{
color: #AC11AD;
}
.AnyTagClassName
{
color: #AC11AD;
}
</style>
background-color css
<style>
a { background-color: #AC11AD; }
a { background-color: rgb(172,17,173); }
div.DivClassName
{
background-color: #AC11AD;
}
.BgClassName
{
background-color: #AC11AD;
}
</style>
border-color css
<style>
span { border-color: #AC11AD; }
span { border-color: rgb(172,17,173); }
td.TdClassName
{
border-color: #AC11AD;
}
.TagClassName
{
border-color: #AC11AD;
}
</style>