Shades of Mulberry #AC4988
Tints of Mulberry #AC4988
RGB
CMYK
RGB Variations
Color information
#AC4988 (or 0xAC4988) is known color: Mulberry. HEX triplet: AC, 49 and 88. RGB value is (172,73,136). Sum of RGB (Red+Green+Blue) = 172+73+136=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4988 is #53B677. Grayscale: #6D6D6D. Windows color (decimal): -5486200 or 8931756. OLE color: 8931756.
HSL color Cylindrical-coordinate representation of color #AC4988: hue angle of 321.82º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4988 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 136 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.33 |
| HSL | 321.82º | 0.4% | 0.48% | - |
| HSV(B) | 321.82º | 0.58% | 0.67% | - |
| XYZ | 23.84 | 15.31 | 24.99 | - |
| YUV | 109.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 136 | 0 | 0.58 | 0.21 | 0.33 | 321.82 | 0.4 | 0.48 |
| Hex | AC | 49 | 88 | 0 | 3A | 15 | 21 | 142 | 28 | 30 |
| Octal | 254 | 111 | 210 | 0 | 72 | 25 | 41 | 502 | 50 | 60 |
| Binary | 10101100 | 1001001 | 10001000 | 0 | 111010 | 10101 | 100001 | 101000010 | 101000 | 110000 |
Color Harmonies of #AC4988
Complementary color
Monochromatic Colors of #AC4988
Black with #AC4988
Text Example
Text Example
White with #AC4988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4988; }
p { color: rgb(172,73,136); }
H1.HeaderClassName
{
color: #AC4988;
}
.AnyTagClassName
{
color: #AC4988;
}
</style>
background-color css
<style>
a { background-color: #AC4988; }
a { background-color: rgb(172,73,136); }
div.DivClassName
{
background-color: #AC4988;
}
.BgClassName
{
background-color: #AC4988;
}
</style>
border-color css
<style>
span { border-color: #AC4988; }
span { border-color: rgb(172,73,136); }
td.TdClassName
{
border-color: #AC4988;
}
.TagClassName
{
border-color: #AC4988;
}
</style>