Shades of Mulberry #AC5B8D
Tints of Mulberry #AC5B8D
RGB
CMYK
RGB Variations
Color information
#AC5B8D (or 0xAC5B8D) is known color: Mulberry. HEX triplet: AC, 5B and 8D. RGB value is (172,91,141). Sum of RGB (Red+Green+Blue) = 172+91+141=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5B8D is #53A472. Grayscale: #787878. Windows color (decimal): -5481587 or 9264044. OLE color: 9264044.
HSL color Cylindrical-coordinate representation of color #AC5B8D: hue angle of 322.96º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC5B8D is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 91 | 141 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.33 |
| HSL | 322.96º | 0.33% | 0.52% | - |
| HSV(B) | 322.96º | 0.47% | 0.67% | - |
| XYZ | 25.56 | 18.18 | 27.36 | - |
| YUV | 120.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 91 | 141 | 0 | 0.47 | 0.18 | 0.33 | 322.96 | 0.33 | 0.52 |
| Hex | AC | 5B | 8D | 0 | 2F | 12 | 21 | 143 | 21 | 34 |
| Octal | 254 | 133 | 215 | 0 | 57 | 22 | 41 | 503 | 41 | 64 |
| Binary | 10101100 | 1011011 | 10001101 | 0 | 101111 | 10010 | 100001 | 101000011 | 100001 | 110100 |
Color Harmonies of #AC5B8D
Complementary color
Monochromatic Colors of #AC5B8D
Black with #AC5B8D
Text Example
Text Example
White with #AC5B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5B8D; }
p { color: rgb(172,91,141); }
H1.HeaderClassName
{
color: #AC5B8D;
}
.AnyTagClassName
{
color: #AC5B8D;
}
</style>
background-color css
<style>
a { background-color: #AC5B8D; }
a { background-color: rgb(172,91,141); }
div.DivClassName
{
background-color: #AC5B8D;
}
.BgClassName
{
background-color: #AC5B8D;
}
</style>
border-color css
<style>
span { border-color: #AC5B8D; }
span { border-color: rgb(172,91,141); }
td.TdClassName
{
border-color: #AC5B8D;
}
.TagClassName
{
border-color: #AC5B8D;
}
</style>