Shades of Mulberry #AA558D
Tints of Mulberry #AA558D
RGB
CMYK
RGB Variations
Color information
#AA558D (or 0xAA558D) is known color: Mulberry. HEX triplet: AA, 55 and 8D. RGB value is (170,85,141). Sum of RGB (Red+Green+Blue) = 170+85+141=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA558D is #55AA72. Grayscale: #747474. Windows color (decimal): -5614195 or 9262506. OLE color: 9262506.
HSL color Cylindrical-coordinate representation of color #AA558D: hue angle of 320.47º 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 #AA558D is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 141 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.33 |
| HSL | 320.47º | 0.33% | 0.5% | - |
| HSV(B) | 320.47º | 0.5% | 0.67% | - |
| XYZ | 24.63 | 16.97 | 27.18 | - |
| YUV | 116.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 141 | 0 | 0.50 | 0.17 | 0.33 | 320.47 | 0.33 | 0.5 |
| Hex | AA | 55 | 8D | 0 | 32 | 11 | 21 | 140 | 21 | 32 |
| Octal | 252 | 125 | 215 | 0 | 62 | 21 | 41 | 500 | 41 | 62 |
| Binary | 10101010 | 1010101 | 10001101 | 0 | 110010 | 10001 | 100001 | 101000000 | 100001 | 110010 |
Color Harmonies of #AA558D
Complementary color
Monochromatic Colors of #AA558D
Black with #AA558D
Text Example
Text Example
White with #AA558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA558D; }
p { color: rgb(170,85,141); }
H1.HeaderClassName
{
color: #AA558D;
}
.AnyTagClassName
{
color: #AA558D;
}
</style>
background-color css
<style>
a { background-color: #AA558D; }
a { background-color: rgb(170,85,141); }
div.DivClassName
{
background-color: #AA558D;
}
.BgClassName
{
background-color: #AA558D;
}
</style>
border-color css
<style>
span { border-color: #AA558D; }
span { border-color: rgb(170,85,141); }
td.TdClassName
{
border-color: #AA558D;
}
.TagClassName
{
border-color: #AA558D;
}
</style>