Shades of Mulberry #A85387
Tints of Mulberry #A85387
RGB
CMYK
RGB Variations
Color information
#A85387 (or 0xA85387) is known color: Mulberry. HEX triplet: A8, 53 and 87. RGB value is (168,83,135). Sum of RGB (Red+Green+Blue) = 168+83+135=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A85387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85387 is #57AC78. Grayscale: #727272. Windows color (decimal): -5745785 or 8868776. OLE color: 8868776.
HSL color Cylindrical-coordinate representation of color #A85387: hue angle of 323.29º 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 #A85387 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 135 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.34 |
| HSL | 323.29º | 0.34% | 0.49% | - |
| HSV(B) | 323.29º | 0.51% | 0.66% | - |
| XYZ | 23.61 | 16.26 | 24.82 | - |
| YUV | 114.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 135 | 0 | 0.51 | 0.20 | 0.34 | 323.29 | 0.34 | 0.49 |
| Hex | A8 | 53 | 87 | 0 | 33 | 14 | 22 | 143 | 22 | 31 |
| Octal | 250 | 123 | 207 | 0 | 63 | 24 | 42 | 503 | 42 | 61 |
| Binary | 10101000 | 1010011 | 10000111 | 0 | 110011 | 10100 | 100010 | 101000011 | 100010 | 110001 |
Color Harmonies of #A85387
Complementary color
Monochromatic Colors of #A85387
Black with #A85387
Text Example
Text Example
White with #A85387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A85387; }
p { color: rgb(168,83,135); }
H1.HeaderClassName
{
color: #A85387;
}
.AnyTagClassName
{
color: #A85387;
}
</style>
background-color css
<style>
a { background-color: #A85387; }
a { background-color: rgb(168,83,135); }
div.DivClassName
{
background-color: #A85387;
}
.BgClassName
{
background-color: #A85387;
}
</style>
border-color css
<style>
span { border-color: #A85387; }
span { border-color: rgb(168,83,135); }
td.TdClassName
{
border-color: #A85387;
}
.TagClassName
{
border-color: #A85387;
}
</style>