Shades of Dark Magenta #AC0B9A
Tints of Dark Magenta #AC0B9A
RGB
CMYK
RGB Variations
Color information
#AC0B9A (or 0xAC0B9A) is known color: Dark Magenta. HEX triplet: AC, 0B and 9A. RGB value is (172,11,154). Sum of RGB (Red+Green+Blue) = 172+11+154=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0B9A is #53F465. Grayscale: #4B4B4B. Windows color (decimal): -5502054 or 10095532. OLE color: 10095532.
HSL color Cylindrical-coordinate representation of color #AC0B9A: hue angle of 306.71º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0B9A is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 11 | 154 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.33 |
| HSL | 306.71º | 0.88% | 0.36% | - |
| HSV(B) | 306.71º | 0.94% | 0.67% | - |
| XYZ | 22.97 | 11.34 | 31.55 | - |
| YUV | 75.44 | 172.34 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 154 | 0 | 0.94 | 0.10 | 0.33 | 306.71 | 0.88 | 0.36 |
| Hex | AC | B | 9A | 0 | 5E | A | 21 | 133 | 58 | 24 |
| Octal | 254 | 13 | 232 | 0 | 136 | 12 | 41 | 463 | 130 | 44 |
| Binary | 10101100 | 1011 | 10011010 | 0 | 1011110 | 1010 | 100001 | 100110011 | 1011000 | 100100 |
Color Harmonies of #AC0B9A
Complementary color
Monochromatic Colors of #AC0B9A
Black with #AC0B9A
Text Example
Text Example
White with #AC0B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0B9A; }
p { color: rgb(172,11,154); }
H1.HeaderClassName
{
color: #AC0B9A;
}
.AnyTagClassName
{
color: #AC0B9A;
}
</style>
background-color css
<style>
a { background-color: #AC0B9A; }
a { background-color: rgb(172,11,154); }
div.DivClassName
{
background-color: #AC0B9A;
}
.BgClassName
{
background-color: #AC0B9A;
}
</style>
border-color css
<style>
span { border-color: #AC0B9A; }
span { border-color: rgb(172,11,154); }
td.TdClassName
{
border-color: #AC0B9A;
}
.TagClassName
{
border-color: #AC0B9A;
}
</style>