Shades of Mulberry #AC498B
Tints of Mulberry #AC498B
RGB
CMYK
RGB Variations
Color information
#AC498B (or 0xAC498B) is known color: Mulberry. HEX triplet: AC, 49 and 8B. RGB value is (172,73,139). Sum of RGB (Red+Green+Blue) = 172+73+139=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC498B is #53B674. Grayscale: #6D6D6D. Windows color (decimal): -5486197 or 9128364. OLE color: 9128364.
HSL color Cylindrical-coordinate representation of color #AC498B: hue angle of 320º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC498B is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 139 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.33 |
| HSL | 320º | 0.4% | 0.48% | - |
| HSV(B) | 320º | 0.58% | 0.67% | - |
| XYZ | 24.06 | 15.4 | 26.13 | - |
| YUV | 110.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 139 | 0 | 0.58 | 0.19 | 0.33 | 320 | 0.4 | 0.48 |
| Hex | AC | 49 | 8B | 0 | 3A | 13 | 21 | 140 | 28 | 30 |
| Octal | 254 | 111 | 213 | 0 | 72 | 23 | 41 | 500 | 50 | 60 |
| Binary | 10101100 | 1001001 | 10001011 | 0 | 111010 | 10011 | 100001 | 101000000 | 101000 | 110000 |
Color Harmonies of #AC498B
Complementary color
Monochromatic Colors of #AC498B
Black with #AC498B
Text Example
Text Example
White with #AC498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC498B; }
p { color: rgb(172,73,139); }
H1.HeaderClassName
{
color: #AC498B;
}
.AnyTagClassName
{
color: #AC498B;
}
</style>
background-color css
<style>
a { background-color: #AC498B; }
a { background-color: rgb(172,73,139); }
div.DivClassName
{
background-color: #AC498B;
}
.BgClassName
{
background-color: #AC498B;
}
</style>
border-color css
<style>
span { border-color: #AC498B; }
span { border-color: rgb(172,73,139); }
td.TdClassName
{
border-color: #AC498B;
}
.TagClassName
{
border-color: #AC498B;
}
</style>