Shades of Mulberry #AA5687
Tints of Mulberry #AA5687
RGB
CMYK
RGB Variations
Color information
#AA5687 (or 0xAA5687) is known color: Mulberry. HEX triplet: AA, 56 and 87. RGB value is (170,86,135). Sum of RGB (Red+Green+Blue) = 170+86+135=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5687 is #55A978. Grayscale: #747474. Windows color (decimal): -5613945 or 8869546. OLE color: 8869546.
HSL color Cylindrical-coordinate representation of color #AA5687: hue angle of 325º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA5687 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 86 | 135 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.33 |
| HSL | 325º | 0.33% | 0.5% | - |
| HSV(B) | 325º | 0.49% | 0.67% | - |
| XYZ | 24.28 | 16.95 | 24.91 | - |
| YUV | 116.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 86 | 135 | 0 | 0.49 | 0.21 | 0.33 | 325 | 0.33 | 0.5 |
| Hex | AA | 56 | 87 | 0 | 31 | 15 | 21 | 145 | 21 | 32 |
| Octal | 252 | 126 | 207 | 0 | 61 | 25 | 41 | 505 | 41 | 62 |
| Binary | 10101010 | 1010110 | 10000111 | 0 | 110001 | 10101 | 100001 | 101000101 | 100001 | 110010 |
Color Harmonies of #AA5687
Complementary color
Monochromatic Colors of #AA5687
Black with #AA5687
Text Example
Text Example
White with #AA5687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5687; }
p { color: rgb(170,86,135); }
H1.HeaderClassName
{
color: #AA5687;
}
.AnyTagClassName
{
color: #AA5687;
}
</style>
background-color css
<style>
a { background-color: #AA5687; }
a { background-color: rgb(170,86,135); }
div.DivClassName
{
background-color: #AA5687;
}
.BgClassName
{
background-color: #AA5687;
}
</style>
border-color css
<style>
span { border-color: #AA5687; }
span { border-color: rgb(170,86,135); }
td.TdClassName
{
border-color: #AA5687;
}
.TagClassName
{
border-color: #AA5687;
}
</style>