Shades of Mulberry #AB4A8E
Tints of Mulberry #AB4A8E
RGB
CMYK
RGB Variations
Color information
#AB4A8E (or 0xAB4A8E) is known color: Mulberry. HEX triplet: AB, 4A and 8E. RGB value is (171,74,142). Sum of RGB (Red+Green+Blue) = 171+74+142=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4A8E is #54B571. Grayscale: #6E6E6E. Windows color (decimal): -5551474 or 9325227. OLE color: 9325227.
HSL color Cylindrical-coordinate representation of color #AB4A8E: hue angle of 317.94º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB4A8E is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 74 | 142 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.33 |
| HSL | 317.94º | 0.4% | 0.48% | - |
| HSV(B) | 317.94º | 0.57% | 0.67% | - |
| XYZ | 24.13 | 15.51 | 27.31 | - |
| YUV | 110.76 | 145.64 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 142 | 0 | 0.57 | 0.17 | 0.33 | 317.94 | 0.4 | 0.48 |
| Hex | AB | 4A | 8E | 0 | 39 | 11 | 21 | 13E | 28 | 30 |
| Octal | 253 | 112 | 216 | 0 | 71 | 21 | 41 | 476 | 50 | 60 |
| Binary | 10101011 | 1001010 | 10001110 | 0 | 111001 | 10001 | 100001 | 100111110 | 101000 | 110000 |
Color Harmonies of #AB4A8E
Complementary color
Monochromatic Colors of #AB4A8E
Black with #AB4A8E
Text Example
Text Example
White with #AB4A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4A8E; }
p { color: rgb(171,74,142); }
H1.HeaderClassName
{
color: #AB4A8E;
}
.AnyTagClassName
{
color: #AB4A8E;
}
</style>
background-color css
<style>
a { background-color: #AB4A8E; }
a { background-color: rgb(171,74,142); }
div.DivClassName
{
background-color: #AB4A8E;
}
.BgClassName
{
background-color: #AB4A8E;
}
</style>
border-color css
<style>
span { border-color: #AB4A8E; }
span { border-color: rgb(171,74,142); }
td.TdClassName
{
border-color: #AB4A8E;
}
.TagClassName
{
border-color: #AB4A8E;
}
</style>