Shades of Mulberry #AA4E8C
Tints of Mulberry #AA4E8C
RGB
CMYK
RGB Variations
Color information
#AA4E8C (or 0xAA4E8C) is known color: Mulberry. HEX triplet: AA, 4E and 8C. RGB value is (170,78,140). Sum of RGB (Red+Green+Blue) = 170+78+140=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4E8C is #55B173. Grayscale: #707070. Windows color (decimal): -5615988 or 9195178. OLE color: 9195178.
HSL color Cylindrical-coordinate representation of color #AA4E8C: hue angle of 319.57º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4E8C is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 78 | 140 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.33 |
| HSL | 319.57º | 0.37% | 0.49% | - |
| HSV(B) | 319.57º | 0.54% | 0.67% | - |
| XYZ | 24.04 | 15.89 | 26.61 | - |
| YUV | 112.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 78 | 140 | 0 | 0.54 | 0.18 | 0.33 | 319.57 | 0.37 | 0.49 |
| Hex | AA | 4E | 8C | 0 | 36 | 12 | 21 | 140 | 25 | 31 |
| Octal | 252 | 116 | 214 | 0 | 66 | 22 | 41 | 500 | 45 | 61 |
| Binary | 10101010 | 1001110 | 10001100 | 0 | 110110 | 10010 | 100001 | 101000000 | 100101 | 110001 |
Color Harmonies of #AA4E8C
Complementary color
Monochromatic Colors of #AA4E8C
Black with #AA4E8C
Text Example
Text Example
White with #AA4E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4E8C; }
p { color: rgb(170,78,140); }
H1.HeaderClassName
{
color: #AA4E8C;
}
.AnyTagClassName
{
color: #AA4E8C;
}
</style>
background-color css
<style>
a { background-color: #AA4E8C; }
a { background-color: rgb(170,78,140); }
div.DivClassName
{
background-color: #AA4E8C;
}
.BgClassName
{
background-color: #AA4E8C;
}
</style>
border-color css
<style>
span { border-color: #AA4E8C; }
span { border-color: rgb(170,78,140); }
td.TdClassName
{
border-color: #AA4E8C;
}
.TagClassName
{
border-color: #AA4E8C;
}
</style>