Shades of Mulberry #AC5A89
Tints of Mulberry #AC5A89
RGB
CMYK
RGB Variations
Color information
#AC5A89 (or 0xAC5A89) is known color: Mulberry. HEX triplet: AC, 5A and 89. RGB value is (172,90,137). Sum of RGB (Red+Green+Blue) = 172+90+137=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A89 is #53A576. Grayscale: #777777. Windows color (decimal): -5481847 or 9001644. OLE color: 9001644.
HSL color Cylindrical-coordinate representation of color #AC5A89: hue angle of 325.61º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC5A89 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 137 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.33 |
| HSL | 325.61º | 0.33% | 0.51% | - |
| HSV(B) | 325.61º | 0.48% | 0.67% | - |
| XYZ | 25.18 | 17.89 | 25.79 | - |
| YUV | 119.88 | 137.67 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 137 | 0 | 0.48 | 0.20 | 0.33 | 325.61 | 0.33 | 0.51 |
| Hex | AC | 5A | 89 | 0 | 30 | 14 | 21 | 146 | 21 | 33 |
| Octal | 254 | 132 | 211 | 0 | 60 | 24 | 41 | 506 | 41 | 63 |
| Binary | 10101100 | 1011010 | 10001001 | 0 | 110000 | 10100 | 100001 | 101000110 | 100001 | 110011 |
Color Harmonies of #AC5A89
Complementary color
Monochromatic Colors of #AC5A89
Black with #AC5A89
Text Example
Text Example
White with #AC5A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A89; }
p { color: rgb(172,90,137); }
H1.HeaderClassName
{
color: #AC5A89;
}
.AnyTagClassName
{
color: #AC5A89;
}
</style>
background-color css
<style>
a { background-color: #AC5A89; }
a { background-color: rgb(172,90,137); }
div.DivClassName
{
background-color: #AC5A89;
}
.BgClassName
{
background-color: #AC5A89;
}
</style>
border-color css
<style>
span { border-color: #AC5A89; }
span { border-color: rgb(172,90,137); }
td.TdClassName
{
border-color: #AC5A89;
}
.TagClassName
{
border-color: #AC5A89;
}
</style>