Shades of Mulberry #AA578D
Tints of Mulberry #AA578D
RGB
CMYK
RGB Variations
Color information
#AA578D (or 0xAA578D) is known color: Mulberry. HEX triplet: AA, 57 and 8D. RGB value is (170,87,141). Sum of RGB (Red+Green+Blue) = 170+87+141=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 87 (34.38% from 255 or 21.86% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA578D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA578D is #55A872. Grayscale: #757575. Windows color (decimal): -5613683 or 9263018. OLE color: 9263018.
HSL color Cylindrical-coordinate representation of color #AA578D: hue angle of 320.96º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA578D is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 87 | 141 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.33 |
| HSL | 320.96º | 0.33% | 0.5% | - |
| HSV(B) | 320.96º | 0.49% | 0.67% | - |
| XYZ | 24.79 | 17.29 | 27.23 | - |
| YUV | 117.97 | 141 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 141 | 0 | 0.49 | 0.17 | 0.33 | 320.96 | 0.33 | 0.5 |
| Hex | AA | 57 | 8D | 0 | 31 | 11 | 21 | 141 | 21 | 32 |
| Octal | 252 | 127 | 215 | 0 | 61 | 21 | 41 | 501 | 41 | 62 |
| Binary | 10101010 | 1010111 | 10001101 | 0 | 110001 | 10001 | 100001 | 101000001 | 100001 | 110010 |
Color Harmonies of #AA578D
Complementary color
Monochromatic Colors of #AA578D
Black with #AA578D
Text Example
Text Example
White with #AA578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA578D; }
p { color: rgb(170,87,141); }
H1.HeaderClassName
{
color: #AA578D;
}
.AnyTagClassName
{
color: #AA578D;
}
</style>
background-color css
<style>
a { background-color: #AA578D; }
a { background-color: rgb(170,87,141); }
div.DivClassName
{
background-color: #AA578D;
}
.BgClassName
{
background-color: #AA578D;
}
</style>
border-color css
<style>
span { border-color: #AA578D; }
span { border-color: rgb(170,87,141); }
td.TdClassName
{
border-color: #AA578D;
}
.TagClassName
{
border-color: #AA578D;
}
</style>