Shades of Mulberry #AC4A8D
Tints of Mulberry #AC4A8D
RGB
CMYK
RGB Variations
Color information
#AC4A8D (or 0xAC4A8D) is known color: Mulberry. HEX triplet: AC, 4A and 8D. RGB value is (172,74,141). Sum of RGB (Red+Green+Blue) = 172+74+141=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A8D is #53B572. Grayscale: #6E6E6E. Windows color (decimal): -5485939 or 9259692. OLE color: 9259692.
HSL color Cylindrical-coordinate representation of color #AC4A8D: hue angle of 318.98º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AC4A8D is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 141 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.33 |
| HSL | 318.98º | 0.4% | 0.48% | - |
| HSV(B) | 318.98º | 0.57% | 0.67% | - |
| XYZ | 24.27 | 15.59 | 26.93 | - |
| YUV | 110.94 | 144.97 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 141 | 0 | 0.57 | 0.18 | 0.33 | 318.98 | 0.4 | 0.48 |
| Hex | AC | 4A | 8D | 0 | 39 | 12 | 21 | 13F | 28 | 30 |
| Octal | 254 | 112 | 215 | 0 | 71 | 22 | 41 | 477 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10001101 | 0 | 111001 | 10010 | 100001 | 100111111 | 101000 | 110000 |
Color Harmonies of #AC4A8D
Complementary color
Monochromatic Colors of #AC4A8D
Black with #AC4A8D
Text Example
Text Example
White with #AC4A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A8D; }
p { color: rgb(172,74,141); }
H1.HeaderClassName
{
color: #AC4A8D;
}
.AnyTagClassName
{
color: #AC4A8D;
}
</style>
background-color css
<style>
a { background-color: #AC4A8D; }
a { background-color: rgb(172,74,141); }
div.DivClassName
{
background-color: #AC4A8D;
}
.BgClassName
{
background-color: #AC4A8D;
}
</style>
border-color css
<style>
span { border-color: #AC4A8D; }
span { border-color: rgb(172,74,141); }
td.TdClassName
{
border-color: #AC4A8D;
}
.TagClassName
{
border-color: #AC4A8D;
}
</style>