Shades of Mulberry #AA5288
Tints of Mulberry #AA5288
RGB
CMYK
RGB Variations
Color information
#AA5288 (or 0xAA5288) is known color: Mulberry. HEX triplet: AA, 52 and 88. RGB value is (170,82,136). Sum of RGB (Red+Green+Blue) = 170+82+136=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5288 is #55AD77. Grayscale: #727272. Windows color (decimal): -5614968 or 8934058. OLE color: 8934058.
HSL color Cylindrical-coordinate representation of color #AA5288: hue angle of 323.18º 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 #AA5288 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 82 | 136 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.33 |
| HSL | 323.18º | 0.35% | 0.49% | - |
| HSV(B) | 323.18º | 0.52% | 0.67% | - |
| XYZ | 24.04 | 16.36 | 25.18 | - |
| YUV | 114.47 | 140.15 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 136 | 0 | 0.52 | 0.20 | 0.33 | 323.18 | 0.35 | 0.49 |
| Hex | AA | 52 | 88 | 0 | 34 | 14 | 21 | 143 | 23 | 31 |
| Octal | 252 | 122 | 210 | 0 | 64 | 24 | 41 | 503 | 43 | 61 |
| Binary | 10101010 | 1010010 | 10001000 | 0 | 110100 | 10100 | 100001 | 101000011 | 100011 | 110001 |
Color Harmonies of #AA5288
Complementary color
Monochromatic Colors of #AA5288
Black with #AA5288
Text Example
Text Example
White with #AA5288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA5288; }
p { color: rgb(170,82,136); }
H1.HeaderClassName
{
color: #AA5288;
}
.AnyTagClassName
{
color: #AA5288;
}
</style>
background-color css
<style>
a { background-color: #AA5288; }
a { background-color: rgb(170,82,136); }
div.DivClassName
{
background-color: #AA5288;
}
.BgClassName
{
background-color: #AA5288;
}
</style>
border-color css
<style>
span { border-color: #AA5288; }
span { border-color: rgb(170,82,136); }
td.TdClassName
{
border-color: #AA5288;
}
.TagClassName
{
border-color: #AA5288;
}
</style>