Shades of Dark Magenta #AC109D
Tints of Dark Magenta #AC109D
RGB
CMYK
RGB Variations
Color information
#AC109D (or 0xAC109D) is known color: Dark Magenta. HEX triplet: AC, 10 and 9D. RGB value is (172,16,157). Sum of RGB (Red+Green+Blue) = 172+16+157=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC109D is #53EF62. Grayscale: #4E4E4E. Windows color (decimal): -5500771 or 10293420. OLE color: 10293420.
HSL color Cylindrical-coordinate representation of color #AC109D: hue angle of 305.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC109D is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 16 | 157 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.33 |
| HSL | 305.77º | 0.83% | 0.37% | - |
| HSV(B) | 305.77º | 0.91% | 0.67% | - |
| XYZ | 23.28 | 11.58 | 32.91 | - |
| YUV | 78.72 | 172.18 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 16 | 157 | 0 | 0.91 | 0.09 | 0.33 | 305.77 | 0.83 | 0.37 |
| Hex | AC | 10 | 9D | 0 | 5B | 9 | 21 | 132 | 53 | 25 |
| Octal | 254 | 20 | 235 | 0 | 133 | 11 | 41 | 462 | 123 | 45 |
| Binary | 10101100 | 10000 | 10011101 | 0 | 1011011 | 1001 | 100001 | 100110010 | 1010011 | 100101 |
Color Harmonies of #AC109D
Complementary color
Monochromatic Colors of #AC109D
Black with #AC109D
Text Example
Text Example
White with #AC109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC109D; }
p { color: rgb(172,16,157); }
H1.HeaderClassName
{
color: #AC109D;
}
.AnyTagClassName
{
color: #AC109D;
}
</style>
background-color css
<style>
a { background-color: #AC109D; }
a { background-color: rgb(172,16,157); }
div.DivClassName
{
background-color: #AC109D;
}
.BgClassName
{
background-color: #AC109D;
}
</style>
border-color css
<style>
span { border-color: #AC109D; }
span { border-color: rgb(172,16,157); }
td.TdClassName
{
border-color: #AC109D;
}
.TagClassName
{
border-color: #AC109D;
}
</style>