Shades of Mulberry #AC538B
Tints of Mulberry #AC538B
RGB
CMYK
RGB Variations
Color information
#AC538B (or 0xAC538B) is known color: Mulberry. HEX triplet: AC, 53 and 8B. RGB value is (172,83,139). Sum of RGB (Red+Green+Blue) = 172+83+139=394 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.65% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 172 - color contains mainly: red. Hex color #AC538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC538B is #53AC74. Grayscale: #737373. Windows color (decimal): -5483637 or 9130924. OLE color: 9130924.
HSL color Cylindrical-coordinate representation of color #AC538B: hue angle of 322.25º 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 #AC538B is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 139 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.33 |
| HSL | 322.25º | 0.35% | 0.5% | - |
| HSV(B) | 322.25º | 0.52% | 0.67% | - |
| XYZ | 24.77 | 16.82 | 26.37 | - |
| YUV | 116 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 139 | 0 | 0.52 | 0.19 | 0.33 | 322.25 | 0.35 | 0.5 |
| Hex | AC | 53 | 8B | 0 | 34 | 13 | 21 | 142 | 23 | 32 |
| Octal | 254 | 123 | 213 | 0 | 64 | 23 | 41 | 502 | 43 | 62 |
| Binary | 10101100 | 1010011 | 10001011 | 0 | 110100 | 10011 | 100001 | 101000010 | 100011 | 110010 |
Color Harmonies of #AC538B
Complementary color
Monochromatic Colors of #AC538B
Black with #AC538B
Text Example
Text Example
White with #AC538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC538B; }
p { color: rgb(172,83,139); }
H1.HeaderClassName
{
color: #AC538B;
}
.AnyTagClassName
{
color: #AC538B;
}
</style>
background-color css
<style>
a { background-color: #AC538B; }
a { background-color: rgb(172,83,139); }
div.DivClassName
{
background-color: #AC538B;
}
.BgClassName
{
background-color: #AC538B;
}
</style>
border-color css
<style>
span { border-color: #AC538B; }
span { border-color: rgb(172,83,139); }
td.TdClassName
{
border-color: #AC538B;
}
.TagClassName
{
border-color: #AC538B;
}
</style>