Shades of Mulberry #AC498A
Tints of Mulberry #AC498A
RGB
CMYK
RGB Variations
Color information
#AC498A (or 0xAC498A) is known color: Mulberry. HEX triplet: AC, 49 and 8A. RGB value is (172,73,138). Sum of RGB (Red+Green+Blue) = 172+73+138=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC498A is #53B675. Grayscale: #6D6D6D. Windows color (decimal): -5486198 or 9062828. OLE color: 9062828.
HSL color Cylindrical-coordinate representation of color #AC498A: hue angle of 320.61º 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 #AC498A is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 138 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.33 |
| HSL | 320.61º | 0.4% | 0.48% | - |
| HSV(B) | 320.61º | 0.58% | 0.67% | - |
| XYZ | 23.98 | 15.37 | 25.75 | - |
| YUV | 110.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 138 | 0 | 0.58 | 0.20 | 0.33 | 320.61 | 0.4 | 0.48 |
| Hex | AC | 49 | 8A | 0 | 3A | 14 | 21 | 141 | 28 | 30 |
| Octal | 254 | 111 | 212 | 0 | 72 | 24 | 41 | 501 | 50 | 60 |
| Binary | 10101100 | 1001001 | 10001010 | 0 | 111010 | 10100 | 100001 | 101000001 | 101000 | 110000 |
Color Harmonies of #AC498A
Complementary color
Monochromatic Colors of #AC498A
Black with #AC498A
Text Example
Text Example
White with #AC498A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC498A; }
p { color: rgb(172,73,138); }
H1.HeaderClassName
{
color: #AC498A;
}
.AnyTagClassName
{
color: #AC498A;
}
</style>
background-color css
<style>
a { background-color: #AC498A; }
a { background-color: rgb(172,73,138); }
div.DivClassName
{
background-color: #AC498A;
}
.BgClassName
{
background-color: #AC498A;
}
</style>
border-color css
<style>
span { border-color: #AC498A; }
span { border-color: rgb(172,73,138); }
td.TdClassName
{
border-color: #AC498A;
}
.TagClassName
{
border-color: #AC498A;
}
</style>