Shades of Mulberry #AC5C8F
Tints of Mulberry #AC5C8F
RGB
CMYK
RGB Variations
Color information
#AC5C8F (or 0xAC5C8F) is known color: Mulberry. HEX triplet: AC, 5C and 8F. RGB value is (172,92,143). Sum of RGB (Red+Green+Blue) = 172+92+143=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5C8F is #53A370. Grayscale: #797979. Windows color (decimal): -5481329 or 9395372. OLE color: 9395372.
HSL color Cylindrical-coordinate representation of color #AC5C8F: hue angle of 321.75º 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 #AC5C8F is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 92 | 143 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.33 |
| HSL | 321.75º | 0.33% | 0.52% | - |
| HSV(B) | 321.75º | 0.47% | 0.67% | - |
| XYZ | 25.8 | 18.41 | 28.18 | - |
| YUV | 121.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 92 | 143 | 0 | 0.47 | 0.17 | 0.33 | 321.75 | 0.33 | 0.52 |
| Hex | AC | 5C | 8F | 0 | 2F | 11 | 21 | 142 | 21 | 34 |
| Octal | 254 | 134 | 217 | 0 | 57 | 21 | 41 | 502 | 41 | 64 |
| Binary | 10101100 | 1011100 | 10001111 | 0 | 101111 | 10001 | 100001 | 101000010 | 100001 | 110100 |
Color Harmonies of #AC5C8F
Complementary color
Monochromatic Colors of #AC5C8F
Black with #AC5C8F
Text Example
Text Example
White with #AC5C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5C8F; }
p { color: rgb(172,92,143); }
H1.HeaderClassName
{
color: #AC5C8F;
}
.AnyTagClassName
{
color: #AC5C8F;
}
</style>
background-color css
<style>
a { background-color: #AC5C8F; }
a { background-color: rgb(172,92,143); }
div.DivClassName
{
background-color: #AC5C8F;
}
.BgClassName
{
background-color: #AC5C8F;
}
</style>
border-color css
<style>
span { border-color: #AC5C8F; }
span { border-color: rgb(172,92,143); }
td.TdClassName
{
border-color: #AC5C8F;
}
.TagClassName
{
border-color: #AC5C8F;
}
</style>