Shades of Mulberry #AA4B89
Tints of Mulberry #AA4B89
RGB
CMYK
RGB Variations
Color information
#AA4B89 (or 0xAA4B89) is known color: Mulberry. HEX triplet: AA, 4B and 89. RGB value is (170,75,137). Sum of RGB (Red+Green+Blue) = 170+75+137=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4B89 is #55B476. Grayscale: #6E6E6E. Windows color (decimal): -5616759 or 8997802. OLE color: 8997802.
HSL color Cylindrical-coordinate representation of color #AA4B89: hue angle of 320.84º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4B89 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 137 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.33 |
| HSL | 320.84º | 0.39% | 0.48% | - |
| HSV(B) | 320.84º | 0.56% | 0.67% | - |
| XYZ | 23.61 | 15.38 | 25.39 | - |
| YUV | 110.47 | 142.97 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 137 | 0 | 0.56 | 0.19 | 0.33 | 320.84 | 0.39 | 0.48 |
| Hex | AA | 4B | 89 | 0 | 38 | 13 | 21 | 141 | 27 | 30 |
| Octal | 252 | 113 | 211 | 0 | 70 | 23 | 41 | 501 | 47 | 60 |
| Binary | 10101010 | 1001011 | 10001001 | 0 | 111000 | 10011 | 100001 | 101000001 | 100111 | 110000 |
Color Harmonies of #AA4B89
Complementary color
Monochromatic Colors of #AA4B89
Black with #AA4B89
Text Example
Text Example
White with #AA4B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4B89; }
p { color: rgb(170,75,137); }
H1.HeaderClassName
{
color: #AA4B89;
}
.AnyTagClassName
{
color: #AA4B89;
}
</style>
background-color css
<style>
a { background-color: #AA4B89; }
a { background-color: rgb(170,75,137); }
div.DivClassName
{
background-color: #AA4B89;
}
.BgClassName
{
background-color: #AA4B89;
}
</style>
border-color css
<style>
span { border-color: #AA4B89; }
span { border-color: rgb(170,75,137); }
td.TdClassName
{
border-color: #AA4B89;
}
.TagClassName
{
border-color: #AA4B89;
}
</style>