Shades of Mulberry #A94B87
Tints of Mulberry #A94B87
RGB
CMYK
RGB Variations
Color information
#A94B87 (or 0xA94B87) is known color: Mulberry. HEX triplet: A9, 4B and 87. RGB value is (169,75,135). Sum of RGB (Red+Green+Blue) = 169+75+135=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A94B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A94B87 is #56B478. Grayscale: #6D6D6D. Windows color (decimal): -5682297 or 8866729. OLE color: 8866729.
HSL color Cylindrical-coordinate representation of color #A94B87: hue angle of 321.7º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94B87 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 75 | 135 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.34 |
| HSL | 321.7º | 0.39% | 0.48% | - |
| HSV(B) | 321.7º | 0.56% | 0.66% | - |
| XYZ | 23.25 | 15.22 | 24.63 | - |
| YUV | 109.95 | 142.14 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 75 | 135 | 0 | 0.56 | 0.20 | 0.34 | 321.7 | 0.39 | 0.48 |
| Hex | A9 | 4B | 87 | 0 | 38 | 14 | 22 | 142 | 27 | 30 |
| Octal | 251 | 113 | 207 | 0 | 70 | 24 | 42 | 502 | 47 | 60 |
| Binary | 10101001 | 1001011 | 10000111 | 0 | 111000 | 10100 | 100010 | 101000010 | 100111 | 110000 |
Color Harmonies of #A94B87
Complementary color
Monochromatic Colors of #A94B87
Black with #A94B87
Text Example
Text Example
White with #A94B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A94B87; }
p { color: rgb(169,75,135); }
H1.HeaderClassName
{
color: #A94B87;
}
.AnyTagClassName
{
color: #A94B87;
}
</style>
background-color css
<style>
a { background-color: #A94B87; }
a { background-color: rgb(169,75,135); }
div.DivClassName
{
background-color: #A94B87;
}
.BgClassName
{
background-color: #A94B87;
}
</style>
border-color css
<style>
span { border-color: #A94B87; }
span { border-color: rgb(169,75,135); }
td.TdClassName
{
border-color: #A94B87;
}
.TagClassName
{
border-color: #A94B87;
}
</style>