Shades of Mulberry #A9568E
Tints of Mulberry #A9568E
RGB
CMYK
RGB Variations
Color information
#A9568E (or 0xA9568E) is known color: Mulberry. HEX triplet: A9, 56 and 8E. RGB value is (169,86,142). Sum of RGB (Red+Green+Blue) = 169+86+142=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9568E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9568E is #56A971. Grayscale: #757575. Windows color (decimal): -5679474 or 9328297. OLE color: 9328297.
HSL color Cylindrical-coordinate representation of color #A9568E: hue angle of 319.52º 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 #A9568E is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 86 | 142 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.34 |
| HSL | 319.52º | 0.33% | 0.5% | - |
| HSV(B) | 319.52º | 0.49% | 0.66% | - |
| XYZ | 24.57 | 17.04 | 27.59 | - |
| YUV | 117.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 142 | 0 | 0.49 | 0.16 | 0.34 | 319.52 | 0.33 | 0.5 |
| Hex | A9 | 56 | 8E | 0 | 31 | 10 | 22 | 140 | 21 | 32 |
| Octal | 251 | 126 | 216 | 0 | 61 | 20 | 42 | 500 | 41 | 62 |
| Binary | 10101001 | 1010110 | 10001110 | 0 | 110001 | 10000 | 100010 | 101000000 | 100001 | 110010 |
Color Harmonies of #A9568E
Complementary color
Monochromatic Colors of #A9568E
Black with #A9568E
Text Example
Text Example
White with #A9568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9568E; }
p { color: rgb(169,86,142); }
H1.HeaderClassName
{
color: #A9568E;
}
.AnyTagClassName
{
color: #A9568E;
}
</style>
background-color css
<style>
a { background-color: #A9568E; }
a { background-color: rgb(169,86,142); }
div.DivClassName
{
background-color: #A9568E;
}
.BgClassName
{
background-color: #A9568E;
}
</style>
border-color css
<style>
span { border-color: #A9568E; }
span { border-color: rgb(169,86,142); }
td.TdClassName
{
border-color: #A9568E;
}
.TagClassName
{
border-color: #A9568E;
}
</style>