Shades of Mulberry #AA5488
Tints of Mulberry #AA5488
RGB
CMYK
RGB Variations
Color information
#AA5488 (or 0xAA5488) is known color: Mulberry. HEX triplet: AA, 54 and 88. RGB value is (170,84,136). Sum of RGB (Red+Green+Blue) = 170+84+136=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5488 is #55AB77. Grayscale: #737373. Windows color (decimal): -5614456 or 8934570. OLE color: 8934570.
HSL color Cylindrical-coordinate representation of color #AA5488: hue angle of 323.72º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA5488 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 136 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.33 |
| HSL | 323.72º | 0.34% | 0.5% | - |
| HSV(B) | 323.72º | 0.51% | 0.67% | - |
| XYZ | 24.19 | 16.66 | 25.23 | - |
| YUV | 115.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 136 | 0 | 0.51 | 0.20 | 0.33 | 323.72 | 0.34 | 0.5 |
| Hex | AA | 54 | 88 | 0 | 33 | 14 | 21 | 144 | 22 | 32 |
| Octal | 252 | 124 | 210 | 0 | 63 | 24 | 41 | 504 | 42 | 62 |
| Binary | 10101010 | 1010100 | 10001000 | 0 | 110011 | 10100 | 100001 | 101000100 | 100010 | 110010 |
Color Harmonies of #AA5488
Complementary color
Monochromatic Colors of #AA5488
Black with #AA5488
Text Example
Text Example
White with #AA5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5488; }
p { color: rgb(170,84,136); }
H1.HeaderClassName
{
color: #AA5488;
}
.AnyTagClassName
{
color: #AA5488;
}
</style>
background-color css
<style>
a { background-color: #AA5488; }
a { background-color: rgb(170,84,136); }
div.DivClassName
{
background-color: #AA5488;
}
.BgClassName
{
background-color: #AA5488;
}
</style>
border-color css
<style>
span { border-color: #AA5488; }
span { border-color: rgb(170,84,136); }
td.TdClassName
{
border-color: #AA5488;
}
.TagClassName
{
border-color: #AA5488;
}
</style>