Shades of Mulberry #A74D8B
Tints of Mulberry #A74D8B
RGB
CMYK
RGB Variations
Color information
#A74D8B (or 0xA74D8B) is known color: Mulberry. HEX triplet: A7, 4D and 8B. RGB value is (167,77,139). Sum of RGB (Red+Green+Blue) = 167+77+139=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74D8B is #58B274. Grayscale: #6E6E6E. Windows color (decimal): -5812853 or 9129383. OLE color: 9129383.
HSL color Cylindrical-coordinate representation of color #A74D8B: hue angle of 318.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A74D8B is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 77 | 139 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.35 |
| HSL | 318.67º | 0.37% | 0.48% | - |
| HSV(B) | 318.67º | 0.54% | 0.65% | - |
| XYZ | 23.25 | 15.39 | 26.17 | - |
| YUV | 110.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 77 | 139 | 0 | 0.54 | 0.17 | 0.35 | 318.67 | 0.37 | 0.48 |
| Hex | A7 | 4D | 8B | 0 | 36 | 11 | 23 | 13F | 25 | 30 |
| Octal | 247 | 115 | 213 | 0 | 66 | 21 | 43 | 477 | 45 | 60 |
| Binary | 10100111 | 1001101 | 10001011 | 0 | 110110 | 10001 | 100011 | 100111111 | 100101 | 110000 |
Color Harmonies of #A74D8B
Complementary color
Monochromatic Colors of #A74D8B
Black with #A74D8B
Text Example
Text Example
White with #A74D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74D8B; }
p { color: rgb(167,77,139); }
H1.HeaderClassName
{
color: #A74D8B;
}
.AnyTagClassName
{
color: #A74D8B;
}
</style>
background-color css
<style>
a { background-color: #A74D8B; }
a { background-color: rgb(167,77,139); }
div.DivClassName
{
background-color: #A74D8B;
}
.BgClassName
{
background-color: #A74D8B;
}
</style>
border-color css
<style>
span { border-color: #A74D8B; }
span { border-color: rgb(167,77,139); }
td.TdClassName
{
border-color: #A74D8B;
}
.TagClassName
{
border-color: #A74D8B;
}
</style>