Shades of Mulberry #AC528B
Tints of Mulberry #AC528B
RGB
CMYK
RGB Variations
Color information
#AC528B (or 0xAC528B) is known color: Mulberry. HEX triplet: AC, 52 and 8B. RGB value is (172,82,139). Sum of RGB (Red+Green+Blue) = 172+82+139=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC528B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC528B is #53AD74. Grayscale: #737373. Windows color (decimal): -5483893 or 9130668. OLE color: 9130668.
HSL color Cylindrical-coordinate representation of color #AC528B: hue angle of 322º 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 #AC528B is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 82 | 139 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.33 |
| HSL | 322º | 0.35% | 0.5% | - |
| HSV(B) | 322º | 0.52% | 0.67% | - |
| XYZ | 24.69 | 16.67 | 26.34 | - |
| YUV | 115.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 82 | 139 | 0 | 0.52 | 0.19 | 0.33 | 322 | 0.35 | 0.5 |
| Hex | AC | 52 | 8B | 0 | 34 | 13 | 21 | 142 | 23 | 32 |
| Octal | 254 | 122 | 213 | 0 | 64 | 23 | 41 | 502 | 43 | 62 |
| Binary | 10101100 | 1010010 | 10001011 | 0 | 110100 | 10011 | 100001 | 101000010 | 100011 | 110010 |
Color Harmonies of #AC528B
Complementary color
Monochromatic Colors of #AC528B
Black with #AC528B
Text Example
Text Example
White with #AC528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC528B; }
p { color: rgb(172,82,139); }
H1.HeaderClassName
{
color: #AC528B;
}
.AnyTagClassName
{
color: #AC528B;
}
</style>
background-color css
<style>
a { background-color: #AC528B; }
a { background-color: rgb(172,82,139); }
div.DivClassName
{
background-color: #AC528B;
}
.BgClassName
{
background-color: #AC528B;
}
</style>
border-color css
<style>
span { border-color: #AC528B; }
span { border-color: rgb(172,82,139); }
td.TdClassName
{
border-color: #AC528B;
}
.TagClassName
{
border-color: #AC528B;
}
</style>