Shades of Mulberry #AA538C
Tints of Mulberry #AA538C
RGB
CMYK
RGB Variations
Color information
#AA538C (or 0xAA538C) is known color: Mulberry. HEX triplet: AA, 53 and 8C. RGB value is (170,83,140). Sum of RGB (Red+Green+Blue) = 170+83+140=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA538C is #55AC73. Grayscale: #737373. Windows color (decimal): -5614708 or 9196458. OLE color: 9196458.
HSL color Cylindrical-coordinate representation of color #AA538C: hue angle of 320.69º 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 #AA538C is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 83 | 140 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.33 |
| HSL | 320.69º | 0.34% | 0.5% | - |
| HSV(B) | 320.69º | 0.51% | 0.67% | - |
| XYZ | 24.4 | 16.63 | 26.73 | - |
| YUV | 115.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 83 | 140 | 0 | 0.51 | 0.18 | 0.33 | 320.69 | 0.34 | 0.5 |
| Hex | AA | 53 | 8C | 0 | 33 | 12 | 21 | 141 | 22 | 32 |
| Octal | 252 | 123 | 214 | 0 | 63 | 22 | 41 | 501 | 42 | 62 |
| Binary | 10101010 | 1010011 | 10001100 | 0 | 110011 | 10010 | 100001 | 101000001 | 100010 | 110010 |
Color Harmonies of #AA538C
Complementary color
Monochromatic Colors of #AA538C
Black with #AA538C
Text Example
Text Example
White with #AA538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA538C; }
p { color: rgb(170,83,140); }
H1.HeaderClassName
{
color: #AA538C;
}
.AnyTagClassName
{
color: #AA538C;
}
</style>
background-color css
<style>
a { background-color: #AA538C; }
a { background-color: rgb(170,83,140); }
div.DivClassName
{
background-color: #AA538C;
}
.BgClassName
{
background-color: #AA538C;
}
</style>
border-color css
<style>
span { border-color: #AA538C; }
span { border-color: rgb(170,83,140); }
td.TdClassName
{
border-color: #AA538C;
}
.TagClassName
{
border-color: #AA538C;
}
</style>