Shades of Dark Magenta #AC0F9B
Tints of Dark Magenta #AC0F9B
RGB
CMYK
RGB Variations
Color information
#AC0F9B (or 0xAC0F9B) is known color: Dark Magenta. HEX triplet: AC, 0F and 9B. RGB value is (172,15,155). Sum of RGB (Red+Green+Blue) = 172+15+155=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F9B is #53F064. Grayscale: #4D4D4D. Windows color (decimal): -5501029 or 10162092. OLE color: 10162092.
HSL color Cylindrical-coordinate representation of color #AC0F9B: hue angle of 306.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F9B is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 15 | 155 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.33 |
| HSL | 306.5º | 0.84% | 0.37% | - |
| HSV(B) | 306.5º | 0.91% | 0.67% | - |
| XYZ | 23.1 | 11.48 | 32.01 | - |
| YUV | 77.9 | 171.51 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 15 | 155 | 0 | 0.91 | 0.10 | 0.33 | 306.5 | 0.84 | 0.37 |
| Hex | AC | F | 9B | 0 | 5B | A | 21 | 132 | 54 | 25 |
| Octal | 254 | 17 | 233 | 0 | 133 | 12 | 41 | 462 | 124 | 45 |
| Binary | 10101100 | 1111 | 10011011 | 0 | 1011011 | 1010 | 100001 | 100110010 | 1010100 | 100101 |
Color Harmonies of #AC0F9B
Complementary color
Monochromatic Colors of #AC0F9B
Black with #AC0F9B
Text Example
Text Example
White with #AC0F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0F9B; }
p { color: rgb(172,15,155); }
H1.HeaderClassName
{
color: #AC0F9B;
}
.AnyTagClassName
{
color: #AC0F9B;
}
</style>
background-color css
<style>
a { background-color: #AC0F9B; }
a { background-color: rgb(172,15,155); }
div.DivClassName
{
background-color: #AC0F9B;
}
.BgClassName
{
background-color: #AC0F9B;
}
</style>
border-color css
<style>
span { border-color: #AC0F9B; }
span { border-color: rgb(172,15,155); }
td.TdClassName
{
border-color: #AC0F9B;
}
.TagClassName
{
border-color: #AC0F9B;
}
</style>