Shades of Mulberry #AB4D8B
Tints of Mulberry #AB4D8B
RGB
CMYK
RGB Variations
Color information
#AB4D8B (or 0xAB4D8B) is known color: Mulberry. HEX triplet: AB, 4D and 8B. RGB value is (171,77,139). Sum of RGB (Red+Green+Blue) = 171+77+139=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB4D8B is #54B274. Grayscale: #707070. Windows color (decimal): -5550709 or 9129387. OLE color: 9129387.
HSL color Cylindrical-coordinate representation of color #AB4D8B: hue angle of 320.43º 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 #AB4D8B is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 77 | 139 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.33 |
| HSL | 320.43º | 0.38% | 0.49% | - |
| HSV(B) | 320.43º | 0.55% | 0.67% | - |
| XYZ | 24.11 | 15.83 | 26.21 | - |
| YUV | 112.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 139 | 0 | 0.55 | 0.19 | 0.33 | 320.43 | 0.38 | 0.49 |
| Hex | AB | 4D | 8B | 0 | 37 | 13 | 21 | 140 | 26 | 31 |
| Octal | 253 | 115 | 213 | 0 | 67 | 23 | 41 | 500 | 46 | 61 |
| Binary | 10101011 | 1001101 | 10001011 | 0 | 110111 | 10011 | 100001 | 101000000 | 100110 | 110001 |
Color Harmonies of #AB4D8B
Complementary color
Monochromatic Colors of #AB4D8B
Black with #AB4D8B
Text Example
Text Example
White with #AB4D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4D8B; }
p { color: rgb(171,77,139); }
H1.HeaderClassName
{
color: #AB4D8B;
}
.AnyTagClassName
{
color: #AB4D8B;
}
</style>
background-color css
<style>
a { background-color: #AB4D8B; }
a { background-color: rgb(171,77,139); }
div.DivClassName
{
background-color: #AB4D8B;
}
.BgClassName
{
background-color: #AB4D8B;
}
</style>
border-color css
<style>
span { border-color: #AB4D8B; }
span { border-color: rgb(171,77,139); }
td.TdClassName
{
border-color: #AB4D8B;
}
.TagClassName
{
border-color: #AB4D8B;
}
</style>