Shades of Mulberry #A95186
Tints of Mulberry #A95186
RGB
CMYK
RGB Variations
Color information
#A95186 (or 0xA95186) is known color: Mulberry. HEX triplet: A9, 51 and 86. RGB value is (169,81,134). Sum of RGB (Red+Green+Blue) = 169+81+134=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A95186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95186 is #56AE79. Grayscale: #717171. Windows color (decimal): -5680762 or 8802729. OLE color: 8802729.
HSL color Cylindrical-coordinate representation of color #A95186: hue angle of 323.86º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A95186 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 81 | 134 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.34 |
| HSL | 323.86º | 0.35% | 0.49% | - |
| HSV(B) | 323.86º | 0.52% | 0.66% | - |
| XYZ | 23.61 | 16.04 | 24.41 | - |
| YUV | 113.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 81 | 134 | 0 | 0.52 | 0.21 | 0.34 | 323.86 | 0.35 | 0.49 |
| Hex | A9 | 51 | 86 | 0 | 34 | 15 | 22 | 144 | 23 | 31 |
| Octal | 251 | 121 | 206 | 0 | 64 | 25 | 42 | 504 | 43 | 61 |
| Binary | 10101001 | 1010001 | 10000110 | 0 | 110100 | 10101 | 100010 | 101000100 | 100011 | 110001 |
Color Harmonies of #A95186
Complementary color
Monochromatic Colors of #A95186
Black with #A95186
Text Example
Text Example
White with #A95186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A95186; }
p { color: rgb(169,81,134); }
H1.HeaderClassName
{
color: #A95186;
}
.AnyTagClassName
{
color: #A95186;
}
</style>
background-color css
<style>
a { background-color: #A95186; }
a { background-color: rgb(169,81,134); }
div.DivClassName
{
background-color: #A95186;
}
.BgClassName
{
background-color: #A95186;
}
</style>
border-color css
<style>
span { border-color: #A95186; }
span { border-color: rgb(169,81,134); }
td.TdClassName
{
border-color: #A95186;
}
.TagClassName
{
border-color: #A95186;
}
</style>