Shades of Mulberry #A44D8B
Tints of Mulberry #A44D8B
RGB
CMYK
RGB Variations
Color information
#A44D8B (or 0xA44D8B) is known color: Mulberry. HEX triplet: A4, 4D and 8B. RGB value is (164,77,139). Sum of RGB (Red+Green+Blue) = 164+77+139=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A44D8B is #5BB274. Grayscale: #6D6D6D. Windows color (decimal): -6009461 or 9129380. OLE color: 9129380.
HSL color Cylindrical-coordinate representation of color #A44D8B: hue angle of 317.24º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A44D8B is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 77 | 139 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.36 |
| HSL | 317.24º | 0.36% | 0.47% | - |
| HSV(B) | 317.24º | 0.53% | 0.64% | - |
| XYZ | 22.62 | 15.06 | 26.14 | - |
| YUV | 110.08 | 144.32 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 77 | 139 | 0 | 0.53 | 0.15 | 0.36 | 317.24 | 0.36 | 0.47 |
| Hex | A4 | 4D | 8B | 0 | 35 | F | 24 | 13D | 24 | 2F |
| Octal | 244 | 115 | 213 | 0 | 65 | 17 | 44 | 475 | 44 | 57 |
| Binary | 10100100 | 1001101 | 10001011 | 0 | 110101 | 1111 | 100100 | 100111101 | 100100 | 101111 |
Color Harmonies of #A44D8B
Complementary color
Monochromatic Colors of #A44D8B
Black with #A44D8B
Text Example
Text Example
White with #A44D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A44D8B; }
p { color: rgb(164,77,139); }
H1.HeaderClassName
{
color: #A44D8B;
}
.AnyTagClassName
{
color: #A44D8B;
}
</style>
background-color css
<style>
a { background-color: #A44D8B; }
a { background-color: rgb(164,77,139); }
div.DivClassName
{
background-color: #A44D8B;
}
.BgClassName
{
background-color: #A44D8B;
}
</style>
border-color css
<style>
span { border-color: #A44D8B; }
span { border-color: rgb(164,77,139); }
td.TdClassName
{
border-color: #A44D8B;
}
.TagClassName
{
border-color: #A44D8B;
}
</style>