Shades of Mulberry #AC4A8F
Tints of Mulberry #AC4A8F
RGB
CMYK
RGB Variations
Color information
#AC4A8F (or 0xAC4A8F) is known color: Mulberry. HEX triplet: AC, 4A and 8F. RGB value is (172,74,143). Sum of RGB (Red+Green+Blue) = 172+74+143=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4A8F is #53B570. Grayscale: #6E6E6E. Windows color (decimal): -5485937 or 9390764. OLE color: 9390764.
HSL color Cylindrical-coordinate representation of color #AC4A8F: hue angle of 317.76º 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 #AC4A8F is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 143 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.33 |
| HSL | 317.76º | 0.4% | 0.48% | - |
| HSV(B) | 317.76º | 0.57% | 0.67% | - |
| XYZ | 24.42 | 15.65 | 27.72 | - |
| YUV | 111.17 | 145.97 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 143 | 0 | 0.57 | 0.17 | 0.33 | 317.76 | 0.4 | 0.48 |
| Hex | AC | 4A | 8F | 0 | 39 | 11 | 21 | 13E | 28 | 30 |
| Octal | 254 | 112 | 217 | 0 | 71 | 21 | 41 | 476 | 50 | 60 |
| Binary | 10101100 | 1001010 | 10001111 | 0 | 111001 | 10001 | 100001 | 100111110 | 101000 | 110000 |
Color Harmonies of #AC4A8F
Complementary color
Monochromatic Colors of #AC4A8F
Black with #AC4A8F
Text Example
Text Example
White with #AC4A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A8F; }
p { color: rgb(172,74,143); }
H1.HeaderClassName
{
color: #AC4A8F;
}
.AnyTagClassName
{
color: #AC4A8F;
}
</style>
background-color css
<style>
a { background-color: #AC4A8F; }
a { background-color: rgb(172,74,143); }
div.DivClassName
{
background-color: #AC4A8F;
}
.BgClassName
{
background-color: #AC4A8F;
}
</style>
border-color css
<style>
span { border-color: #AC4A8F; }
span { border-color: rgb(172,74,143); }
td.TdClassName
{
border-color: #AC4A8F;
}
.TagClassName
{
border-color: #AC4A8F;
}
</style>