Shades of Mulberry #AA538D
Tints of Mulberry #AA538D
RGB
CMYK
RGB Variations
Color information
#AA538D (or 0xAA538D) is known color: Mulberry. HEX triplet: AA, 53 and 8D. RGB value is (170,83,141). Sum of RGB (Red+Green+Blue) = 170+83+141=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA538D is #55AC72. Grayscale: #737373. Windows color (decimal): -5614707 or 9261994. OLE color: 9261994.
HSL color Cylindrical-coordinate representation of color #AA538D: hue angle of 320º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA538D is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 141 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.33 |
| HSL | 320º | 0.34% | 0.5% | - |
| HSV(B) | 320º | 0.51% | 0.67% | - |
| XYZ | 24.48 | 16.66 | 27.12 | - |
| YUV | 115.63 | 142.32 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 141 | 0 | 0.51 | 0.17 | 0.33 | 320 | 0.34 | 0.5 |
| Hex | AA | 53 | 8D | 0 | 33 | 11 | 21 | 140 | 22 | 32 |
| Octal | 252 | 123 | 215 | 0 | 63 | 21 | 41 | 500 | 42 | 62 |
| Binary | 10101010 | 1010011 | 10001101 | 0 | 110011 | 10001 | 100001 | 101000000 | 100010 | 110010 |
Color Harmonies of #AA538D
Complementary color
Monochromatic Colors of #AA538D
Black with #AA538D
Text Example
Text Example
White with #AA538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA538D; }
p { color: rgb(170,83,141); }
H1.HeaderClassName
{
color: #AA538D;
}
.AnyTagClassName
{
color: #AA538D;
}
</style>
background-color css
<style>
a { background-color: #AA538D; }
a { background-color: rgb(170,83,141); }
div.DivClassName
{
background-color: #AA538D;
}
.BgClassName
{
background-color: #AA538D;
}
</style>
border-color css
<style>
span { border-color: #AA538D; }
span { border-color: rgb(170,83,141); }
td.TdClassName
{
border-color: #AA538D;
}
.TagClassName
{
border-color: #AA538D;
}
</style>