Shades of Mulberry #AB508A
Tints of Mulberry #AB508A
RGB
CMYK
RGB Variations
Color information
#AB508A (or 0xAB508A) is known color: Mulberry. HEX triplet: AB, 50 and 8A. RGB value is (171,80,138). Sum of RGB (Red+Green+Blue) = 171+80+138=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB508A is #54AF75. Grayscale: #717171. Windows color (decimal): -5549942 or 9064619. OLE color: 9064619.
HSL color Cylindrical-coordinate representation of color #AB508A: hue angle of 321.76º 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 #AB508A is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 80 | 138 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.33 |
| HSL | 321.76º | 0.36% | 0.49% | - |
| HSV(B) | 321.76º | 0.53% | 0.67% | - |
| XYZ | 24.25 | 16.23 | 25.9 | - |
| YUV | 113.82 | 141.65 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 138 | 0 | 0.53 | 0.19 | 0.33 | 321.76 | 0.36 | 0.49 |
| Hex | AB | 50 | 8A | 0 | 35 | 13 | 21 | 142 | 24 | 31 |
| Octal | 253 | 120 | 212 | 0 | 65 | 23 | 41 | 502 | 44 | 61 |
| Binary | 10101011 | 1010000 | 10001010 | 0 | 110101 | 10011 | 100001 | 101000010 | 100100 | 110001 |
Color Harmonies of #AB508A
Complementary color
Monochromatic Colors of #AB508A
Black with #AB508A
Text Example
Text Example
White with #AB508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB508A; }
p { color: rgb(171,80,138); }
H1.HeaderClassName
{
color: #AB508A;
}
.AnyTagClassName
{
color: #AB508A;
}
</style>
background-color css
<style>
a { background-color: #AB508A; }
a { background-color: rgb(171,80,138); }
div.DivClassName
{
background-color: #AB508A;
}
.BgClassName
{
background-color: #AB508A;
}
</style>
border-color css
<style>
span { border-color: #AB508A; }
span { border-color: rgb(171,80,138); }
td.TdClassName
{
border-color: #AB508A;
}
.TagClassName
{
border-color: #AB508A;
}
</style>