Shades of Mulberry #AC4A87
Tints of Mulberry #AC4A87
RGB
CMYK
RGB Variations
Color information
#AC4A87 (or 0xAC4A87) is known color: Mulberry. HEX triplet: AC, 4A and 87. RGB value is (172,74,135). Sum of RGB (Red+Green+Blue) = 172+74+135=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A87 is #53B578. Grayscale: #6E6E6E. Windows color (decimal): -5485945 or 8866476. OLE color: 8866476.
HSL color Cylindrical-coordinate representation of color #AC4A87: hue angle of 322.65º 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 #AC4A87 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 135 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.33 |
| HSL | 322.65º | 0.4% | 0.48% | - |
| HSV(B) | 322.65º | 0.57% | 0.67% | - |
| XYZ | 23.84 | 15.42 | 24.64 | - |
| YUV | 110.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 135 | 0 | 0.57 | 0.22 | 0.33 | 322.65 | 0.4 | 0.48 |
| Hex | AC | 4A | 87 | 0 | 39 | 16 | 21 | 143 | 28 | 30 |
| Octal | 254 | 112 | 207 | 0 | 71 | 26 | 41 | 503 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10000111 | 0 | 111001 | 10110 | 100001 | 101000011 | 101000 | 110000 |
Color Harmonies of #AC4A87
Complementary color
Monochromatic Colors of #AC4A87
Black with #AC4A87
Text Example
Text Example
White with #AC4A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A87; }
p { color: rgb(172,74,135); }
H1.HeaderClassName
{
color: #AC4A87;
}
.AnyTagClassName
{
color: #AC4A87;
}
</style>
background-color css
<style>
a { background-color: #AC4A87; }
a { background-color: rgb(172,74,135); }
div.DivClassName
{
background-color: #AC4A87;
}
.BgClassName
{
background-color: #AC4A87;
}
</style>
border-color css
<style>
span { border-color: #AC4A87; }
span { border-color: rgb(172,74,135); }
td.TdClassName
{
border-color: #AC4A87;
}
.TagClassName
{
border-color: #AC4A87;
}
</style>