Shades of Mulberry #AB4D8F
Tints of Mulberry #AB4D8F
RGB
CMYK
RGB Variations
Color information
#AB4D8F (or 0xAB4D8F) is known color: Mulberry. HEX triplet: AB, 4D and 8F. RGB value is (171,77,143). Sum of RGB (Red+Green+Blue) = 171+77+143=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4D8F is #54B270. Grayscale: #707070. Windows color (decimal): -5550705 or 9391531. OLE color: 9391531.
HSL color Cylindrical-coordinate representation of color #AB4D8F: hue angle of 317.87º 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 #AB4D8F is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 143 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.33 |
| HSL | 317.87º | 0.38% | 0.49% | - |
| HSV(B) | 317.87º | 0.55% | 0.67% | - |
| XYZ | 24.41 | 15.95 | 27.78 | - |
| YUV | 112.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 143 | 0 | 0.55 | 0.16 | 0.33 | 317.87 | 0.38 | 0.49 |
| Hex | AB | 4D | 8F | 0 | 37 | 10 | 21 | 13E | 26 | 31 |
| Octal | 253 | 115 | 217 | 0 | 67 | 20 | 41 | 476 | 46 | 61 |
| Binary | 10101011 | 1001101 | 10001111 | 0 | 110111 | 10000 | 100001 | 100111110 | 100110 | 110001 |
Color Harmonies of #AB4D8F
Complementary color
Monochromatic Colors of #AB4D8F
Black with #AB4D8F
Text Example
Text Example
White with #AB4D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D8F; }
p { color: rgb(171,77,143); }
H1.HeaderClassName
{
color: #AB4D8F;
}
.AnyTagClassName
{
color: #AB4D8F;
}
</style>
background-color css
<style>
a { background-color: #AB4D8F; }
a { background-color: rgb(171,77,143); }
div.DivClassName
{
background-color: #AB4D8F;
}
.BgClassName
{
background-color: #AB4D8F;
}
</style>
border-color css
<style>
span { border-color: #AB4D8F; }
span { border-color: rgb(171,77,143); }
td.TdClassName
{
border-color: #AB4D8F;
}
.TagClassName
{
border-color: #AB4D8F;
}
</style>