Shades of Mulberry #A85389
Tints of Mulberry #A85389
RGB
CMYK
RGB Variations
Color information
#A85389 (or 0xA85389) is known color: Mulberry. HEX triplet: A8, 53 and 89. RGB value is (168,83,137). Sum of RGB (Red+Green+Blue) = 168+83+137=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A85389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85389 is #57AC76. Grayscale: #727272. Windows color (decimal): -5745783 or 8999848. OLE color: 8999848.
HSL color Cylindrical-coordinate representation of color #A85389: hue angle of 321.88º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A85389 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 137 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.34 |
| HSL | 321.88º | 0.34% | 0.49% | - |
| HSV(B) | 321.88º | 0.51% | 0.66% | - |
| XYZ | 23.76 | 16.32 | 25.56 | - |
| YUV | 114.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 137 | 0 | 0.51 | 0.18 | 0.34 | 321.88 | 0.34 | 0.49 |
| Hex | A8 | 53 | 89 | 0 | 33 | 12 | 22 | 142 | 22 | 31 |
| Octal | 250 | 123 | 211 | 0 | 63 | 22 | 42 | 502 | 42 | 61 |
| Binary | 10101000 | 1010011 | 10001001 | 0 | 110011 | 10010 | 100010 | 101000010 | 100010 | 110001 |
Color Harmonies of #A85389
Complementary color
Monochromatic Colors of #A85389
Black with #A85389
Text Example
Text Example
White with #A85389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85389; }
p { color: rgb(168,83,137); }
H1.HeaderClassName
{
color: #A85389;
}
.AnyTagClassName
{
color: #A85389;
}
</style>
background-color css
<style>
a { background-color: #A85389; }
a { background-color: rgb(168,83,137); }
div.DivClassName
{
background-color: #A85389;
}
.BgClassName
{
background-color: #A85389;
}
</style>
border-color css
<style>
span { border-color: #A85389; }
span { border-color: rgb(168,83,137); }
td.TdClassName
{
border-color: #A85389;
}
.TagClassName
{
border-color: #A85389;
}
</style>