Shades of Mulberry #AC5890
Tints of Mulberry #AC5890
RGB
CMYK
RGB Variations
Color information
#AC5890 (or 0xAC5890) is known color: Mulberry. HEX triplet: AC, 58 and 90. RGB value is (172,88,144). Sum of RGB (Red+Green+Blue) = 172+88+144=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5890 is #53A76F. Grayscale: #777777. Windows color (decimal): -5482352 or 9459884. OLE color: 9459884.
HSL color Cylindrical-coordinate representation of color #AC5890: hue angle of 320º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AC5890 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 88 | 144 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.33 |
| HSL | 320º | 0.34% | 0.51% | - |
| HSV(B) | 320º | 0.49% | 0.67% | - |
| XYZ | 25.54 | 17.76 | 28.47 | - |
| YUV | 119.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 88 | 144 | 0 | 0.49 | 0.16 | 0.33 | 320 | 0.34 | 0.51 |
| Hex | AC | 58 | 90 | 0 | 31 | 10 | 21 | 140 | 22 | 33 |
| Octal | 254 | 130 | 220 | 0 | 61 | 20 | 41 | 500 | 42 | 63 |
| Binary | 10101100 | 1011000 | 10010000 | 0 | 110001 | 10000 | 100001 | 101000000 | 100010 | 110011 |
Color Harmonies of #AC5890
Complementary color
Monochromatic Colors of #AC5890
Black with #AC5890
Text Example
Text Example
White with #AC5890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC5890; }
p { color: rgb(172,88,144); }
H1.HeaderClassName
{
color: #AC5890;
}
.AnyTagClassName
{
color: #AC5890;
}
</style>
background-color css
<style>
a { background-color: #AC5890; }
a { background-color: rgb(172,88,144); }
div.DivClassName
{
background-color: #AC5890;
}
.BgClassName
{
background-color: #AC5890;
}
</style>
border-color css
<style>
span { border-color: #AC5890; }
span { border-color: rgb(172,88,144); }
td.TdClassName
{
border-color: #AC5890;
}
.TagClassName
{
border-color: #AC5890;
}
</style>