Shades of Mulberry #AA5388
Tints of Mulberry #AA5388
RGB
CMYK
RGB Variations
Color information
#AA5388 (or 0xAA5388) is known color: Mulberry. HEX triplet: AA, 53 and 88. RGB value is (170,83,136). Sum of RGB (Red+Green+Blue) = 170+83+136=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5388 is #55AC77. Grayscale: #727272. Windows color (decimal): -5614712 or 8934314. OLE color: 8934314.
HSL color Cylindrical-coordinate representation of color #AA5388: hue angle of 323.45º 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 #AA5388 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 136 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.33 |
| HSL | 323.45º | 0.34% | 0.5% | - |
| HSV(B) | 323.45º | 0.51% | 0.67% | - |
| XYZ | 24.11 | 16.51 | 25.21 | - |
| YUV | 115.06 | 139.82 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 136 | 0 | 0.51 | 0.20 | 0.33 | 323.45 | 0.34 | 0.5 |
| Hex | AA | 53 | 88 | 0 | 33 | 14 | 21 | 143 | 22 | 32 |
| Octal | 252 | 123 | 210 | 0 | 63 | 24 | 41 | 503 | 42 | 62 |
| Binary | 10101010 | 1010011 | 10001000 | 0 | 110011 | 10100 | 100001 | 101000011 | 100010 | 110010 |
Color Harmonies of #AA5388
Complementary color
Monochromatic Colors of #AA5388
Black with #AA5388
Text Example
Text Example
White with #AA5388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5388; }
p { color: rgb(170,83,136); }
H1.HeaderClassName
{
color: #AA5388;
}
.AnyTagClassName
{
color: #AA5388;
}
</style>
background-color css
<style>
a { background-color: #AA5388; }
a { background-color: rgb(170,83,136); }
div.DivClassName
{
background-color: #AA5388;
}
.BgClassName
{
background-color: #AA5388;
}
</style>
border-color css
<style>
span { border-color: #AA5388; }
span { border-color: rgb(170,83,136); }
td.TdClassName
{
border-color: #AA5388;
}
.TagClassName
{
border-color: #AA5388;
}
</style>