Shades of Dark Magenta #AC0D9B
Tints of Dark Magenta #AC0D9B
RGB
CMYK
RGB Variations
Color information
#AC0D9B (or 0xAC0D9B) is known color: Dark Magenta. HEX triplet: AC, 0D and 9B. RGB value is (172,13,155). Sum of RGB (Red+Green+Blue) = 172+13+155=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 13 (5.47% from 255 or 3.82% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0D9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0D9B is #53F264. Grayscale: #4C4C4C. Windows color (decimal): -5501541 or 10161580. OLE color: 10161580.
HSL color Cylindrical-coordinate representation of color #AC0D9B: hue angle of 306.42º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0D9B is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 13 | 155 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.33 |
| HSL | 306.42º | 0.86% | 0.36% | - |
| HSV(B) | 306.42º | 0.92% | 0.67% | - |
| XYZ | 23.07 | 11.43 | 32 | - |
| YUV | 76.73 | 172.18 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 13 | 155 | 0 | 0.92 | 0.10 | 0.33 | 306.42 | 0.86 | 0.36 |
| Hex | AC | D | 9B | 0 | 5C | A | 21 | 132 | 56 | 24 |
| Octal | 254 | 15 | 233 | 0 | 134 | 12 | 41 | 462 | 126 | 44 |
| Binary | 10101100 | 1101 | 10011011 | 0 | 1011100 | 1010 | 100001 | 100110010 | 1010110 | 100100 |
Color Harmonies of #AC0D9B
Complementary color
Monochromatic Colors of #AC0D9B
Black with #AC0D9B
Text Example
Text Example
White with #AC0D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0D9B; }
p { color: rgb(172,13,155); }
H1.HeaderClassName
{
color: #AC0D9B;
}
.AnyTagClassName
{
color: #AC0D9B;
}
</style>
background-color css
<style>
a { background-color: #AC0D9B; }
a { background-color: rgb(172,13,155); }
div.DivClassName
{
background-color: #AC0D9B;
}
.BgClassName
{
background-color: #AC0D9B;
}
</style>
border-color css
<style>
span { border-color: #AC0D9B; }
span { border-color: rgb(172,13,155); }
td.TdClassName
{
border-color: #AC0D9B;
}
.TagClassName
{
border-color: #AC0D9B;
}
</style>