Shades of Mulberry #AC4A88
Tints of Mulberry #AC4A88
RGB
CMYK
RGB Variations
Color information
#AC4A88 (or 0xAC4A88) is known color: Mulberry. HEX triplet: AC, 4A and 88. RGB value is (172,74,136). Sum of RGB (Red+Green+Blue) = 172+74+136=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 74 (29.30% from 255 or 19.37% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A88 is #53B577. Grayscale: #6E6E6E. Windows color (decimal): -5485944 or 8932012. OLE color: 8932012.
HSL color Cylindrical-coordinate representation of color #AC4A88: hue angle of 322.04º 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 #AC4A88 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 136 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.33 |
| HSL | 322.04º | 0.4% | 0.48% | - |
| HSV(B) | 322.04º | 0.57% | 0.67% | - |
| XYZ | 23.91 | 15.45 | 25.01 | - |
| YUV | 110.37 | 142.47 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 136 | 0 | 0.57 | 0.21 | 0.33 | 322.04 | 0.4 | 0.48 |
| Hex | AC | 4A | 88 | 0 | 39 | 15 | 21 | 142 | 28 | 30 |
| Octal | 254 | 112 | 210 | 0 | 71 | 25 | 41 | 502 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10001000 | 0 | 111001 | 10101 | 100001 | 101000010 | 101000 | 110000 |
Color Harmonies of #AC4A88
Complementary color
Monochromatic Colors of #AC4A88
Black with #AC4A88
Text Example
Text Example
White with #AC4A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A88; }
p { color: rgb(172,74,136); }
H1.HeaderClassName
{
color: #AC4A88;
}
.AnyTagClassName
{
color: #AC4A88;
}
</style>
background-color css
<style>
a { background-color: #AC4A88; }
a { background-color: rgb(172,74,136); }
div.DivClassName
{
background-color: #AC4A88;
}
.BgClassName
{
background-color: #AC4A88;
}
</style>
border-color css
<style>
span { border-color: #AC4A88; }
span { border-color: rgb(172,74,136); }
td.TdClassName
{
border-color: #AC4A88;
}
.TagClassName
{
border-color: #AC4A88;
}
</style>