Shades of Mulberry #AB568B
Tints of Mulberry #AB568B
RGB
CMYK
RGB Variations
Color information
#AB568B (or 0xAB568B) is known color: Mulberry. HEX triplet: AB, 56 and 8B. RGB value is (171,86,139). Sum of RGB (Red+Green+Blue) = 171+86+139=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #AB568B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB568B is #54A974. Grayscale: #757575. Windows color (decimal): -5548405 or 9131691. OLE color: 9131691.
HSL color Cylindrical-coordinate representation of color #AB568B: hue angle of 322.59º 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 #AB568B is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 86 | 139 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.33 |
| HSL | 322.59º | 0.34% | 0.5% | - |
| HSV(B) | 322.59º | 0.5% | 0.67% | - |
| XYZ | 24.78 | 17.18 | 26.44 | - |
| YUV | 117.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 139 | 0 | 0.50 | 0.19 | 0.33 | 322.59 | 0.34 | 0.5 |
| Hex | AB | 56 | 8B | 0 | 32 | 13 | 21 | 143 | 22 | 32 |
| Octal | 253 | 126 | 213 | 0 | 62 | 23 | 41 | 503 | 42 | 62 |
| Binary | 10101011 | 1010110 | 10001011 | 0 | 110010 | 10011 | 100001 | 101000011 | 100010 | 110010 |
Color Harmonies of #AB568B
Complementary color
Monochromatic Colors of #AB568B
Black with #AB568B
Text Example
Text Example
White with #AB568B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB568B; }
p { color: rgb(171,86,139); }
H1.HeaderClassName
{
color: #AB568B;
}
.AnyTagClassName
{
color: #AB568B;
}
</style>
background-color css
<style>
a { background-color: #AB568B; }
a { background-color: rgb(171,86,139); }
div.DivClassName
{
background-color: #AB568B;
}
.BgClassName
{
background-color: #AB568B;
}
</style>
border-color css
<style>
span { border-color: #AB568B; }
span { border-color: rgb(171,86,139); }
td.TdClassName
{
border-color: #AB568B;
}
.TagClassName
{
border-color: #AB568B;
}
</style>