Shades of Mulberry #A8538C
Tints of Mulberry #A8538C
RGB
CMYK
RGB Variations
Color information
#A8538C (or 0xA8538C) is known color: Mulberry. HEX triplet: A8, 53 and 8C. RGB value is (168,83,140). Sum of RGB (Red+Green+Blue) = 168+83+140=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A8538C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8538C is #57AC73. Grayscale: #727272. Windows color (decimal): -5745780 or 9196456. OLE color: 9196456.
HSL color Cylindrical-coordinate representation of color #A8538C: hue angle of 319.76º 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 #A8538C is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 140 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.34 |
| HSL | 319.76º | 0.34% | 0.49% | - |
| HSV(B) | 319.76º | 0.51% | 0.66% | - |
| XYZ | 23.98 | 16.4 | 26.71 | - |
| YUV | 114.91 | 142.16 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 140 | 0 | 0.51 | 0.17 | 0.34 | 319.76 | 0.34 | 0.49 |
| Hex | A8 | 53 | 8C | 0 | 33 | 11 | 22 | 140 | 22 | 31 |
| Octal | 250 | 123 | 214 | 0 | 63 | 21 | 42 | 500 | 42 | 61 |
| Binary | 10101000 | 1010011 | 10001100 | 0 | 110011 | 10001 | 100010 | 101000000 | 100010 | 110001 |
Color Harmonies of #A8538C
Complementary color
Monochromatic Colors of #A8538C
Black with #A8538C
Text Example
Text Example
White with #A8538C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8538C; }
p { color: rgb(168,83,140); }
H1.HeaderClassName
{
color: #A8538C;
}
.AnyTagClassName
{
color: #A8538C;
}
</style>
background-color css
<style>
a { background-color: #A8538C; }
a { background-color: rgb(168,83,140); }
div.DivClassName
{
background-color: #A8538C;
}
.BgClassName
{
background-color: #A8538C;
}
</style>
border-color css
<style>
span { border-color: #A8538C; }
span { border-color: rgb(168,83,140); }
td.TdClassName
{
border-color: #A8538C;
}
.TagClassName
{
border-color: #A8538C;
}
</style>