Shades of Mulberry #AA5186
Tints of Mulberry #AA5186
RGB
CMYK
RGB Variations
Color information
#AA5186 (or 0xAA5186) is known color: Mulberry. HEX triplet: AA, 51 and 86. RGB value is (170,81,134). Sum of RGB (Red+Green+Blue) = 170+81+134=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5186 is #55AE79. Grayscale: #717171. Windows color (decimal): -5615226 or 8802730. OLE color: 8802730.
HSL color Cylindrical-coordinate representation of color #AA5186: hue angle of 324.27º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA5186 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 134 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.33 |
| HSL | 324.27º | 0.35% | 0.49% | - |
| HSV(B) | 324.27º | 0.52% | 0.67% | - |
| XYZ | 23.82 | 16.15 | 24.42 | - |
| YUV | 113.65 | 139.49 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 134 | 0 | 0.52 | 0.21 | 0.33 | 324.27 | 0.35 | 0.49 |
| Hex | AA | 51 | 86 | 0 | 34 | 15 | 21 | 144 | 23 | 31 |
| Octal | 252 | 121 | 206 | 0 | 64 | 25 | 41 | 504 | 43 | 61 |
| Binary | 10101010 | 1010001 | 10000110 | 0 | 110100 | 10101 | 100001 | 101000100 | 100011 | 110001 |
Color Harmonies of #AA5186
Complementary color
Monochromatic Colors of #AA5186
Black with #AA5186
Text Example
Text Example
White with #AA5186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5186; }
p { color: rgb(170,81,134); }
H1.HeaderClassName
{
color: #AA5186;
}
.AnyTagClassName
{
color: #AA5186;
}
</style>
background-color css
<style>
a { background-color: #AA5186; }
a { background-color: rgb(170,81,134); }
div.DivClassName
{
background-color: #AA5186;
}
.BgClassName
{
background-color: #AA5186;
}
</style>
border-color css
<style>
span { border-color: #AA5186; }
span { border-color: rgb(170,81,134); }
td.TdClassName
{
border-color: #AA5186;
}
.TagClassName
{
border-color: #AA5186;
}
</style>