Shades of Mulberry #AC558E
Tints of Mulberry #AC558E
RGB
CMYK
RGB Variations
Color information
#AC558E (or 0xAC558E) is known color: Mulberry. HEX triplet: AC, 55 and 8E. RGB value is (172,85,142). Sum of RGB (Red+Green+Blue) = 172+85+142=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC558E is #53AA71. Grayscale: #757575. Windows color (decimal): -5483122 or 9328044. OLE color: 9328044.
HSL color Cylindrical-coordinate representation of color #AC558E: hue angle of 320.69º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC558E is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 85 | 142 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.33 |
| HSL | 320.69º | 0.34% | 0.5% | - |
| HSV(B) | 320.69º | 0.51% | 0.67% | - |
| XYZ | 25.14 | 17.22 | 27.59 | - |
| YUV | 117.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 85 | 142 | 0 | 0.51 | 0.17 | 0.33 | 320.69 | 0.34 | 0.5 |
| Hex | AC | 55 | 8E | 0 | 33 | 11 | 21 | 141 | 22 | 32 |
| Octal | 254 | 125 | 216 | 0 | 63 | 21 | 41 | 501 | 42 | 62 |
| Binary | 10101100 | 1010101 | 10001110 | 0 | 110011 | 10001 | 100001 | 101000001 | 100010 | 110010 |
Color Harmonies of #AC558E
Complementary color
Monochromatic Colors of #AC558E
Black with #AC558E
Text Example
Text Example
White with #AC558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC558E; }
p { color: rgb(172,85,142); }
H1.HeaderClassName
{
color: #AC558E;
}
.AnyTagClassName
{
color: #AC558E;
}
</style>
background-color css
<style>
a { background-color: #AC558E; }
a { background-color: rgb(172,85,142); }
div.DivClassName
{
background-color: #AC558E;
}
.BgClassName
{
background-color: #AC558E;
}
</style>
border-color css
<style>
span { border-color: #AC558E; }
span { border-color: rgb(172,85,142); }
td.TdClassName
{
border-color: #AC558E;
}
.TagClassName
{
border-color: #AC558E;
}
</style>