Shades of Dark Magenta #AC00A9
Tints of Dark Magenta #AC00A9
RGB
CMYK
RGB Variations
Color information
#AC00A9 (or 0xAC00A9) is known color: Dark Magenta. HEX triplet: AC, 00 and A9. RGB value is (172,0,169). Sum of RGB (Red+Green+Blue) = 172+0+169=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 169 (66.41% from 255 or 49.56% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC00A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC00A9 is #53FF56. Grayscale: #464646. Windows color (decimal): -5504855 or 11075756. OLE color: 11075756.
HSL color Cylindrical-coordinate representation of color #AC00A9: hue angle of 301.05º 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 #AC00A9 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 0 | 169 | - |
| CMYK | 0 | 1 | 0.02 | 0.33 |
| HSL | 301.05º | 1% | 0.34% | - |
| HSV(B) | 301.05º | 1% | 0.67% | - |
| XYZ | 24.17 | 11.64 | 38.51 | - |
| YUV | 70.69 | 183.48 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 0 | 169 | 0 | 1 | 0.02 | 0.33 | 301.05 | 1 | 0.34 |
| Hex | AC | 0 | A9 | 0 | 64 | 2 | 21 | 12D | 64 | 22 |
| Octal | 254 | 0 | 251 | 0 | 144 | 2 | 41 | 455 | 144 | 42 |
| Binary | 10101100 | 0 | 10101001 | 0 | 1100100 | 10 | 100001 | 100101101 | 1100100 | 100010 |
Color Harmonies of #AC00A9
Complementary color
Monochromatic Colors of #AC00A9
Black with #AC00A9
Text Example
Text Example
White with #AC00A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC00A9; }
p { color: rgb(172,0,169); }
H1.HeaderClassName
{
color: #AC00A9;
}
.AnyTagClassName
{
color: #AC00A9;
}
</style>
background-color css
<style>
a { background-color: #AC00A9; }
a { background-color: rgb(172,0,169); }
div.DivClassName
{
background-color: #AC00A9;
}
.BgClassName
{
background-color: #AC00A9;
}
</style>
border-color css
<style>
span { border-color: #AC00A9; }
span { border-color: rgb(172,0,169); }
td.TdClassName
{
border-color: #AC00A9;
}
.TagClassName
{
border-color: #AC00A9;
}
</style>