Shades of Mulberry #AA588C
Tints of Mulberry #AA588C
RGB
CMYK
RGB Variations
Color information
#AA588C (or 0xAA588C) is known color: Mulberry. HEX triplet: AA, 58 and 8C. RGB value is (170,88,140). Sum of RGB (Red+Green+Blue) = 170+88+140=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA588C is #55A773. Grayscale: #767676. Windows color (decimal): -5613428 or 9197738. OLE color: 9197738.
HSL color Cylindrical-coordinate representation of color #AA588C: hue angle of 321.95º 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 #AA588C is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 88 | 140 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.33 |
| HSL | 321.95º | 0.33% | 0.51% | - |
| HSV(B) | 321.95º | 0.48% | 0.67% | - |
| XYZ | 24.8 | 17.42 | 26.87 | - |
| YUV | 118.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 88 | 140 | 0 | 0.48 | 0.18 | 0.33 | 321.95 | 0.33 | 0.51 |
| Hex | AA | 58 | 8C | 0 | 30 | 12 | 21 | 142 | 21 | 33 |
| Octal | 252 | 130 | 214 | 0 | 60 | 22 | 41 | 502 | 41 | 63 |
| Binary | 10101010 | 1011000 | 10001100 | 0 | 110000 | 10010 | 100001 | 101000010 | 100001 | 110011 |
Color Harmonies of #AA588C
Complementary color
Monochromatic Colors of #AA588C
Black with #AA588C
Text Example
Text Example
White with #AA588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA588C; }
p { color: rgb(170,88,140); }
H1.HeaderClassName
{
color: #AA588C;
}
.AnyTagClassName
{
color: #AA588C;
}
</style>
background-color css
<style>
a { background-color: #AA588C; }
a { background-color: rgb(170,88,140); }
div.DivClassName
{
background-color: #AA588C;
}
.BgClassName
{
background-color: #AA588C;
}
</style>
border-color css
<style>
span { border-color: #AA588C; }
span { border-color: rgb(170,88,140); }
td.TdClassName
{
border-color: #AA588C;
}
.TagClassName
{
border-color: #AA588C;
}
</style>