Shades of Mulberry #AA5587
Tints of Mulberry #AA5587
RGB
CMYK
RGB Variations
Color information
#AA5587 (or 0xAA5587) is known color: Mulberry. HEX triplet: AA, 55 and 87. RGB value is (170,85,135). Sum of RGB (Red+Green+Blue) = 170+85+135=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5587 is #55AA78. Grayscale: #747474. Windows color (decimal): -5614201 or 8869290. OLE color: 8869290.
HSL color Cylindrical-coordinate representation of color #AA5587: hue angle of 324.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA5587 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 135 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.33 |
| HSL | 324.71º | 0.33% | 0.5% | - |
| HSV(B) | 324.71º | 0.5% | 0.67% | - |
| XYZ | 24.2 | 16.79 | 24.89 | - |
| YUV | 116.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 135 | 0 | 0.50 | 0.21 | 0.33 | 324.71 | 0.33 | 0.5 |
| Hex | AA | 55 | 87 | 0 | 32 | 15 | 21 | 145 | 21 | 32 |
| Octal | 252 | 125 | 207 | 0 | 62 | 25 | 41 | 505 | 41 | 62 |
| Binary | 10101010 | 1010101 | 10000111 | 0 | 110010 | 10101 | 100001 | 101000101 | 100001 | 110010 |
Color Harmonies of #AA5587
Complementary color
Monochromatic Colors of #AA5587
Black with #AA5587
Text Example
Text Example
White with #AA5587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5587; }
p { color: rgb(170,85,135); }
H1.HeaderClassName
{
color: #AA5587;
}
.AnyTagClassName
{
color: #AA5587;
}
</style>
background-color css
<style>
a { background-color: #AA5587; }
a { background-color: rgb(170,85,135); }
div.DivClassName
{
background-color: #AA5587;
}
.BgClassName
{
background-color: #AA5587;
}
</style>
border-color css
<style>
span { border-color: #AA5587; }
span { border-color: rgb(170,85,135); }
td.TdClassName
{
border-color: #AA5587;
}
.TagClassName
{
border-color: #AA5587;
}
</style>