Shades of Mulberry #AA4A89
Tints of Mulberry #AA4A89
RGB
CMYK
RGB Variations
Color information
#AA4A89 (or 0xAA4A89) is known color: Mulberry. HEX triplet: AA, 4A and 89. RGB value is (170,74,137). Sum of RGB (Red+Green+Blue) = 170+74+137=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A89 is #55B576. Grayscale: #6D6D6D. Windows color (decimal): -5617015 or 8997546. OLE color: 8997546.
HSL color Cylindrical-coordinate representation of color #AA4A89: hue angle of 320.62º 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 #AA4A89 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 137 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.33 |
| HSL | 320.63º | 0.39% | 0.48% | - |
| HSV(B) | 320.63º | 0.56% | 0.67% | - |
| XYZ | 23.54 | 15.25 | 25.37 | - |
| YUV | 109.89 | 143.3 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 137 | 0 | 0.56 | 0.19 | 0.33 | 320.63 | 0.39 | 0.48 |
| Hex | AA | 4A | 89 | 0 | 38 | 13 | 21 | 141 | 27 | 30 |
| Octal | 252 | 112 | 211 | 0 | 70 | 23 | 41 | 501 | 47 | 60 |
| Binary | 10101010 | 1001010 | 10001001 | 0 | 111000 | 10011 | 100001 | 101000001 | 100111 | 110000 |
Color Harmonies of #AA4A89
Complementary color
Monochromatic Colors of #AA4A89
Black with #AA4A89
Text Example
Text Example
White with #AA4A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A89; }
p { color: rgb(170,74,137); }
H1.HeaderClassName
{
color: #AA4A89;
}
.AnyTagClassName
{
color: #AA4A89;
}
</style>
background-color css
<style>
a { background-color: #AA4A89; }
a { background-color: rgb(170,74,137); }
div.DivClassName
{
background-color: #AA4A89;
}
.BgClassName
{
background-color: #AA4A89;
}
</style>
border-color css
<style>
span { border-color: #AA4A89; }
span { border-color: rgb(170,74,137); }
td.TdClassName
{
border-color: #AA4A89;
}
.TagClassName
{
border-color: #AA4A89;
}
</style>