Shades of Mulberry #A74C8A
Tints of Mulberry #A74C8A
RGB
CMYK
RGB Variations
Color information
#A74C8A (or 0xA74C8A) is known color: Mulberry. HEX triplet: A7, 4C and 8A. RGB value is (167,76,138). Sum of RGB (Red+Green+Blue) = 167+76+138=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A74C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74C8A is #58B375. Grayscale: #6E6E6E. Windows color (decimal): -5813110 or 9063591. OLE color: 9063591.
HSL color Cylindrical-coordinate representation of color #A74C8A: hue angle of 319.12º 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 #A74C8A is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 76 | 138 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.35 |
| HSL | 319.12º | 0.37% | 0.48% | - |
| HSV(B) | 319.12º | 0.54% | 0.65% | - |
| XYZ | 23.11 | 15.22 | 25.76 | - |
| YUV | 110.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 76 | 138 | 0 | 0.54 | 0.17 | 0.35 | 319.12 | 0.37 | 0.48 |
| Hex | A7 | 4C | 8A | 0 | 36 | 11 | 23 | 13F | 25 | 30 |
| Octal | 247 | 114 | 212 | 0 | 66 | 21 | 43 | 477 | 45 | 60 |
| Binary | 10100111 | 1001100 | 10001010 | 0 | 110110 | 10001 | 100011 | 100111111 | 100101 | 110000 |
Color Harmonies of #A74C8A
Complementary color
Monochromatic Colors of #A74C8A
Black with #A74C8A
Text Example
Text Example
White with #A74C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74C8A; }
p { color: rgb(167,76,138); }
H1.HeaderClassName
{
color: #A74C8A;
}
.AnyTagClassName
{
color: #A74C8A;
}
</style>
background-color css
<style>
a { background-color: #A74C8A; }
a { background-color: rgb(167,76,138); }
div.DivClassName
{
background-color: #A74C8A;
}
.BgClassName
{
background-color: #A74C8A;
}
</style>
border-color css
<style>
span { border-color: #A74C8A; }
span { border-color: rgb(167,76,138); }
td.TdClassName
{
border-color: #A74C8A;
}
.TagClassName
{
border-color: #A74C8A;
}
</style>