Shades of Mulberry #AC4A89
Tints of Mulberry #AC4A89
RGB
CMYK
RGB Variations
Color information
#AC4A89 (or 0xAC4A89) is known color: Mulberry. HEX triplet: AC, 4A and 89. RGB value is (172,74,137). Sum of RGB (Red+Green+Blue) = 172+74+137=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A89 is #53B576. Grayscale: #6E6E6E. Windows color (decimal): -5485943 or 8997548. OLE color: 8997548.
HSL color Cylindrical-coordinate representation of color #AC4A89: hue angle of 321.43º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4A89 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 137 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.33 |
| HSL | 321.43º | 0.4% | 0.48% | - |
| HSV(B) | 321.43º | 0.57% | 0.67% | - |
| XYZ | 23.98 | 15.47 | 25.39 | - |
| YUV | 110.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 137 | 0 | 0.57 | 0.20 | 0.33 | 321.43 | 0.4 | 0.48 |
| Hex | AC | 4A | 89 | 0 | 39 | 14 | 21 | 141 | 28 | 30 |
| Octal | 254 | 112 | 211 | 0 | 71 | 24 | 41 | 501 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10001001 | 0 | 111001 | 10100 | 100001 | 101000001 | 101000 | 110000 |
Color Harmonies of #AC4A89
Complementary color
Monochromatic Colors of #AC4A89
Black with #AC4A89
Text Example
Text Example
White with #AC4A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A89; }
p { color: rgb(172,74,137); }
H1.HeaderClassName
{
color: #AC4A89;
}
.AnyTagClassName
{
color: #AC4A89;
}
</style>
background-color css
<style>
a { background-color: #AC4A89; }
a { background-color: rgb(172,74,137); }
div.DivClassName
{
background-color: #AC4A89;
}
.BgClassName
{
background-color: #AC4A89;
}
</style>
border-color css
<style>
span { border-color: #AC4A89; }
span { border-color: rgb(172,74,137); }
td.TdClassName
{
border-color: #AC4A89;
}
.TagClassName
{
border-color: #AC4A89;
}
</style>