Shades of Mulberry #AC5488
Tints of Mulberry #AC5488
RGB
CMYK
RGB Variations
Color information
#AC5488 (or 0xAC5488) is known color: Mulberry. HEX triplet: AC, 54 and 88. RGB value is (172,84,136). Sum of RGB (Red+Green+Blue) = 172+84+136=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5488 is #53AB77. Grayscale: #747474. Windows color (decimal): -5483384 or 8934572. OLE color: 8934572.
HSL color Cylindrical-coordinate representation of color #AC5488: hue angle of 324.55º 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 #AC5488 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 84 | 136 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.33 |
| HSL | 324.55º | 0.35% | 0.5% | - |
| HSV(B) | 324.55º | 0.51% | 0.67% | - |
| XYZ | 24.63 | 16.89 | 25.25 | - |
| YUV | 116.24 | 139.15 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 84 | 136 | 0 | 0.51 | 0.21 | 0.33 | 324.55 | 0.35 | 0.5 |
| Hex | AC | 54 | 88 | 0 | 33 | 15 | 21 | 145 | 23 | 32 |
| Octal | 254 | 124 | 210 | 0 | 63 | 25 | 41 | 505 | 43 | 62 |
| Binary | 10101100 | 1010100 | 10001000 | 0 | 110011 | 10101 | 100001 | 101000101 | 100011 | 110010 |
Color Harmonies of #AC5488
Complementary color
Monochromatic Colors of #AC5488
Black with #AC5488
Text Example
Text Example
White with #AC5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5488; }
p { color: rgb(172,84,136); }
H1.HeaderClassName
{
color: #AC5488;
}
.AnyTagClassName
{
color: #AC5488;
}
</style>
background-color css
<style>
a { background-color: #AC5488; }
a { background-color: rgb(172,84,136); }
div.DivClassName
{
background-color: #AC5488;
}
.BgClassName
{
background-color: #AC5488;
}
</style>
border-color css
<style>
span { border-color: #AC5488; }
span { border-color: rgb(172,84,136); }
td.TdClassName
{
border-color: #AC5488;
}
.TagClassName
{
border-color: #AC5488;
}
</style>