Shades of Mulberry #AA588D
Tints of Mulberry #AA588D
RGB
CMYK
RGB Variations
Color information
#AA588D (or 0xAA588D) is known color: Mulberry. HEX triplet: AA, 58 and 8D. RGB value is (170,88,141). Sum of RGB (Red+Green+Blue) = 170+88+141=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA588D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA588D is #55A772. Grayscale: #767676. Windows color (decimal): -5613427 or 9263274. OLE color: 9263274.
HSL color Cylindrical-coordinate representation of color #AA588D: hue angle of 321.22º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA588D is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 141 | - |
| CMYK | 0 | 0.48 | 0.17 | 0.33 |
| HSL | 321.22º | 0.33% | 0.51% | - |
| HSV(B) | 321.22º | 0.48% | 0.67% | - |
| XYZ | 24.88 | 17.45 | 27.26 | - |
| YUV | 118.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 141 | 0 | 0.48 | 0.17 | 0.33 | 321.22 | 0.33 | 0.51 |
| Hex | AA | 58 | 8D | 0 | 30 | 11 | 21 | 141 | 21 | 33 |
| Octal | 252 | 130 | 215 | 0 | 60 | 21 | 41 | 501 | 41 | 63 |
| Binary | 10101010 | 1011000 | 10001101 | 0 | 110000 | 10001 | 100001 | 101000001 | 100001 | 110011 |
Color Harmonies of #AA588D
Complementary color
Monochromatic Colors of #AA588D
Black with #AA588D
Text Example
Text Example
White with #AA588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA588D; }
p { color: rgb(170,88,141); }
H1.HeaderClassName
{
color: #AA588D;
}
.AnyTagClassName
{
color: #AA588D;
}
</style>
background-color css
<style>
a { background-color: #AA588D; }
a { background-color: rgb(170,88,141); }
div.DivClassName
{
background-color: #AA588D;
}
.BgClassName
{
background-color: #AA588D;
}
</style>
border-color css
<style>
span { border-color: #AA588D; }
span { border-color: rgb(170,88,141); }
td.TdClassName
{
border-color: #AA588D;
}
.TagClassName
{
border-color: #AA588D;
}
</style>