Shades of Mulberry #AA558A
Tints of Mulberry #AA558A
RGB
CMYK
RGB Variations
Color information
#AA558A (or 0xAA558A) is known color: Mulberry. HEX triplet: AA, 55 and 8A. RGB value is (170,85,138). Sum of RGB (Red+Green+Blue) = 170+85+138=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA558A is #55AA75. Grayscale: #747474. Windows color (decimal): -5614198 or 9065898. OLE color: 9065898.
HSL color Cylindrical-coordinate representation of color #AA558A: hue angle of 322.59º 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 #AA558A is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 85 | 138 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.33 |
| HSL | 322.59º | 0.33% | 0.5% | - |
| HSV(B) | 322.59º | 0.5% | 0.67% | - |
| XYZ | 24.41 | 16.88 | 26.02 | - |
| YUV | 116.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 85 | 138 | 0 | 0.50 | 0.19 | 0.33 | 322.59 | 0.33 | 0.5 |
| Hex | AA | 55 | 8A | 0 | 32 | 13 | 21 | 143 | 21 | 32 |
| Octal | 252 | 125 | 212 | 0 | 62 | 23 | 41 | 503 | 41 | 62 |
| Binary | 10101010 | 1010101 | 10001010 | 0 | 110010 | 10011 | 100001 | 101000011 | 100001 | 110010 |
Color Harmonies of #AA558A
Complementary color
Monochromatic Colors of #AA558A
Black with #AA558A
Text Example
Text Example
White with #AA558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA558A; }
p { color: rgb(170,85,138); }
H1.HeaderClassName
{
color: #AA558A;
}
.AnyTagClassName
{
color: #AA558A;
}
</style>
background-color css
<style>
a { background-color: #AA558A; }
a { background-color: rgb(170,85,138); }
div.DivClassName
{
background-color: #AA558A;
}
.BgClassName
{
background-color: #AA558A;
}
</style>
border-color css
<style>
span { border-color: #AA558A; }
span { border-color: rgb(170,85,138); }
td.TdClassName
{
border-color: #AA558A;
}
.TagClassName
{
border-color: #AA558A;
}
</style>