Shades of Mulberry #AB4A8C
Tints of Mulberry #AB4A8C
RGB
CMYK
RGB Variations
Color information
#AB4A8C (or 0xAB4A8C) is known color: Mulberry. HEX triplet: AB, 4A and 8C. RGB value is (171,74,140). Sum of RGB (Red+Green+Blue) = 171+74+140=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4A8C is #54B573. Grayscale: #6E6E6E. Windows color (decimal): -5551476 or 9194155. OLE color: 9194155.
HSL color Cylindrical-coordinate representation of color #AB4A8C: hue angle of 319.18º 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 #AB4A8C is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 74 | 140 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.33 |
| HSL | 319.18º | 0.4% | 0.48% | - |
| HSV(B) | 319.18º | 0.57% | 0.67% | - |
| XYZ | 23.98 | 15.45 | 26.53 | - |
| YUV | 110.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 140 | 0 | 0.57 | 0.18 | 0.33 | 319.18 | 0.4 | 0.48 |
| Hex | AB | 4A | 8C | 0 | 39 | 12 | 21 | 13F | 28 | 30 |
| Octal | 253 | 112 | 214 | 0 | 71 | 22 | 41 | 477 | 50 | 60 |
| Binary | 10101011 | 1001010 | 10001100 | 0 | 111001 | 10010 | 100001 | 100111111 | 101000 | 110000 |
Color Harmonies of #AB4A8C
Complementary color
Monochromatic Colors of #AB4A8C
Black with #AB4A8C
Text Example
Text Example
White with #AB4A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4A8C; }
p { color: rgb(171,74,140); }
H1.HeaderClassName
{
color: #AB4A8C;
}
.AnyTagClassName
{
color: #AB4A8C;
}
</style>
background-color css
<style>
a { background-color: #AB4A8C; }
a { background-color: rgb(171,74,140); }
div.DivClassName
{
background-color: #AB4A8C;
}
.BgClassName
{
background-color: #AB4A8C;
}
</style>
border-color css
<style>
span { border-color: #AB4A8C; }
span { border-color: rgb(171,74,140); }
td.TdClassName
{
border-color: #AB4A8C;
}
.TagClassName
{
border-color: #AB4A8C;
}
</style>