Shades of Mulberry #A9548C
Tints of Mulberry #A9548C
RGB
CMYK
RGB Variations
Color information
#A9548C (or 0xA9548C) is known color: Mulberry. HEX triplet: A9, 54 and 8C. RGB value is (169,84,140). Sum of RGB (Red+Green+Blue) = 169+84+140=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A9548C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9548C is #56AB73. Grayscale: #737373. Windows color (decimal): -5679988 or 9196713. OLE color: 9196713.
HSL color Cylindrical-coordinate representation of color #A9548C: hue angle of 320.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A9548C is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 84 | 140 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.34 |
| HSL | 320.47º | 0.34% | 0.5% | - |
| HSV(B) | 320.47º | 0.5% | 0.66% | - |
| XYZ | 24.27 | 16.67 | 26.75 | - |
| YUV | 115.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 84 | 140 | 0 | 0.50 | 0.17 | 0.34 | 320.47 | 0.34 | 0.5 |
| Hex | A9 | 54 | 8C | 0 | 32 | 11 | 22 | 140 | 22 | 32 |
| Octal | 251 | 124 | 214 | 0 | 62 | 21 | 42 | 500 | 42 | 62 |
| Binary | 10101001 | 1010100 | 10001100 | 0 | 110010 | 10001 | 100010 | 101000000 | 100010 | 110010 |
Color Harmonies of #A9548C
Complementary color
Monochromatic Colors of #A9548C
Black with #A9548C
Text Example
Text Example
White with #A9548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9548C; }
p { color: rgb(169,84,140); }
H1.HeaderClassName
{
color: #A9548C;
}
.AnyTagClassName
{
color: #A9548C;
}
</style>
background-color css
<style>
a { background-color: #A9548C; }
a { background-color: rgb(169,84,140); }
div.DivClassName
{
background-color: #A9548C;
}
.BgClassName
{
background-color: #A9548C;
}
</style>
border-color css
<style>
span { border-color: #A9548C; }
span { border-color: rgb(169,84,140); }
td.TdClassName
{
border-color: #A9548C;
}
.TagClassName
{
border-color: #A9548C;
}
</style>