Shades of Mulberry #A9568C
Tints of Mulberry #A9568C
RGB
CMYK
RGB Variations
Color information
#A9568C (or 0xA9568C) is known color: Mulberry. HEX triplet: A9, 56 and 8C. RGB value is (169,86,140). Sum of RGB (Red+Green+Blue) = 169+86+140=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A9568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A9568C is #56A973. Grayscale: #747474. Windows color (decimal): -5679476 or 9197225. OLE color: 9197225.
HSL color Cylindrical-coordinate representation of color #A9568C: hue angle of 320.96º 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 #A9568C is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 86 | 140 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.34 |
| HSL | 320.96º | 0.33% | 0.5% | - |
| HSV(B) | 320.96º | 0.49% | 0.66% | - |
| XYZ | 24.42 | 16.98 | 26.8 | - |
| YUV | 116.97 | 141 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 86 | 140 | 0 | 0.49 | 0.17 | 0.34 | 320.96 | 0.33 | 0.5 |
| Hex | A9 | 56 | 8C | 0 | 31 | 11 | 22 | 141 | 21 | 32 |
| Octal | 251 | 126 | 214 | 0 | 61 | 21 | 42 | 501 | 41 | 62 |
| Binary | 10101001 | 1010110 | 10001100 | 0 | 110001 | 10001 | 100010 | 101000001 | 100001 | 110010 |
Color Harmonies of #A9568C
Complementary color
Monochromatic Colors of #A9568C
Black with #A9568C
Text Example
Text Example
White with #A9568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9568C; }
p { color: rgb(169,86,140); }
H1.HeaderClassName
{
color: #A9568C;
}
.AnyTagClassName
{
color: #A9568C;
}
</style>
background-color css
<style>
a { background-color: #A9568C; }
a { background-color: rgb(169,86,140); }
div.DivClassName
{
background-color: #A9568C;
}
.BgClassName
{
background-color: #A9568C;
}
</style>
border-color css
<style>
span { border-color: #A9568C; }
span { border-color: rgb(169,86,140); }
td.TdClassName
{
border-color: #A9568C;
}
.TagClassName
{
border-color: #A9568C;
}
</style>