Shades of Dark Magenta #AC0BA3
Tints of Dark Magenta #AC0BA3
RGB
CMYK
RGB Variations
Color information
#AC0BA3 (or 0xAC0BA3) is known color: Dark Magenta. HEX triplet: AC, 0B and A3. RGB value is (172,11,163). Sum of RGB (Red+Green+Blue) = 172+11+163=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0BA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0BA3 is #53F45C. Grayscale: #4C4C4C. Windows color (decimal): -5502045 or 10685356. OLE color: 10685356.
HSL color Cylindrical-coordinate representation of color #AC0BA3: hue angle of 303.35º 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 #AC0BA3 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 11 | 163 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.33 |
| HSL | 303.35º | 0.88% | 0.36% | - |
| HSV(B) | 303.35º | 0.94% | 0.67% | - |
| XYZ | 23.74 | 11.65 | 35.65 | - |
| YUV | 76.47 | 176.84 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 11 | 163 | 0 | 0.94 | 0.05 | 0.33 | 303.35 | 0.88 | 0.36 |
| Hex | AC | B | A3 | 0 | 5E | 5 | 21 | 12F | 58 | 24 |
| Octal | 254 | 13 | 243 | 0 | 136 | 5 | 41 | 457 | 130 | 44 |
| Binary | 10101100 | 1011 | 10100011 | 0 | 1011110 | 101 | 100001 | 100101111 | 1011000 | 100100 |
Color Harmonies of #AC0BA3
Complementary color
Monochromatic Colors of #AC0BA3
Black with #AC0BA3
Text Example
Text Example
White with #AC0BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0BA3; }
p { color: rgb(172,11,163); }
H1.HeaderClassName
{
color: #AC0BA3;
}
.AnyTagClassName
{
color: #AC0BA3;
}
</style>
background-color css
<style>
a { background-color: #AC0BA3; }
a { background-color: rgb(172,11,163); }
div.DivClassName
{
background-color: #AC0BA3;
}
.BgClassName
{
background-color: #AC0BA3;
}
</style>
border-color css
<style>
span { border-color: #AC0BA3; }
span { border-color: rgb(172,11,163); }
td.TdClassName
{
border-color: #AC0BA3;
}
.TagClassName
{
border-color: #AC0BA3;
}
</style>