Shades of Mulberry #AB4D86
Tints of Mulberry #AB4D86
RGB
CMYK
RGB Variations
Color information
#AB4D86 (or 0xAB4D86) is known color: Mulberry. HEX triplet: AB, 4D and 86. RGB value is (171,77,134). Sum of RGB (Red+Green+Blue) = 171+77+134=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4D86 is #54B279. Grayscale: #6F6F6F. Windows color (decimal): -5550714 or 8801707. OLE color: 8801707.
HSL color Cylindrical-coordinate representation of color #AB4D86: hue angle of 323.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB4D86 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 134 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.33 |
| HSL | 323.62º | 0.38% | 0.49% | - |
| HSV(B) | 323.62º | 0.55% | 0.67% | - |
| XYZ | 23.75 | 15.69 | 24.33 | - |
| YUV | 111.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 134 | 0 | 0.55 | 0.22 | 0.33 | 323.62 | 0.38 | 0.49 |
| Hex | AB | 4D | 86 | 0 | 37 | 16 | 21 | 144 | 26 | 31 |
| Octal | 253 | 115 | 206 | 0 | 67 | 26 | 41 | 504 | 46 | 61 |
| Binary | 10101011 | 1001101 | 10000110 | 0 | 110111 | 10110 | 100001 | 101000100 | 100110 | 110001 |
Color Harmonies of #AB4D86
Complementary color
Monochromatic Colors of #AB4D86
Black with #AB4D86
Text Example
Text Example
White with #AB4D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D86; }
p { color: rgb(171,77,134); }
H1.HeaderClassName
{
color: #AB4D86;
}
.AnyTagClassName
{
color: #AB4D86;
}
</style>
background-color css
<style>
a { background-color: #AB4D86; }
a { background-color: rgb(171,77,134); }
div.DivClassName
{
background-color: #AB4D86;
}
.BgClassName
{
background-color: #AB4D86;
}
</style>
border-color css
<style>
span { border-color: #AB4D86; }
span { border-color: rgb(171,77,134); }
td.TdClassName
{
border-color: #AB4D86;
}
.TagClassName
{
border-color: #AB4D86;
}
</style>