Shades of Mulberry #AB528C
Tints of Mulberry #AB528C
RGB
CMYK
RGB Variations
Color information
#AB528C (or 0xAB528C) is known color: Mulberry. HEX triplet: AB, 52 and 8C. RGB value is (171,82,140). Sum of RGB (Red+Green+Blue) = 171+82+140=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 171 - color contains mainly: red. Hex color #AB528C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB528C is #54AD73. Grayscale: #737373. Windows color (decimal): -5549428 or 9196203. OLE color: 9196203.
HSL color Cylindrical-coordinate representation of color #AB528C: hue angle of 320.9º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB528C is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 82 | 140 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.33 |
| HSL | 320.9º | 0.35% | 0.5% | - |
| HSV(B) | 320.9º | 0.52% | 0.67% | - |
| XYZ | 24.55 | 16.59 | 26.72 | - |
| YUV | 115.22 | 141.99 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 140 | 0 | 0.52 | 0.18 | 0.33 | 320.9 | 0.35 | 0.5 |
| Hex | AB | 52 | 8C | 0 | 34 | 12 | 21 | 141 | 23 | 32 |
| Octal | 253 | 122 | 214 | 0 | 64 | 22 | 41 | 501 | 43 | 62 |
| Binary | 10101011 | 1010010 | 10001100 | 0 | 110100 | 10010 | 100001 | 101000001 | 100011 | 110010 |
Color Harmonies of #AB528C
Complementary color
Monochromatic Colors of #AB528C
Black with #AB528C
Text Example
Text Example
White with #AB528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB528C; }
p { color: rgb(171,82,140); }
H1.HeaderClassName
{
color: #AB528C;
}
.AnyTagClassName
{
color: #AB528C;
}
</style>
background-color css
<style>
a { background-color: #AB528C; }
a { background-color: rgb(171,82,140); }
div.DivClassName
{
background-color: #AB528C;
}
.BgClassName
{
background-color: #AB528C;
}
</style>
border-color css
<style>
span { border-color: #AB528C; }
span { border-color: rgb(171,82,140); }
td.TdClassName
{
border-color: #AB528C;
}
.TagClassName
{
border-color: #AB528C;
}
</style>