Shades of Mulberry #AC538A
Tints of Mulberry #AC538A
RGB
CMYK
RGB Variations
Color information
#AC538A (or 0xAC538A) is known color: Mulberry. HEX triplet: AC, 53 and 8A. RGB value is (172,83,138). Sum of RGB (Red+Green+Blue) = 172+83+138=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC538A is #53AC75. Grayscale: #737373. Windows color (decimal): -5483638 or 9065388. OLE color: 9065388.
HSL color Cylindrical-coordinate representation of color #AC538A: hue angle of 322.92º 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 #AC538A is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 83 | 138 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.33 |
| HSL | 322.92º | 0.35% | 0.5% | - |
| HSV(B) | 322.92º | 0.52% | 0.67% | - |
| XYZ | 24.69 | 16.79 | 25.98 | - |
| YUV | 115.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 83 | 138 | 0 | 0.52 | 0.20 | 0.33 | 322.92 | 0.35 | 0.5 |
| Hex | AC | 53 | 8A | 0 | 34 | 14 | 21 | 143 | 23 | 32 |
| Octal | 254 | 123 | 212 | 0 | 64 | 24 | 41 | 503 | 43 | 62 |
| Binary | 10101100 | 1010011 | 10001010 | 0 | 110100 | 10100 | 100001 | 101000011 | 100011 | 110010 |
Color Harmonies of #AC538A
Complementary color
Monochromatic Colors of #AC538A
Black with #AC538A
Text Example
Text Example
White with #AC538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC538A; }
p { color: rgb(172,83,138); }
H1.HeaderClassName
{
color: #AC538A;
}
.AnyTagClassName
{
color: #AC538A;
}
</style>
background-color css
<style>
a { background-color: #AC538A; }
a { background-color: rgb(172,83,138); }
div.DivClassName
{
background-color: #AC538A;
}
.BgClassName
{
background-color: #AC538A;
}
</style>
border-color css
<style>
span { border-color: #AC538A; }
span { border-color: rgb(172,83,138); }
td.TdClassName
{
border-color: #AC538A;
}
.TagClassName
{
border-color: #AC538A;
}
</style>