Shades of Mulberry #A8548D
Tints of Mulberry #A8548D
RGB
CMYK
RGB Variations
Color information
#A8548D (or 0xA8548D) is known color: Mulberry. HEX triplet: A8, 54 and 8D. RGB value is (168,84,141). Sum of RGB (Red+Green+Blue) = 168+84+141=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A8548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8548D is #57AB72. Grayscale: #737373. Windows color (decimal): -5745523 or 9262248. OLE color: 9262248.
HSL color Cylindrical-coordinate representation of color #A8548D: hue angle of 319.29º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8548D is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 84 | 141 | - |
| CMYK | 0 | 0.5 | 0.16 | 0.34 |
| HSL | 319.29º | 0.33% | 0.49% | - |
| HSV(B) | 319.29º | 0.5% | 0.66% | - |
| XYZ | 24.13 | 16.59 | 27.13 | - |
| YUV | 115.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 84 | 141 | 0 | 0.5 | 0.16 | 0.34 | 319.29 | 0.33 | 0.49 |
| Hex | A8 | 54 | 8D | 0 | 32 | 10 | 22 | 13F | 21 | 31 |
| Octal | 250 | 124 | 215 | 0 | 62 | 20 | 42 | 477 | 41 | 61 |
| Binary | 10101000 | 1010100 | 10001101 | 0 | 110010 | 10000 | 100010 | 100111111 | 100001 | 110001 |
Color Harmonies of #A8548D
Complementary color
Monochromatic Colors of #A8548D
Black with #A8548D
Text Example
Text Example
White with #A8548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8548D; }
p { color: rgb(168,84,141); }
H1.HeaderClassName
{
color: #A8548D;
}
.AnyTagClassName
{
color: #A8548D;
}
</style>
background-color css
<style>
a { background-color: #A8548D; }
a { background-color: rgb(168,84,141); }
div.DivClassName
{
background-color: #A8548D;
}
.BgClassName
{
background-color: #A8548D;
}
</style>
border-color css
<style>
span { border-color: #A8548D; }
span { border-color: rgb(168,84,141); }
td.TdClassName
{
border-color: #A8548D;
}
.TagClassName
{
border-color: #A8548D;
}
</style>