Shades of Mulberry #AB538F
Tints of Mulberry #AB538F
RGB
CMYK
RGB Variations
Color information
#AB538F (or 0xAB538F) is known color: Mulberry. HEX triplet: AB, 53 and 8F. RGB value is (171,83,143). Sum of RGB (Red+Green+Blue) = 171+83+143=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB538F is #54AC70. Grayscale: #747474. Windows color (decimal): -5549169 or 9393067. OLE color: 9393067.
HSL color Cylindrical-coordinate representation of color #AB538F: hue angle of 319.09º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB538F is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 83 | 143 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.33 |
| HSL | 319.09º | 0.35% | 0.5% | - |
| HSV(B) | 319.09º | 0.51% | 0.67% | - |
| XYZ | 24.85 | 16.83 | 27.93 | - |
| YUV | 116.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 143 | 0 | 0.51 | 0.16 | 0.33 | 319.09 | 0.35 | 0.5 |
| Hex | AB | 53 | 8F | 0 | 33 | 10 | 21 | 13F | 23 | 32 |
| Octal | 253 | 123 | 217 | 0 | 63 | 20 | 41 | 477 | 43 | 62 |
| Binary | 10101011 | 1010011 | 10001111 | 0 | 110011 | 10000 | 100001 | 100111111 | 100011 | 110010 |
Color Harmonies of #AB538F
Complementary color
Monochromatic Colors of #AB538F
Black with #AB538F
Text Example
Text Example
White with #AB538F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB538F; }
p { color: rgb(171,83,143); }
H1.HeaderClassName
{
color: #AB538F;
}
.AnyTagClassName
{
color: #AB538F;
}
</style>
background-color css
<style>
a { background-color: #AB538F; }
a { background-color: rgb(171,83,143); }
div.DivClassName
{
background-color: #AB538F;
}
.BgClassName
{
background-color: #AB538F;
}
</style>
border-color css
<style>
span { border-color: #AB538F; }
span { border-color: rgb(171,83,143); }
td.TdClassName
{
border-color: #AB538F;
}
.TagClassName
{
border-color: #AB538F;
}
</style>