Shades of Mulberry #AC5389
Tints of Mulberry #AC5389
RGB
CMYK
RGB Variations
Color information
#AC5389 (or 0xAC5389) is known color: Mulberry. HEX triplet: AC, 53 and 89. RGB value is (172,83,137). Sum of RGB (Red+Green+Blue) = 172+83+137=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5389 is #53AC76. Grayscale: #737373. Windows color (decimal): -5483639 or 8999852. OLE color: 8999852.
HSL color Cylindrical-coordinate representation of color #AC5389: hue angle of 323.6º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC5389 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 137 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.33 |
| HSL | 323.6º | 0.35% | 0.5% | - |
| HSV(B) | 323.6º | 0.52% | 0.67% | - |
| XYZ | 24.62 | 16.76 | 25.6 | - |
| YUV | 115.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 137 | 0 | 0.52 | 0.20 | 0.33 | 323.6 | 0.35 | 0.5 |
| Hex | AC | 53 | 89 | 0 | 34 | 14 | 21 | 144 | 23 | 32 |
| Octal | 254 | 123 | 211 | 0 | 64 | 24 | 41 | 504 | 43 | 62 |
| Binary | 10101100 | 1010011 | 10001001 | 0 | 110100 | 10100 | 100001 | 101000100 | 100011 | 110010 |
Color Harmonies of #AC5389
Complementary color
Monochromatic Colors of #AC5389
Black with #AC5389
Text Example
Text Example
White with #AC5389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5389; }
p { color: rgb(172,83,137); }
H1.HeaderClassName
{
color: #AC5389;
}
.AnyTagClassName
{
color: #AC5389;
}
</style>
background-color css
<style>
a { background-color: #AC5389; }
a { background-color: rgb(172,83,137); }
div.DivClassName
{
background-color: #AC5389;
}
.BgClassName
{
background-color: #AC5389;
}
</style>
border-color css
<style>
span { border-color: #AC5389; }
span { border-color: rgb(172,83,137); }
td.TdClassName
{
border-color: #AC5389;
}
.TagClassName
{
border-color: #AC5389;
}
</style>