Shades of Mulberry #AA5590
Tints of Mulberry #AA5590
RGB
CMYK
RGB Variations
Color information
#AA5590 (or 0xAA5590) is known color: Mulberry. HEX triplet: AA, 55 and 90. RGB value is (170,85,144). Sum of RGB (Red+Green+Blue) = 170+85+144=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5590 is #55AA6F. Grayscale: #747474. Windows color (decimal): -5614192 or 9459114. OLE color: 9459114.
HSL color Cylindrical-coordinate representation of color #AA5590: hue angle of 318.35º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA5590 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 144 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.33 |
| HSL | 318.35º | 0.33% | 0.5% | - |
| HSV(B) | 318.35º | 0.5% | 0.67% | - |
| XYZ | 24.86 | 17.06 | 28.37 | - |
| YUV | 117.14 | 143.16 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 144 | 0 | 0.50 | 0.15 | 0.33 | 318.35 | 0.33 | 0.5 |
| Hex | AA | 55 | 90 | 0 | 32 | F | 21 | 13E | 21 | 32 |
| Octal | 252 | 125 | 220 | 0 | 62 | 17 | 41 | 476 | 41 | 62 |
| Binary | 10101010 | 1010101 | 10010000 | 0 | 110010 | 1111 | 100001 | 100111110 | 100001 | 110010 |
Color Harmonies of #AA5590
Complementary color
Monochromatic Colors of #AA5590
Black with #AA5590
Text Example
Text Example
White with #AA5590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5590; }
p { color: rgb(170,85,144); }
H1.HeaderClassName
{
color: #AA5590;
}
.AnyTagClassName
{
color: #AA5590;
}
</style>
background-color css
<style>
a { background-color: #AA5590; }
a { background-color: rgb(170,85,144); }
div.DivClassName
{
background-color: #AA5590;
}
.BgClassName
{
background-color: #AA5590;
}
</style>
border-color css
<style>
span { border-color: #AA5590; }
span { border-color: rgb(170,85,144); }
td.TdClassName
{
border-color: #AA5590;
}
.TagClassName
{
border-color: #AA5590;
}
</style>