Shades of Mulberry #AA4B8C
Tints of Mulberry #AA4B8C
RGB
CMYK
RGB Variations
Color information
#AA4B8C (or 0xAA4B8C) is known color: Mulberry. HEX triplet: AA, 4B and 8C. RGB value is (170,75,140). Sum of RGB (Red+Green+Blue) = 170+75+140=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4B8C is #55B473. Grayscale: #6E6E6E. Windows color (decimal): -5616756 or 9194410. OLE color: 9194410.
HSL color Cylindrical-coordinate representation of color #AA4B8C: hue angle of 318.95º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4B8C is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 75 | 140 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.33 |
| HSL | 318.95º | 0.39% | 0.48% | - |
| HSV(B) | 318.95º | 0.56% | 0.67% | - |
| XYZ | 23.83 | 15.47 | 26.54 | - |
| YUV | 110.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 75 | 140 | 0 | 0.56 | 0.18 | 0.33 | 318.95 | 0.39 | 0.48 |
| Hex | AA | 4B | 8C | 0 | 38 | 12 | 21 | 13F | 27 | 30 |
| Octal | 252 | 113 | 214 | 0 | 70 | 22 | 41 | 477 | 47 | 60 |
| Binary | 10101010 | 1001011 | 10001100 | 0 | 111000 | 10010 | 100001 | 100111111 | 100111 | 110000 |
Color Harmonies of #AA4B8C
Complementary color
Monochromatic Colors of #AA4B8C
Black with #AA4B8C
Text Example
Text Example
White with #AA4B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4B8C; }
p { color: rgb(170,75,140); }
H1.HeaderClassName
{
color: #AA4B8C;
}
.AnyTagClassName
{
color: #AA4B8C;
}
</style>
background-color css
<style>
a { background-color: #AA4B8C; }
a { background-color: rgb(170,75,140); }
div.DivClassName
{
background-color: #AA4B8C;
}
.BgClassName
{
background-color: #AA4B8C;
}
</style>
border-color css
<style>
span { border-color: #AA4B8C; }
span { border-color: rgb(170,75,140); }
td.TdClassName
{
border-color: #AA4B8C;
}
.TagClassName
{
border-color: #AA4B8C;
}
</style>