Shades of Mulberry #AA5890
Tints of Mulberry #AA5890
RGB
CMYK
RGB Variations
Color information
#AA5890 (or 0xAA5890) is known color: Mulberry. HEX triplet: AA, 58 and 90. RGB value is (170,88,144). Sum of RGB (Red+Green+Blue) = 170+88+144=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5890 is #55A76F. Grayscale: #767676. Windows color (decimal): -5613424 or 9459882. OLE color: 9459882.
HSL color Cylindrical-coordinate representation of color #AA5890: hue angle of 319.02º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5890 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 144 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.33 |
| HSL | 319.02º | 0.33% | 0.51% | - |
| HSV(B) | 319.02º | 0.48% | 0.67% | - |
| XYZ | 25.1 | 17.54 | 28.45 | - |
| YUV | 118.9 | 142.17 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 144 | 0 | 0.48 | 0.15 | 0.33 | 319.02 | 0.33 | 0.51 |
| Hex | AA | 58 | 90 | 0 | 30 | F | 21 | 13F | 21 | 33 |
| Octal | 252 | 130 | 220 | 0 | 60 | 17 | 41 | 477 | 41 | 63 |
| Binary | 10101010 | 1011000 | 10010000 | 0 | 110000 | 1111 | 100001 | 100111111 | 100001 | 110011 |
Color Harmonies of #AA5890
Complementary color
Monochromatic Colors of #AA5890
Black with #AA5890
Text Example
Text Example
White with #AA5890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5890; }
p { color: rgb(170,88,144); }
H1.HeaderClassName
{
color: #AA5890;
}
.AnyTagClassName
{
color: #AA5890;
}
</style>
background-color css
<style>
a { background-color: #AA5890; }
a { background-color: rgb(170,88,144); }
div.DivClassName
{
background-color: #AA5890;
}
.BgClassName
{
background-color: #AA5890;
}
</style>
border-color css
<style>
span { border-color: #AA5890; }
span { border-color: rgb(170,88,144); }
td.TdClassName
{
border-color: #AA5890;
}
.TagClassName
{
border-color: #AA5890;
}
</style>