Shades of Lipstick #AB2560
Tints of Lipstick #AB2560
RGB
CMYK
RGB Variations
Color information
#AB2560 (or 0xAB2560) is known color: Lipstick. HEX triplet: AB, 25 and 60. RGB value is (171,37,96). Sum of RGB (Red+Green+Blue) = 171+37+96=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2560 is #54DA9F. Grayscale: #535353. Windows color (decimal): -5560992 or 6301099. OLE color: 6301099.
HSL color Cylindrical-coordinate representation of color #AB2560: hue angle of 333.58º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2560 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 96 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.33 |
| HSL | 333.58º | 0.64% | 0.41% | - |
| HSV(B) | 333.58º | 0.78% | 0.67% | - |
| XYZ | 19.57 | 10.83 | 12.12 | - |
| YUV | 83.79 | 134.89 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 96 | 0 | 0.78 | 0.44 | 0.33 | 333.58 | 0.64 | 0.41 |
| Hex | AB | 25 | 60 | 0 | 4E | 2C | 21 | 14E | 40 | 29 |
| Octal | 253 | 45 | 140 | 0 | 116 | 54 | 41 | 516 | 100 | 51 |
| Binary | 10101011 | 100101 | 1100000 | 0 | 1001110 | 101100 | 100001 | 101001110 | 1000000 | 101001 |
Color Harmonies of #AB2560
Complementary color
Monochromatic Colors of #AB2560
Black with #AB2560
Text Example
Text Example
White with #AB2560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2560; }
p { color: rgb(171,37,96); }
H1.HeaderClassName
{
color: #AB2560;
}
.AnyTagClassName
{
color: #AB2560;
}
</style>
background-color css
<style>
a { background-color: #AB2560; }
a { background-color: rgb(171,37,96); }
div.DivClassName
{
background-color: #AB2560;
}
.BgClassName
{
background-color: #AB2560;
}
</style>
border-color css
<style>
span { border-color: #AB2560; }
span { border-color: rgb(171,37,96); }
td.TdClassName
{
border-color: #AB2560;
}
.TagClassName
{
border-color: #AB2560;
}
</style>