Shades of Mulberry #AA4D8A
Tints of Mulberry #AA4D8A
RGB
CMYK
RGB Variations
Color information
#AA4D8A (or 0xAA4D8A) is known color: Mulberry. HEX triplet: AA, 4D and 8A. RGB value is (170,77,138). Sum of RGB (Red+Green+Blue) = 170+77+138=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4D8A is #55B275. Grayscale: #6F6F6F. Windows color (decimal): -5616246 or 9063850. OLE color: 9063850.
HSL color Cylindrical-coordinate representation of color #AA4D8A: hue angle of 320.65º 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 #AA4D8A is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 138 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.33 |
| HSL | 320.65º | 0.38% | 0.48% | - |
| HSV(B) | 320.65º | 0.55% | 0.67% | - |
| XYZ | 23.82 | 15.69 | 25.82 | - |
| YUV | 111.76 | 142.81 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 138 | 0 | 0.55 | 0.19 | 0.33 | 320.65 | 0.38 | 0.48 |
| Hex | AA | 4D | 8A | 0 | 37 | 13 | 21 | 141 | 26 | 30 |
| Octal | 252 | 115 | 212 | 0 | 67 | 23 | 41 | 501 | 46 | 60 |
| Binary | 10101010 | 1001101 | 10001010 | 0 | 110111 | 10011 | 100001 | 101000001 | 100110 | 110000 |
Color Harmonies of #AA4D8A
Complementary color
Monochromatic Colors of #AA4D8A
Black with #AA4D8A
Text Example
Text Example
White with #AA4D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D8A; }
p { color: rgb(170,77,138); }
H1.HeaderClassName
{
color: #AA4D8A;
}
.AnyTagClassName
{
color: #AA4D8A;
}
</style>
background-color css
<style>
a { background-color: #AA4D8A; }
a { background-color: rgb(170,77,138); }
div.DivClassName
{
background-color: #AA4D8A;
}
.BgClassName
{
background-color: #AA4D8A;
}
</style>
border-color css
<style>
span { border-color: #AA4D8A; }
span { border-color: rgb(170,77,138); }
td.TdClassName
{
border-color: #AA4D8A;
}
.TagClassName
{
border-color: #AA4D8A;
}
</style>