Shades of Mulberry #AC588C
Tints of Mulberry #AC588C
RGB
CMYK
RGB Variations
Color information
#AC588C (or 0xAC588C) is known color: Mulberry. HEX triplet: AC, 58 and 8C. RGB value is (172,88,140). Sum of RGB (Red+Green+Blue) = 172+88+140=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 172 - color contains mainly: red. Hex color #AC588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC588C is #53A773. Grayscale: #767676. Windows color (decimal): -5482356 or 9197740. OLE color: 9197740.
HSL color Cylindrical-coordinate representation of color #AC588C: hue angle of 322.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC588C is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 140 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.33 |
| HSL | 322.86º | 0.34% | 0.51% | - |
| HSV(B) | 322.86º | 0.49% | 0.67% | - |
| XYZ | 25.24 | 17.64 | 26.89 | - |
| YUV | 119.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 140 | 0 | 0.49 | 0.19 | 0.33 | 322.86 | 0.34 | 0.51 |
| Hex | AC | 58 | 8C | 0 | 31 | 13 | 21 | 143 | 22 | 33 |
| Octal | 254 | 130 | 214 | 0 | 61 | 23 | 41 | 503 | 42 | 63 |
| Binary | 10101100 | 1011000 | 10001100 | 0 | 110001 | 10011 | 100001 | 101000011 | 100010 | 110011 |
Color Harmonies of #AC588C
Complementary color
Monochromatic Colors of #AC588C
Black with #AC588C
Text Example
Text Example
White with #AC588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC588C; }
p { color: rgb(172,88,140); }
H1.HeaderClassName
{
color: #AC588C;
}
.AnyTagClassName
{
color: #AC588C;
}
</style>
background-color css
<style>
a { background-color: #AC588C; }
a { background-color: rgb(172,88,140); }
div.DivClassName
{
background-color: #AC588C;
}
.BgClassName
{
background-color: #AC588C;
}
</style>
border-color css
<style>
span { border-color: #AC588C; }
span { border-color: rgb(172,88,140); }
td.TdClassName
{
border-color: #AC588C;
}
.TagClassName
{
border-color: #AC588C;
}
</style>