Shades of Lipstick #AB2860
Tints of Lipstick #AB2860
RGB
CMYK
RGB Variations
Color information
#AB2860 (or 0xAB2860) is known color: Lipstick. HEX triplet: AB, 28 and 60. RGB value is (171,40,96). Sum of RGB (Red+Green+Blue) = 171+40+96=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2860 is #54D79F. Grayscale: #555555. Windows color (decimal): -5560224 or 6301867. OLE color: 6301867.
HSL color Cylindrical-coordinate representation of color #AB2860: hue angle of 334.35º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2860 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 96 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.33 |
| HSL | 334.35º | 0.62% | 0.41% | - |
| HSV(B) | 334.35º | 0.77% | 0.67% | - |
| XYZ | 19.66 | 11.02 | 12.16 | - |
| YUV | 85.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 96 | 0 | 0.77 | 0.44 | 0.33 | 334.35 | 0.62 | 0.41 |
| Hex | AB | 28 | 60 | 0 | 4D | 2C | 21 | 14E | 3E | 29 |
| Octal | 253 | 50 | 140 | 0 | 115 | 54 | 41 | 516 | 76 | 51 |
| Binary | 10101011 | 101000 | 1100000 | 0 | 1001101 | 101100 | 100001 | 101001110 | 111110 | 101001 |
Color Harmonies of #AB2860
Complementary color
Monochromatic Colors of #AB2860
Black with #AB2860
Text Example
Text Example
White with #AB2860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2860; }
p { color: rgb(171,40,96); }
H1.HeaderClassName
{
color: #AB2860;
}
.AnyTagClassName
{
color: #AB2860;
}
</style>
background-color css
<style>
a { background-color: #AB2860; }
a { background-color: rgb(171,40,96); }
div.DivClassName
{
background-color: #AB2860;
}
.BgClassName
{
background-color: #AB2860;
}
</style>
border-color css
<style>
span { border-color: #AB2860; }
span { border-color: rgb(171,40,96); }
td.TdClassName
{
border-color: #AB2860;
}
.TagClassName
{
border-color: #AB2860;
}
</style>