Shades of Mulberry #AC4C91
Tints of Mulberry #AC4C91
RGB
CMYK
RGB Variations
Color information
#AC4C91 (or 0xAC4C91) is known color: Mulberry. HEX triplet: AC, 4C and 91. RGB value is (172,76,145). Sum of RGB (Red+Green+Blue) = 172+76+145=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4C91 is #53B36E. Grayscale: #707070. Windows color (decimal): -5485423 or 9522348. OLE color: 9522348.
HSL color Cylindrical-coordinate representation of color #AC4C91: hue angle of 316.88º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC4C91 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 76 | 145 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.33 |
| HSL | 316.88º | 0.39% | 0.49% | - |
| HSV(B) | 316.88º | 0.56% | 0.67% | - |
| XYZ | 24.71 | 15.98 | 28.57 | - |
| YUV | 112.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 76 | 145 | 0 | 0.56 | 0.16 | 0.33 | 316.88 | 0.39 | 0.49 |
| Hex | AC | 4C | 91 | 0 | 38 | 10 | 21 | 13D | 27 | 31 |
| Octal | 254 | 114 | 221 | 0 | 70 | 20 | 41 | 475 | 47 | 61 |
| Binary | 10101100 | 1001100 | 10010001 | 0 | 111000 | 10000 | 100001 | 100111101 | 100111 | 110001 |
Color Harmonies of #AC4C91
Complementary color
Monochromatic Colors of #AC4C91
Black with #AC4C91
Text Example
Text Example
White with #AC4C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4C91; }
p { color: rgb(172,76,145); }
H1.HeaderClassName
{
color: #AC4C91;
}
.AnyTagClassName
{
color: #AC4C91;
}
</style>
background-color css
<style>
a { background-color: #AC4C91; }
a { background-color: rgb(172,76,145); }
div.DivClassName
{
background-color: #AC4C91;
}
.BgClassName
{
background-color: #AC4C91;
}
</style>
border-color css
<style>
span { border-color: #AC4C91; }
span { border-color: rgb(172,76,145); }
td.TdClassName
{
border-color: #AC4C91;
}
.TagClassName
{
border-color: #AC4C91;
}
</style>