Shades of Mulberry #AC598E
Tints of Mulberry #AC598E
RGB
CMYK
RGB Variations
Color information
#AC598E (or 0xAC598E) is known color: Mulberry. HEX triplet: AC, 59 and 8E. RGB value is (172,89,142). Sum of RGB (Red+Green+Blue) = 172+89+142=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC598E is #53A671. Grayscale: #777777. Windows color (decimal): -5482098 or 9329068. OLE color: 9329068.
HSL color Cylindrical-coordinate representation of color #AC598E: hue angle of 321.69º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC598E is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 89 | 142 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.33 |
| HSL | 321.69º | 0.33% | 0.51% | - |
| HSV(B) | 321.69º | 0.48% | 0.67% | - |
| XYZ | 25.47 | 17.87 | 27.7 | - |
| YUV | 119.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 89 | 142 | 0 | 0.48 | 0.17 | 0.33 | 321.69 | 0.33 | 0.51 |
| Hex | AC | 59 | 8E | 0 | 30 | 11 | 21 | 142 | 21 | 33 |
| Octal | 254 | 131 | 216 | 0 | 60 | 21 | 41 | 502 | 41 | 63 |
| Binary | 10101100 | 1011001 | 10001110 | 0 | 110000 | 10001 | 100001 | 101000010 | 100001 | 110011 |
Color Harmonies of #AC598E
Complementary color
Monochromatic Colors of #AC598E
Black with #AC598E
Text Example
Text Example
White with #AC598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC598E; }
p { color: rgb(172,89,142); }
H1.HeaderClassName
{
color: #AC598E;
}
.AnyTagClassName
{
color: #AC598E;
}
</style>
background-color css
<style>
a { background-color: #AC598E; }
a { background-color: rgb(172,89,142); }
div.DivClassName
{
background-color: #AC598E;
}
.BgClassName
{
background-color: #AC598E;
}
</style>
border-color css
<style>
span { border-color: #AC598E; }
span { border-color: rgb(172,89,142); }
td.TdClassName
{
border-color: #AC598E;
}
.TagClassName
{
border-color: #AC598E;
}
</style>