Shades of Mulberry #AC5A8D
Tints of Mulberry #AC5A8D
RGB
CMYK
RGB Variations
Color information
#AC5A8D (or 0xAC5A8D) is known color: Mulberry. HEX triplet: AC, 5A and 8D. RGB value is (172,90,141). Sum of RGB (Red+Green+Blue) = 172+90+141=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5A8D is #53A572. Grayscale: #787878. Windows color (decimal): -5481843 or 9263788. OLE color: 9263788.
HSL color Cylindrical-coordinate representation of color #AC5A8D: hue angle of 322.68º 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 #AC5A8D is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 90 | 141 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.33 |
| HSL | 322.68º | 0.33% | 0.51% | - |
| HSV(B) | 322.68º | 0.48% | 0.67% | - |
| XYZ | 25.48 | 18.01 | 27.33 | - |
| YUV | 120.33 | 139.67 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 90 | 141 | 0 | 0.48 | 0.18 | 0.33 | 322.68 | 0.33 | 0.51 |
| Hex | AC | 5A | 8D | 0 | 30 | 12 | 21 | 143 | 21 | 33 |
| Octal | 254 | 132 | 215 | 0 | 60 | 22 | 41 | 503 | 41 | 63 |
| Binary | 10101100 | 1011010 | 10001101 | 0 | 110000 | 10010 | 100001 | 101000011 | 100001 | 110011 |
Color Harmonies of #AC5A8D
Complementary color
Monochromatic Colors of #AC5A8D
Black with #AC5A8D
Text Example
Text Example
White with #AC5A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5A8D; }
p { color: rgb(172,90,141); }
H1.HeaderClassName
{
color: #AC5A8D;
}
.AnyTagClassName
{
color: #AC5A8D;
}
</style>
background-color css
<style>
a { background-color: #AC5A8D; }
a { background-color: rgb(172,90,141); }
div.DivClassName
{
background-color: #AC5A8D;
}
.BgClassName
{
background-color: #AC5A8D;
}
</style>
border-color css
<style>
span { border-color: #AC5A8D; }
span { border-color: rgb(172,90,141); }
td.TdClassName
{
border-color: #AC5A8D;
}
.TagClassName
{
border-color: #AC5A8D;
}
</style>