Shades of Lipstick #AB2050
Tints of Lipstick #AB2050
RGB
CMYK
RGB Variations
Color information
#AB2050 (or 0xAB2050) is known color: Lipstick. HEX triplet: AB, 20 and 50. RGB value is (171,32,80). Sum of RGB (Red+Green+Blue) = 171+32+80=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2050 is #54DFAF. Grayscale: #4E4E4E. Windows color (decimal): -5562288 or 5251243. OLE color: 5251243.
HSL color Cylindrical-coordinate representation of color #AB2050: hue angle of 339.28º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2050 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 80 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.33 |
| HSL | 339.28º | 0.68% | 0.4% | - |
| HSV(B) | 339.28º | 0.81% | 0.67% | - |
| XYZ | 18.76 | 10.27 | 8.58 | - |
| YUV | 79.03 | 128.55 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 80 | 0 | 0.81 | 0.53 | 0.33 | 339.28 | 0.68 | 0.4 |
| Hex | AB | 20 | 50 | 0 | 51 | 35 | 21 | 153 | 44 | 28 |
| Octal | 253 | 40 | 120 | 0 | 121 | 65 | 41 | 523 | 104 | 50 |
| Binary | 10101011 | 100000 | 1010000 | 0 | 1010001 | 110101 | 100001 | 101010011 | 1000100 | 101000 |
Color Harmonies of #AB2050
Complementary color
Monochromatic Colors of #AB2050
Black with #AB2050
Text Example
Text Example
White with #AB2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2050; }
p { color: rgb(171,32,80); }
H1.HeaderClassName
{
color: #AB2050;
}
.AnyTagClassName
{
color: #AB2050;
}
</style>
background-color css
<style>
a { background-color: #AB2050; }
a { background-color: rgb(171,32,80); }
div.DivClassName
{
background-color: #AB2050;
}
.BgClassName
{
background-color: #AB2050;
}
</style>
border-color css
<style>
span { border-color: #AB2050; }
span { border-color: rgb(171,32,80); }
td.TdClassName
{
border-color: #AB2050;
}
.TagClassName
{
border-color: #AB2050;
}
</style>