Shades of Mulberry #AC4D8F
Tints of Mulberry #AC4D8F
RGB
CMYK
RGB Variations
Color information
#AC4D8F (or 0xAC4D8F) is known color: Mulberry. HEX triplet: AC, 4D and 8F. RGB value is (172,77,143). Sum of RGB (Red+Green+Blue) = 172+77+143=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC4D8F is #53B270. Grayscale: #707070. Windows color (decimal): -5485169 or 9391532. OLE color: 9391532.
HSL color Cylindrical-coordinate representation of color #AC4D8F: hue angle of 318.32º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AC4D8F is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 77 | 143 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.33 |
| HSL | 318.32º | 0.38% | 0.49% | - |
| HSV(B) | 318.32º | 0.55% | 0.67% | - |
| XYZ | 24.63 | 16.06 | 27.79 | - |
| YUV | 112.93 | 144.97 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 77 | 143 | 0 | 0.55 | 0.17 | 0.33 | 318.32 | 0.38 | 0.49 |
| Hex | AC | 4D | 8F | 0 | 37 | 11 | 21 | 13E | 26 | 31 |
| Octal | 254 | 115 | 217 | 0 | 67 | 21 | 41 | 476 | 46 | 61 |
| Binary | 10101100 | 1001101 | 10001111 | 0 | 110111 | 10001 | 100001 | 100111110 | 100110 | 110001 |
Color Harmonies of #AC4D8F
Complementary color
Monochromatic Colors of #AC4D8F
Black with #AC4D8F
Text Example
Text Example
White with #AC4D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4D8F; }
p { color: rgb(172,77,143); }
H1.HeaderClassName
{
color: #AC4D8F;
}
.AnyTagClassName
{
color: #AC4D8F;
}
</style>
background-color css
<style>
a { background-color: #AC4D8F; }
a { background-color: rgb(172,77,143); }
div.DivClassName
{
background-color: #AC4D8F;
}
.BgClassName
{
background-color: #AC4D8F;
}
</style>
border-color css
<style>
span { border-color: #AC4D8F; }
span { border-color: rgb(172,77,143); }
td.TdClassName
{
border-color: #AC4D8F;
}
.TagClassName
{
border-color: #AC4D8F;
}
</style>