Shades of Mulberry #A8558E
Tints of Mulberry #A8558E
RGB
CMYK
RGB Variations
Color information
#A8558E (or 0xA8558E) is known color: Mulberry. HEX triplet: A8, 55 and 8E. RGB value is (168,85,142). Sum of RGB (Red+Green+Blue) = 168+85+142=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 168 - color contains mainly: red. Hex color #A8558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8558E is #57AA71. Grayscale: #747474. Windows color (decimal): -5745266 or 9328040. OLE color: 9328040.
HSL color Cylindrical-coordinate representation of color #A8558E: hue angle of 318.8º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8558E is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 85 | 142 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.34 |
| HSL | 318.8º | 0.33% | 0.5% | - |
| HSV(B) | 318.8º | 0.49% | 0.66% | - |
| XYZ | 24.28 | 16.77 | 27.55 | - |
| YUV | 116.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 142 | 0 | 0.49 | 0.15 | 0.34 | 318.8 | 0.33 | 0.5 |
| Hex | A8 | 55 | 8E | 0 | 31 | F | 22 | 13F | 21 | 32 |
| Octal | 250 | 125 | 216 | 0 | 61 | 17 | 42 | 477 | 41 | 62 |
| Binary | 10101000 | 1010101 | 10001110 | 0 | 110001 | 1111 | 100010 | 100111111 | 100001 | 110010 |
Color Harmonies of #A8558E
Complementary color
Monochromatic Colors of #A8558E
Black with #A8558E
Text Example
Text Example
White with #A8558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8558E; }
p { color: rgb(168,85,142); }
H1.HeaderClassName
{
color: #A8558E;
}
.AnyTagClassName
{
color: #A8558E;
}
</style>
background-color css
<style>
a { background-color: #A8558E; }
a { background-color: rgb(168,85,142); }
div.DivClassName
{
background-color: #A8558E;
}
.BgClassName
{
background-color: #A8558E;
}
</style>
border-color css
<style>
span { border-color: #A8558E; }
span { border-color: rgb(168,85,142); }
td.TdClassName
{
border-color: #A8558E;
}
.TagClassName
{
border-color: #A8558E;
}
</style>