Shades of Mulberry #AA548C
Tints of Mulberry #AA548C
RGB
CMYK
RGB Variations
Color information
#AA548C (or 0xAA548C) is known color: Mulberry. HEX triplet: AA, 54 and 8C. RGB value is (170,84,140). Sum of RGB (Red+Green+Blue) = 170+84+140=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA548C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA548C is #55AB73. Grayscale: #737373. Windows color (decimal): -5614452 or 9196714. OLE color: 9196714.
HSL color Cylindrical-coordinate representation of color #AA548C: hue angle of 320.93º 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 #AA548C is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 84 | 140 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.33 |
| HSL | 320.93º | 0.34% | 0.5% | - |
| HSV(B) | 320.93º | 0.51% | 0.67% | - |
| XYZ | 24.48 | 16.78 | 26.76 | - |
| YUV | 116.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 84 | 140 | 0 | 0.51 | 0.18 | 0.33 | 320.93 | 0.34 | 0.5 |
| Hex | AA | 54 | 8C | 0 | 33 | 12 | 21 | 141 | 22 | 32 |
| Octal | 252 | 124 | 214 | 0 | 63 | 22 | 41 | 501 | 42 | 62 |
| Binary | 10101010 | 1010100 | 10001100 | 0 | 110011 | 10010 | 100001 | 101000001 | 100010 | 110010 |
Color Harmonies of #AA548C
Complementary color
Monochromatic Colors of #AA548C
Black with #AA548C
Text Example
Text Example
White with #AA548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA548C; }
p { color: rgb(170,84,140); }
H1.HeaderClassName
{
color: #AA548C;
}
.AnyTagClassName
{
color: #AA548C;
}
</style>
background-color css
<style>
a { background-color: #AA548C; }
a { background-color: rgb(170,84,140); }
div.DivClassName
{
background-color: #AA548C;
}
.BgClassName
{
background-color: #AA548C;
}
</style>
border-color css
<style>
span { border-color: #AA548C; }
span { border-color: rgb(170,84,140); }
td.TdClassName
{
border-color: #AA548C;
}
.TagClassName
{
border-color: #AA548C;
}
</style>