Shades of Dark Magenta #AC0B9E
Tints of Dark Magenta #AC0B9E
RGB
CMYK
RGB Variations
Color information
#AC0B9E (or 0xAC0B9E) is known color: Dark Magenta. HEX triplet: AC, 0B and 9E. RGB value is (172,11,158). Sum of RGB (Red+Green+Blue) = 172+11+158=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0B9E is #53F461. Grayscale: #4B4B4B. Windows color (decimal): -5502050 or 10357676. OLE color: 10357676.
HSL color Cylindrical-coordinate representation of color #AC0B9E: hue angle of 305.22º 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 #AC0B9E is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 11 | 158 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.33 |
| HSL | 305.22º | 0.88% | 0.36% | - |
| HSV(B) | 305.22º | 0.94% | 0.67% | - |
| XYZ | 23.3 | 11.48 | 33.34 | - |
| YUV | 75.9 | 174.34 | 196.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 158 | 0 | 0.94 | 0.08 | 0.33 | 305.22 | 0.88 | 0.36 |
| Hex | AC | B | 9E | 0 | 5E | 8 | 21 | 131 | 58 | 24 |
| Octal | 254 | 13 | 236 | 0 | 136 | 10 | 41 | 461 | 130 | 44 |
| Binary | 10101100 | 1011 | 10011110 | 0 | 1011110 | 1000 | 100001 | 100110001 | 1011000 | 100100 |
Color Harmonies of #AC0B9E
Complementary color
Monochromatic Colors of #AC0B9E
Black with #AC0B9E
Text Example
Text Example
White with #AC0B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0B9E; }
p { color: rgb(172,11,158); }
H1.HeaderClassName
{
color: #AC0B9E;
}
.AnyTagClassName
{
color: #AC0B9E;
}
</style>
background-color css
<style>
a { background-color: #AC0B9E; }
a { background-color: rgb(172,11,158); }
div.DivClassName
{
background-color: #AC0B9E;
}
.BgClassName
{
background-color: #AC0B9E;
}
</style>
border-color css
<style>
span { border-color: #AC0B9E; }
span { border-color: rgb(172,11,158); }
td.TdClassName
{
border-color: #AC0B9E;
}
.TagClassName
{
border-color: #AC0B9E;
}
</style>