Shades of Mulberry #AC578D
Tints of Mulberry #AC578D
RGB
CMYK
RGB Variations
Color information
#AC578D (or 0xAC578D) is known color: Mulberry. HEX triplet: AC, 57 and 8D. RGB value is (172,87,141). Sum of RGB (Red+Green+Blue) = 172+87+141=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC578D is #53A872. Grayscale: #767676. Windows color (decimal): -5482611 or 9263020. OLE color: 9263020.
HSL color Cylindrical-coordinate representation of color #AC578D: hue angle of 321.88º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC578D is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 87 | 141 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.33 |
| HSL | 321.88º | 0.34% | 0.51% | - |
| HSV(B) | 321.88º | 0.49% | 0.67% | - |
| XYZ | 25.23 | 17.51 | 27.25 | - |
| YUV | 118.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 87 | 141 | 0 | 0.49 | 0.18 | 0.33 | 321.88 | 0.34 | 0.51 |
| Hex | AC | 57 | 8D | 0 | 31 | 12 | 21 | 142 | 22 | 33 |
| Octal | 254 | 127 | 215 | 0 | 61 | 22 | 41 | 502 | 42 | 63 |
| Binary | 10101100 | 1010111 | 10001101 | 0 | 110001 | 10010 | 100001 | 101000010 | 100010 | 110011 |
Color Harmonies of #AC578D
Complementary color
Monochromatic Colors of #AC578D
Black with #AC578D
Text Example
Text Example
White with #AC578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC578D; }
p { color: rgb(172,87,141); }
H1.HeaderClassName
{
color: #AC578D;
}
.AnyTagClassName
{
color: #AC578D;
}
</style>
background-color css
<style>
a { background-color: #AC578D; }
a { background-color: rgb(172,87,141); }
div.DivClassName
{
background-color: #AC578D;
}
.BgClassName
{
background-color: #AC578D;
}
</style>
border-color css
<style>
span { border-color: #AC578D; }
span { border-color: rgb(172,87,141); }
td.TdClassName
{
border-color: #AC578D;
}
.TagClassName
{
border-color: #AC578D;
}
</style>