Shades of Mulberry #AB508B
Tints of Mulberry #AB508B
RGB
CMYK
RGB Variations
Color information
#AB508B (or 0xAB508B) is known color: Mulberry. HEX triplet: AB, 50 and 8B. RGB value is (171,80,139). Sum of RGB (Red+Green+Blue) = 171+80+139=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB508B is #54AF74. Grayscale: #717171. Windows color (decimal): -5549941 or 9130155. OLE color: 9130155.
HSL color Cylindrical-coordinate representation of color #AB508B: hue angle of 321.1º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB508B is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 139 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.33 |
| HSL | 321.1º | 0.36% | 0.49% | - |
| HSV(B) | 321.1º | 0.53% | 0.67% | - |
| XYZ | 24.32 | 16.26 | 26.28 | - |
| YUV | 113.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 139 | 0 | 0.53 | 0.19 | 0.33 | 321.1 | 0.36 | 0.49 |
| Hex | AB | 50 | 8B | 0 | 35 | 13 | 21 | 141 | 24 | 31 |
| Octal | 253 | 120 | 213 | 0 | 65 | 23 | 41 | 501 | 44 | 61 |
| Binary | 10101011 | 1010000 | 10001011 | 0 | 110101 | 10011 | 100001 | 101000001 | 100100 | 110001 |
Color Harmonies of #AB508B
Complementary color
Monochromatic Colors of #AB508B
Black with #AB508B
Text Example
Text Example
White with #AB508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB508B; }
p { color: rgb(171,80,139); }
H1.HeaderClassName
{
color: #AB508B;
}
.AnyTagClassName
{
color: #AB508B;
}
</style>
background-color css
<style>
a { background-color: #AB508B; }
a { background-color: rgb(171,80,139); }
div.DivClassName
{
background-color: #AB508B;
}
.BgClassName
{
background-color: #AB508B;
}
</style>
border-color css
<style>
span { border-color: #AB508B; }
span { border-color: rgb(171,80,139); }
td.TdClassName
{
border-color: #AB508B;
}
.TagClassName
{
border-color: #AB508B;
}
</style>