Shades of Mulberry #AC5388
Tints of Mulberry #AC5388
RGB
CMYK
RGB Variations
Color information
#AC5388 (or 0xAC5388) is known color: Mulberry. HEX triplet: AC, 53 and 88. RGB value is (172,83,136). Sum of RGB (Red+Green+Blue) = 172+83+136=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5388 is #53AC77. Grayscale: #737373. Windows color (decimal): -5483640 or 8934316. OLE color: 8934316.
HSL color Cylindrical-coordinate representation of color #AC5388: hue angle of 324.27º 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 #AC5388 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 136 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.33 |
| HSL | 324.27º | 0.35% | 0.5% | - |
| HSV(B) | 324.27º | 0.52% | 0.67% | - |
| XYZ | 24.55 | 16.73 | 25.23 | - |
| YUV | 115.65 | 139.49 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 136 | 0 | 0.52 | 0.21 | 0.33 | 324.27 | 0.35 | 0.5 |
| Hex | AC | 53 | 88 | 0 | 34 | 15 | 21 | 144 | 23 | 32 |
| Octal | 254 | 123 | 210 | 0 | 64 | 25 | 41 | 504 | 43 | 62 |
| Binary | 10101100 | 1010011 | 10001000 | 0 | 110100 | 10101 | 100001 | 101000100 | 100011 | 110010 |
Color Harmonies of #AC5388
Complementary color
Monochromatic Colors of #AC5388
Black with #AC5388
Text Example
Text Example
White with #AC5388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5388; }
p { color: rgb(172,83,136); }
H1.HeaderClassName
{
color: #AC5388;
}
.AnyTagClassName
{
color: #AC5388;
}
</style>
background-color css
<style>
a { background-color: #AC5388; }
a { background-color: rgb(172,83,136); }
div.DivClassName
{
background-color: #AC5388;
}
.BgClassName
{
background-color: #AC5388;
}
</style>
border-color css
<style>
span { border-color: #AC5388; }
span { border-color: rgb(172,83,136); }
td.TdClassName
{
border-color: #AC5388;
}
.TagClassName
{
border-color: #AC5388;
}
</style>