Shades of Mulberry #A74E8C
Tints of Mulberry #A74E8C
RGB
CMYK
RGB Variations
Color information
#A74E8C (or 0xA74E8C) is known color: Mulberry. HEX triplet: A7, 4E and 8C. RGB value is (167,78,140). Sum of RGB (Red+Green+Blue) = 167+78+140=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74E8C is #58B173. Grayscale: #6F6F6F. Windows color (decimal): -5812596 or 9195175. OLE color: 9195175.
HSL color Cylindrical-coordinate representation of color #A74E8C: hue angle of 318.2º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A74E8C is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 78 | 140 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.35 |
| HSL | 318.2º | 0.36% | 0.48% | - |
| HSV(B) | 318.2º | 0.53% | 0.65% | - |
| XYZ | 23.39 | 15.56 | 26.58 | - |
| YUV | 111.68 | 143.99 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 78 | 140 | 0 | 0.53 | 0.16 | 0.35 | 318.2 | 0.36 | 0.48 |
| Hex | A7 | 4E | 8C | 0 | 35 | 10 | 23 | 13E | 24 | 30 |
| Octal | 247 | 116 | 214 | 0 | 65 | 20 | 43 | 476 | 44 | 60 |
| Binary | 10100111 | 1001110 | 10001100 | 0 | 110101 | 10000 | 100011 | 100111110 | 100100 | 110000 |
Color Harmonies of #A74E8C
Complementary color
Monochromatic Colors of #A74E8C
Black with #A74E8C
Text Example
Text Example
White with #A74E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74E8C; }
p { color: rgb(167,78,140); }
H1.HeaderClassName
{
color: #A74E8C;
}
.AnyTagClassName
{
color: #A74E8C;
}
</style>
background-color css
<style>
a { background-color: #A74E8C; }
a { background-color: rgb(167,78,140); }
div.DivClassName
{
background-color: #A74E8C;
}
.BgClassName
{
background-color: #A74E8C;
}
</style>
border-color css
<style>
span { border-color: #A74E8C; }
span { border-color: rgb(167,78,140); }
td.TdClassName
{
border-color: #A74E8C;
}
.TagClassName
{
border-color: #A74E8C;
}
</style>