Shades of Mulberry #AA558B
Tints of Mulberry #AA558B
RGB
CMYK
RGB Variations
Color information
#AA558B (or 0xAA558B) is known color: Mulberry. HEX triplet: AA, 55 and 8B. RGB value is (170,85,139). Sum of RGB (Red+Green+Blue) = 170+85+139=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA558B is #55AA74. Grayscale: #747474. Windows color (decimal): -5614197 or 9131434. OLE color: 9131434.
HSL color Cylindrical-coordinate representation of color #AA558B: hue angle of 321.88º 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 #AA558B is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 139 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.33 |
| HSL | 321.88º | 0.33% | 0.5% | - |
| HSV(B) | 321.88º | 0.5% | 0.67% | - |
| XYZ | 24.49 | 16.91 | 26.4 | - |
| YUV | 116.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 139 | 0 | 0.50 | 0.18 | 0.33 | 321.88 | 0.33 | 0.5 |
| Hex | AA | 55 | 8B | 0 | 32 | 12 | 21 | 142 | 21 | 32 |
| Octal | 252 | 125 | 213 | 0 | 62 | 22 | 41 | 502 | 41 | 62 |
| Binary | 10101010 | 1010101 | 10001011 | 0 | 110010 | 10010 | 100001 | 101000010 | 100001 | 110010 |
Color Harmonies of #AA558B
Complementary color
Monochromatic Colors of #AA558B
Black with #AA558B
Text Example
Text Example
White with #AA558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA558B; }
p { color: rgb(170,85,139); }
H1.HeaderClassName
{
color: #AA558B;
}
.AnyTagClassName
{
color: #AA558B;
}
</style>
background-color css
<style>
a { background-color: #AA558B; }
a { background-color: rgb(170,85,139); }
div.DivClassName
{
background-color: #AA558B;
}
.BgClassName
{
background-color: #AA558B;
}
</style>
border-color css
<style>
span { border-color: #AA558B; }
span { border-color: rgb(170,85,139); }
td.TdClassName
{
border-color: #AA558B;
}
.TagClassName
{
border-color: #AA558B;
}
</style>