Shades of Mulberry #AA5189
Tints of Mulberry #AA5189
RGB
CMYK
RGB Variations
Color information
#AA5189 (or 0xAA5189) is known color: Mulberry. HEX triplet: AA, 51 and 89. RGB value is (170,81,137). Sum of RGB (Red+Green+Blue) = 170+81+137=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5189 is #55AE76. Grayscale: #717171. Windows color (decimal): -5615223 or 8999338. OLE color: 8999338.
HSL color Cylindrical-coordinate representation of color #AA5189: hue angle of 322.25º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5189 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 137 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.33 |
| HSL | 322.25º | 0.35% | 0.49% | - |
| HSV(B) | 322.25º | 0.52% | 0.67% | - |
| XYZ | 24.04 | 16.24 | 25.53 | - |
| YUV | 114 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 137 | 0 | 0.52 | 0.19 | 0.33 | 322.25 | 0.35 | 0.49 |
| Hex | AA | 51 | 89 | 0 | 34 | 13 | 21 | 142 | 23 | 31 |
| Octal | 252 | 121 | 211 | 0 | 64 | 23 | 41 | 502 | 43 | 61 |
| Binary | 10101010 | 1010001 | 10001001 | 0 | 110100 | 10011 | 100001 | 101000010 | 100011 | 110001 |
Color Harmonies of #AA5189
Complementary color
Monochromatic Colors of #AA5189
Black with #AA5189
Text Example
Text Example
White with #AA5189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5189; }
p { color: rgb(170,81,137); }
H1.HeaderClassName
{
color: #AA5189;
}
.AnyTagClassName
{
color: #AA5189;
}
</style>
background-color css
<style>
a { background-color: #AA5189; }
a { background-color: rgb(170,81,137); }
div.DivClassName
{
background-color: #AA5189;
}
.BgClassName
{
background-color: #AA5189;
}
</style>
border-color css
<style>
span { border-color: #AA5189; }
span { border-color: rgb(170,81,137); }
td.TdClassName
{
border-color: #AA5189;
}
.TagClassName
{
border-color: #AA5189;
}
</style>