Shades of Mulberry #AC548A
Tints of Mulberry #AC548A
RGB
CMYK
RGB Variations
Color information
#AC548A (or 0xAC548A) is known color: Mulberry. HEX triplet: AC, 54 and 8A. RGB value is (172,84,138). Sum of RGB (Red+Green+Blue) = 172+84+138=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC548A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC548A is #53AB75. Grayscale: #747474. Windows color (decimal): -5483382 or 9065644. OLE color: 9065644.
HSL color Cylindrical-coordinate representation of color #AC548A: hue angle of 323.18º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC548A is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 138 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.33 |
| HSL | 323.18º | 0.35% | 0.5% | - |
| HSV(B) | 323.18º | 0.51% | 0.67% | - |
| XYZ | 24.77 | 16.95 | 26.01 | - |
| YUV | 116.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 138 | 0 | 0.51 | 0.20 | 0.33 | 323.18 | 0.35 | 0.5 |
| Hex | AC | 54 | 8A | 0 | 33 | 14 | 21 | 143 | 23 | 32 |
| Octal | 254 | 124 | 212 | 0 | 63 | 24 | 41 | 503 | 43 | 62 |
| Binary | 10101100 | 1010100 | 10001010 | 0 | 110011 | 10100 | 100001 | 101000011 | 100011 | 110010 |
Color Harmonies of #AC548A
Complementary color
Monochromatic Colors of #AC548A
Black with #AC548A
Text Example
Text Example
White with #AC548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC548A; }
p { color: rgb(172,84,138); }
H1.HeaderClassName
{
color: #AC548A;
}
.AnyTagClassName
{
color: #AC548A;
}
</style>
background-color css
<style>
a { background-color: #AC548A; }
a { background-color: rgb(172,84,138); }
div.DivClassName
{
background-color: #AC548A;
}
.BgClassName
{
background-color: #AC548A;
}
</style>
border-color css
<style>
span { border-color: #AC548A; }
span { border-color: rgb(172,84,138); }
td.TdClassName
{
border-color: #AC548A;
}
.TagClassName
{
border-color: #AC548A;
}
</style>