Shades of Dark Magenta #AC009D
Tints of Dark Magenta #AC009D
RGB
CMYK
RGB Variations
Color information
#AC009D (or 0xAC009D) is known color: Dark Magenta. HEX triplet: AC, 00 and 9D. RGB value is (172,0,157). Sum of RGB (Red+Green+Blue) = 172+0+157=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC009D is #53FF62. Grayscale: #444444. Windows color (decimal): -5504867 or 10289324. OLE color: 10289324.
HSL color Cylindrical-coordinate representation of color #AC009D: hue angle of 305.23º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC009D is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.09 | 0.33 |
| HSL | 305.23º | 1% | 0.34% | - |
| HSV(B) | 305.23º | 1% | 0.67% | - |
| XYZ | 23.1 | 11.2 | 32.84 | - |
| YUV | 69.33 | 177.48 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 157 | 0 | 1 | 0.09 | 0.33 | 305.23 | 1 | 0.34 |
| Hex | AC | 0 | 9D | 0 | 64 | 9 | 21 | 131 | 64 | 22 |
| Octal | 254 | 0 | 235 | 0 | 144 | 11 | 41 | 461 | 144 | 42 |
| Binary | 10101100 | 0 | 10011101 | 0 | 1100100 | 1001 | 100001 | 100110001 | 1100100 | 100010 |
Color Harmonies of #AC009D
Complementary color
Monochromatic Colors of #AC009D
Black with #AC009D
Text Example
Text Example
White with #AC009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC009D; }
p { color: rgb(172,0,157); }
H1.HeaderClassName
{
color: #AC009D;
}
.AnyTagClassName
{
color: #AC009D;
}
</style>
background-color css
<style>
a { background-color: #AC009D; }
a { background-color: rgb(172,0,157); }
div.DivClassName
{
background-color: #AC009D;
}
.BgClassName
{
background-color: #AC009D;
}
</style>
border-color css
<style>
span { border-color: #AC009D; }
span { border-color: rgb(172,0,157); }
td.TdClassName
{
border-color: #AC009D;
}
.TagClassName
{
border-color: #AC009D;
}
</style>