Shades of Mulberry #AC4B89
Tints of Mulberry #AC4B89
RGB
CMYK
RGB Variations
Color information
#AC4B89 (or 0xAC4B89) is known color: Mulberry. HEX triplet: AC, 4B and 89. RGB value is (172,75,137). Sum of RGB (Red+Green+Blue) = 172+75+137=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 75 (29.69% from 255 or 19.53% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4B89 is #53B476. Grayscale: #6E6E6E. Windows color (decimal): -5485687 or 8997804. OLE color: 8997804.
HSL color Cylindrical-coordinate representation of color #AC4B89: hue angle of 321.65º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4B89 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 75 | 137 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.33 |
| HSL | 321.65º | 0.39% | 0.48% | - |
| HSV(B) | 321.65º | 0.56% | 0.67% | - |
| XYZ | 24.04 | 15.61 | 25.41 | - |
| YUV | 111.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 75 | 137 | 0 | 0.56 | 0.20 | 0.33 | 321.65 | 0.39 | 0.48 |
| Hex | AC | 4B | 89 | 0 | 38 | 14 | 21 | 142 | 27 | 30 |
| Octal | 254 | 113 | 211 | 0 | 70 | 24 | 41 | 502 | 47 | 60 |
| Binary | 10101100 | 1001011 | 10001001 | 0 | 111000 | 10100 | 100001 | 101000010 | 100111 | 110000 |
Color Harmonies of #AC4B89
Complementary color
Monochromatic Colors of #AC4B89
Black with #AC4B89
Text Example
Text Example
White with #AC4B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4B89; }
p { color: rgb(172,75,137); }
H1.HeaderClassName
{
color: #AC4B89;
}
.AnyTagClassName
{
color: #AC4B89;
}
</style>
background-color css
<style>
a { background-color: #AC4B89; }
a { background-color: rgb(172,75,137); }
div.DivClassName
{
background-color: #AC4B89;
}
.BgClassName
{
background-color: #AC4B89;
}
</style>
border-color css
<style>
span { border-color: #AC4B89; }
span { border-color: rgb(172,75,137); }
td.TdClassName
{
border-color: #AC4B89;
}
.TagClassName
{
border-color: #AC4B89;
}
</style>