Shades of Mulberry #A9538B
Tints of Mulberry #A9538B
RGB
CMYK
RGB Variations
Color information
#A9538B (or 0xA9538B) is known color: Mulberry. HEX triplet: A9, 53 and 8B. RGB value is (169,83,139). Sum of RGB (Red+Green+Blue) = 169+83+139=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 169 - color contains mainly: red. Hex color #A9538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9538B is #56AC74. Grayscale: #727272. Windows color (decimal): -5680245 or 9130921. OLE color: 9130921.
HSL color Cylindrical-coordinate representation of color #A9538B: hue angle of 320.93º 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 #A9538B is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 83 | 139 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.34 |
| HSL | 320.93º | 0.34% | 0.49% | - |
| HSV(B) | 320.93º | 0.51% | 0.66% | - |
| XYZ | 24.12 | 16.49 | 26.34 | - |
| YUV | 115.1 | 141.49 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 83 | 139 | 0 | 0.51 | 0.18 | 0.34 | 320.93 | 0.34 | 0.49 |
| Hex | A9 | 53 | 8B | 0 | 33 | 12 | 22 | 141 | 22 | 31 |
| Octal | 251 | 123 | 213 | 0 | 63 | 22 | 42 | 501 | 42 | 61 |
| Binary | 10101001 | 1010011 | 10001011 | 0 | 110011 | 10010 | 100010 | 101000001 | 100010 | 110001 |
Color Harmonies of #A9538B
Complementary color
Monochromatic Colors of #A9538B
Black with #A9538B
Text Example
Text Example
White with #A9538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9538B; }
p { color: rgb(169,83,139); }
H1.HeaderClassName
{
color: #A9538B;
}
.AnyTagClassName
{
color: #A9538B;
}
</style>
background-color css
<style>
a { background-color: #A9538B; }
a { background-color: rgb(169,83,139); }
div.DivClassName
{
background-color: #A9538B;
}
.BgClassName
{
background-color: #A9538B;
}
</style>
border-color css
<style>
span { border-color: #A9538B; }
span { border-color: rgb(169,83,139); }
td.TdClassName
{
border-color: #A9538B;
}
.TagClassName
{
border-color: #A9538B;
}
</style>