Shades of Mulberry #AC4D88
Tints of Mulberry #AC4D88
RGB
CMYK
RGB Variations
Color information
#AC4D88 (or 0xAC4D88) is known color: Mulberry. HEX triplet: AC, 4D and 88. RGB value is (172,77,136). Sum of RGB (Red+Green+Blue) = 172+77+136=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4D88 is #53B277. Grayscale: #6F6F6F. Windows color (decimal): -5485176 or 8932780. OLE color: 8932780.
HSL color Cylindrical-coordinate representation of color #AC4D88: hue angle of 322.74º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4D88 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 136 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.33 |
| HSL | 322.74º | 0.38% | 0.49% | - |
| HSV(B) | 322.74º | 0.55% | 0.67% | - |
| XYZ | 24.11 | 15.86 | 25.08 | - |
| YUV | 112.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 136 | 0 | 0.55 | 0.21 | 0.33 | 322.74 | 0.38 | 0.49 |
| Hex | AC | 4D | 88 | 0 | 37 | 15 | 21 | 143 | 26 | 31 |
| Octal | 254 | 115 | 210 | 0 | 67 | 25 | 41 | 503 | 46 | 61 |
| Binary | 10101100 | 1001101 | 10001000 | 0 | 110111 | 10101 | 100001 | 101000011 | 100110 | 110001 |
Color Harmonies of #AC4D88
Complementary color
Monochromatic Colors of #AC4D88
Black with #AC4D88
Text Example
Text Example
White with #AC4D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D88; }
p { color: rgb(172,77,136); }
H1.HeaderClassName
{
color: #AC4D88;
}
.AnyTagClassName
{
color: #AC4D88;
}
</style>
background-color css
<style>
a { background-color: #AC4D88; }
a { background-color: rgb(172,77,136); }
div.DivClassName
{
background-color: #AC4D88;
}
.BgClassName
{
background-color: #AC4D88;
}
</style>
border-color css
<style>
span { border-color: #AC4D88; }
span { border-color: rgb(172,77,136); }
td.TdClassName
{
border-color: #AC4D88;
}
.TagClassName
{
border-color: #AC4D88;
}
</style>