Shades of Mulberry #AC4E86
Tints of Mulberry #AC4E86
RGB
CMYK
RGB Variations
Color information
#AC4E86 (or 0xAC4E86) is known color: Mulberry. HEX triplet: AC, 4E and 86. RGB value is (172,78,134). Sum of RGB (Red+Green+Blue) = 172+78+134=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4E86 is #53B179. Grayscale: #707070. Windows color (decimal): -5484922 or 8801964. OLE color: 8801964.
HSL color Cylindrical-coordinate representation of color #AC4E86: hue angle of 324.26º 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 #AC4E86 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 78 | 134 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.33 |
| HSL | 324.26º | 0.38% | 0.49% | - |
| HSV(B) | 324.26º | 0.55% | 0.67% | - |
| XYZ | 24.04 | 15.94 | 24.36 | - |
| YUV | 112.49 | 140.14 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 78 | 134 | 0 | 0.55 | 0.22 | 0.33 | 324.26 | 0.38 | 0.49 |
| Hex | AC | 4E | 86 | 0 | 37 | 16 | 21 | 144 | 26 | 31 |
| Octal | 254 | 116 | 206 | 0 | 67 | 26 | 41 | 504 | 46 | 61 |
| Binary | 10101100 | 1001110 | 10000110 | 0 | 110111 | 10110 | 100001 | 101000100 | 100110 | 110001 |
Color Harmonies of #AC4E86
Complementary color
Monochromatic Colors of #AC4E86
Black with #AC4E86
Text Example
Text Example
White with #AC4E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4E86; }
p { color: rgb(172,78,134); }
H1.HeaderClassName
{
color: #AC4E86;
}
.AnyTagClassName
{
color: #AC4E86;
}
</style>
background-color css
<style>
a { background-color: #AC4E86; }
a { background-color: rgb(172,78,134); }
div.DivClassName
{
background-color: #AC4E86;
}
.BgClassName
{
background-color: #AC4E86;
}
</style>
border-color css
<style>
span { border-color: #AC4E86; }
span { border-color: rgb(172,78,134); }
td.TdClassName
{
border-color: #AC4E86;
}
.TagClassName
{
border-color: #AC4E86;
}
</style>