Shades of Mulberry #AA518C
Tints of Mulberry #AA518C
RGB
CMYK
RGB Variations
Color information
#AA518C (or 0xAA518C) is known color: Mulberry. HEX triplet: AA, 51 and 8C. RGB value is (170,81,140). Sum of RGB (Red+Green+Blue) = 170+81+140=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA518C is #55AE73. Grayscale: #727272. Windows color (decimal): -5615220 or 9195946. OLE color: 9195946.
HSL color Cylindrical-coordinate representation of color #AA518C: hue angle of 320.22º 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 #AA518C is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 81 | 140 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.33 |
| HSL | 320.22º | 0.35% | 0.49% | - |
| HSV(B) | 320.22º | 0.52% | 0.67% | - |
| XYZ | 24.25 | 16.32 | 26.68 | - |
| YUV | 114.34 | 142.49 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 81 | 140 | 0 | 0.52 | 0.18 | 0.33 | 320.22 | 0.35 | 0.49 |
| Hex | AA | 51 | 8C | 0 | 34 | 12 | 21 | 140 | 23 | 31 |
| Octal | 252 | 121 | 214 | 0 | 64 | 22 | 41 | 500 | 43 | 61 |
| Binary | 10101010 | 1010001 | 10001100 | 0 | 110100 | 10010 | 100001 | 101000000 | 100011 | 110001 |
Color Harmonies of #AA518C
Complementary color
Monochromatic Colors of #AA518C
Black with #AA518C
Text Example
Text Example
White with #AA518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA518C; }
p { color: rgb(170,81,140); }
H1.HeaderClassName
{
color: #AA518C;
}
.AnyTagClassName
{
color: #AA518C;
}
</style>
background-color css
<style>
a { background-color: #AA518C; }
a { background-color: rgb(170,81,140); }
div.DivClassName
{
background-color: #AA518C;
}
.BgClassName
{
background-color: #AA518C;
}
</style>
border-color css
<style>
span { border-color: #AA518C; }
span { border-color: rgb(170,81,140); }
td.TdClassName
{
border-color: #AA518C;
}
.TagClassName
{
border-color: #AA518C;
}
</style>