Shades of Mulberry #A8538A
Tints of Mulberry #A8538A
RGB
CMYK
RGB Variations
Color information
#A8538A (or 0xA8538A) is known color: Mulberry. HEX triplet: A8, 53 and 8A. RGB value is (168,83,138). Sum of RGB (Red+Green+Blue) = 168+83+138=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 168 - color contains mainly: red. Hex color #A8538A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8538A is #57AC75. Grayscale: #727272. Windows color (decimal): -5745782 or 9065384. OLE color: 9065384.
HSL color Cylindrical-coordinate representation of color #A8538A: hue angle of 321.18º 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 #A8538A is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 83 | 138 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.34 |
| HSL | 321.18º | 0.34% | 0.49% | - |
| HSV(B) | 321.18º | 0.51% | 0.66% | - |
| XYZ | 23.83 | 16.35 | 25.94 | - |
| YUV | 114.69 | 141.16 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 83 | 138 | 0 | 0.51 | 0.18 | 0.34 | 321.18 | 0.34 | 0.49 |
| Hex | A8 | 53 | 8A | 0 | 33 | 12 | 22 | 141 | 22 | 31 |
| Octal | 250 | 123 | 212 | 0 | 63 | 22 | 42 | 501 | 42 | 61 |
| Binary | 10101000 | 1010011 | 10001010 | 0 | 110011 | 10010 | 100010 | 101000001 | 100010 | 110001 |
Color Harmonies of #A8538A
Complementary color
Monochromatic Colors of #A8538A
Black with #A8538A
Text Example
Text Example
White with #A8538A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8538A; }
p { color: rgb(168,83,138); }
H1.HeaderClassName
{
color: #A8538A;
}
.AnyTagClassName
{
color: #A8538A;
}
</style>
background-color css
<style>
a { background-color: #A8538A; }
a { background-color: rgb(168,83,138); }
div.DivClassName
{
background-color: #A8538A;
}
.BgClassName
{
background-color: #A8538A;
}
</style>
border-color css
<style>
span { border-color: #A8538A; }
span { border-color: rgb(168,83,138); }
td.TdClassName
{
border-color: #A8538A;
}
.TagClassName
{
border-color: #A8538A;
}
</style>