Shades of Mulberry #AA4D8C
Tints of Mulberry #AA4D8C
RGB
CMYK
RGB Variations
Color information
#AA4D8C (or 0xAA4D8C) is known color: Mulberry. HEX triplet: AA, 4D and 8C. RGB value is (170,77,140). Sum of RGB (Red+Green+Blue) = 170+77+140=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4D8C is #55B273. Grayscale: #6F6F6F. Windows color (decimal): -5616244 or 9194922. OLE color: 9194922.
HSL color Cylindrical-coordinate representation of color #AA4D8C: hue angle of 319.35º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA4D8C is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 77 | 140 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.33 |
| HSL | 319.35º | 0.38% | 0.48% | - |
| HSV(B) | 319.35º | 0.55% | 0.67% | - |
| XYZ | 23.97 | 15.75 | 26.59 | - |
| YUV | 111.99 | 143.81 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 77 | 140 | 0 | 0.55 | 0.18 | 0.33 | 319.35 | 0.38 | 0.48 |
| Hex | AA | 4D | 8C | 0 | 37 | 12 | 21 | 13F | 26 | 30 |
| Octal | 252 | 115 | 214 | 0 | 67 | 22 | 41 | 477 | 46 | 60 |
| Binary | 10101010 | 1001101 | 10001100 | 0 | 110111 | 10010 | 100001 | 100111111 | 100110 | 110000 |
Color Harmonies of #AA4D8C
Complementary color
Monochromatic Colors of #AA4D8C
Black with #AA4D8C
Text Example
Text Example
White with #AA4D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4D8C; }
p { color: rgb(170,77,140); }
H1.HeaderClassName
{
color: #AA4D8C;
}
.AnyTagClassName
{
color: #AA4D8C;
}
</style>
background-color css
<style>
a { background-color: #AA4D8C; }
a { background-color: rgb(170,77,140); }
div.DivClassName
{
background-color: #AA4D8C;
}
.BgClassName
{
background-color: #AA4D8C;
}
</style>
border-color css
<style>
span { border-color: #AA4D8C; }
span { border-color: rgb(170,77,140); }
td.TdClassName
{
border-color: #AA4D8C;
}
.TagClassName
{
border-color: #AA4D8C;
}
</style>