Shades of Mulberry #AC4C86
Tints of Mulberry #AC4C86
RGB
CMYK
RGB Variations
Color information
#AC4C86 (or 0xAC4C86) is known color: Mulberry. HEX triplet: AC, 4C and 86. RGB value is (172,76,134). Sum of RGB (Red+Green+Blue) = 172+76+134=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4C86 is #53B379. Grayscale: #6F6F6F. Windows color (decimal): -5485434 or 8801452. OLE color: 8801452.
HSL color Cylindrical-coordinate representation of color #AC4C86: hue angle of 323.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4C86 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 134 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.33 |
| HSL | 323.75º | 0.39% | 0.49% | - |
| HSV(B) | 323.75º | 0.56% | 0.67% | - |
| XYZ | 23.9 | 15.66 | 24.32 | - |
| YUV | 111.32 | 140.8 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 134 | 0 | 0.56 | 0.22 | 0.33 | 323.75 | 0.39 | 0.49 |
| Hex | AC | 4C | 86 | 0 | 38 | 16 | 21 | 144 | 27 | 31 |
| Octal | 254 | 114 | 206 | 0 | 70 | 26 | 41 | 504 | 47 | 61 |
| Binary | 10101100 | 1001100 | 10000110 | 0 | 111000 | 10110 | 100001 | 101000100 | 100111 | 110001 |
Color Harmonies of #AC4C86
Complementary color
Monochromatic Colors of #AC4C86
Black with #AC4C86
Text Example
Text Example
White with #AC4C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C86; }
p { color: rgb(172,76,134); }
H1.HeaderClassName
{
color: #AC4C86;
}
.AnyTagClassName
{
color: #AC4C86;
}
</style>
background-color css
<style>
a { background-color: #AC4C86; }
a { background-color: rgb(172,76,134); }
div.DivClassName
{
background-color: #AC4C86;
}
.BgClassName
{
background-color: #AC4C86;
}
</style>
border-color css
<style>
span { border-color: #AC4C86; }
span { border-color: rgb(172,76,134); }
td.TdClassName
{
border-color: #AC4C86;
}
.TagClassName
{
border-color: #AC4C86;
}
</style>