Shades of Mulberry #AA4D8B
Tints of Mulberry #AA4D8B
RGB
CMYK
RGB Variations
Color information
#AA4D8B (or 0xAA4D8B) is known color: Mulberry. HEX triplet: AA, 4D and 8B. RGB value is (170,77,139). Sum of RGB (Red+Green+Blue) = 170+77+139=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4D8B is #55B274. Grayscale: #6F6F6F. Windows color (decimal): -5616245 or 9129386. OLE color: 9129386.
HSL color Cylindrical-coordinate representation of color #AA4D8B: hue angle of 320º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4D8B is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 139 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.33 |
| HSL | 320º | 0.38% | 0.48% | - |
| HSV(B) | 320º | 0.55% | 0.67% | - |
| XYZ | 23.89 | 15.72 | 26.2 | - |
| YUV | 111.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 139 | 0 | 0.55 | 0.18 | 0.33 | 320 | 0.38 | 0.48 |
| Hex | AA | 4D | 8B | 0 | 37 | 12 | 21 | 140 | 26 | 30 |
| Octal | 252 | 115 | 213 | 0 | 67 | 22 | 41 | 500 | 46 | 60 |
| Binary | 10101010 | 1001101 | 10001011 | 0 | 110111 | 10010 | 100001 | 101000000 | 100110 | 110000 |
Color Harmonies of #AA4D8B
Complementary color
Monochromatic Colors of #AA4D8B
Black with #AA4D8B
Text Example
Text Example
White with #AA4D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D8B; }
p { color: rgb(170,77,139); }
H1.HeaderClassName
{
color: #AA4D8B;
}
.AnyTagClassName
{
color: #AA4D8B;
}
</style>
background-color css
<style>
a { background-color: #AA4D8B; }
a { background-color: rgb(170,77,139); }
div.DivClassName
{
background-color: #AA4D8B;
}
.BgClassName
{
background-color: #AA4D8B;
}
</style>
border-color css
<style>
span { border-color: #AA4D8B; }
span { border-color: rgb(170,77,139); }
td.TdClassName
{
border-color: #AA4D8B;
}
.TagClassName
{
border-color: #AA4D8B;
}
</style>