Shades of Mulberry #AB568F
Tints of Mulberry #AB568F
RGB
CMYK
RGB Variations
Color information
#AB568F (or 0xAB568F) is known color: Mulberry. HEX triplet: AB, 56 and 8F. RGB value is (171,86,143). Sum of RGB (Red+Green+Blue) = 171+86+143=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB568F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB568F is #54A970. Grayscale: #757575. Windows color (decimal): -5548401 or 9393835. OLE color: 9393835.
HSL color Cylindrical-coordinate representation of color #AB568F: hue angle of 319.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB568F is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 143 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.33 |
| HSL | 319.76º | 0.34% | 0.5% | - |
| HSV(B) | 319.76º | 0.5% | 0.67% | - |
| XYZ | 25.08 | 17.3 | 28 | - |
| YUV | 117.91 | 142.16 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 143 | 0 | 0.50 | 0.16 | 0.33 | 319.76 | 0.34 | 0.5 |
| Hex | AB | 56 | 8F | 0 | 32 | 10 | 21 | 140 | 22 | 32 |
| Octal | 253 | 126 | 217 | 0 | 62 | 20 | 41 | 500 | 42 | 62 |
| Binary | 10101011 | 1010110 | 10001111 | 0 | 110010 | 10000 | 100001 | 101000000 | 100010 | 110010 |
Color Harmonies of #AB568F
Complementary color
Monochromatic Colors of #AB568F
Black with #AB568F
Text Example
Text Example
White with #AB568F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB568F; }
p { color: rgb(171,86,143); }
H1.HeaderClassName
{
color: #AB568F;
}
.AnyTagClassName
{
color: #AB568F;
}
</style>
background-color css
<style>
a { background-color: #AB568F; }
a { background-color: rgb(171,86,143); }
div.DivClassName
{
background-color: #AB568F;
}
.BgClassName
{
background-color: #AB568F;
}
</style>
border-color css
<style>
span { border-color: #AB568F; }
span { border-color: rgb(171,86,143); }
td.TdClassName
{
border-color: #AB568F;
}
.TagClassName
{
border-color: #AB568F;
}
</style>