Shades of Dark Magenta #AC009A
Tints of Dark Magenta #AC009A
RGB
CMYK
RGB Variations
Color information
#AC009A (or 0xAC009A) is known color: Dark Magenta. HEX triplet: AC, 00 and 9A. RGB value is (172,0,154). Sum of RGB (Red+Green+Blue) = 172+0+154=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC009A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC009A is #53FF65. Grayscale: #444444. Windows color (decimal): -5504870 or 10092716. OLE color: 10092716.
HSL color Cylindrical-coordinate representation of color #AC009A: hue angle of 306.28º 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 #AC009A is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 154 | - |
| CMYK | 0 | 1 | 0.10 | 0.33 |
| HSL | 306.28º | 1% | 0.34% | - |
| HSV(B) | 306.28º | 1% | 0.67% | - |
| XYZ | 22.85 | 11.1 | 31.51 | - |
| YUV | 68.98 | 175.98 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 154 | 0 | 1 | 0.10 | 0.33 | 306.28 | 1 | 0.34 |
| Hex | AC | 0 | 9A | 0 | 64 | A | 21 | 132 | 64 | 22 |
| Octal | 254 | 0 | 232 | 0 | 144 | 12 | 41 | 462 | 144 | 42 |
| Binary | 10101100 | 0 | 10011010 | 0 | 1100100 | 1010 | 100001 | 100110010 | 1100100 | 100010 |
Color Harmonies of #AC009A
Complementary color
Monochromatic Colors of #AC009A
Black with #AC009A
Text Example
Text Example
White with #AC009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC009A; }
p { color: rgb(172,0,154); }
H1.HeaderClassName
{
color: #AC009A;
}
.AnyTagClassName
{
color: #AC009A;
}
</style>
background-color css
<style>
a { background-color: #AC009A; }
a { background-color: rgb(172,0,154); }
div.DivClassName
{
background-color: #AC009A;
}
.BgClassName
{
background-color: #AC009A;
}
</style>
border-color css
<style>
span { border-color: #AC009A; }
span { border-color: rgb(172,0,154); }
td.TdClassName
{
border-color: #AC009A;
}
.TagClassName
{
border-color: #AC009A;
}
</style>