Shades of Lipstick #AB2957
Tints of Lipstick #AB2957
RGB
CMYK
RGB Variations
Color information
#AB2957 (or 0xAB2957) is known color: Lipstick. HEX triplet: AB, 29 and 57. RGB value is (171,41,87). Sum of RGB (Red+Green+Blue) = 171+41+87=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2957 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2957 is #54D6A8. Grayscale: #555555. Windows color (decimal): -5559977 or 5712299. OLE color: 5712299.
HSL color Cylindrical-coordinate representation of color #AB2957: hue angle of 338.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2957 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 87 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.33 |
| HSL | 338.77º | 0.61% | 0.42% | - |
| HSV(B) | 338.77º | 0.76% | 0.67% | - |
| XYZ | 19.31 | 10.93 | 10.11 | - |
| YUV | 85.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 87 | 0 | 0.76 | 0.49 | 0.33 | 338.77 | 0.61 | 0.42 |
| Hex | AB | 29 | 57 | 0 | 4C | 31 | 21 | 153 | 3D | 2A |
| Octal | 253 | 51 | 127 | 0 | 114 | 61 | 41 | 523 | 75 | 52 |
| Binary | 10101011 | 101001 | 1010111 | 0 | 1001100 | 110001 | 100001 | 101010011 | 111101 | 101010 |
Color Harmonies of #AB2957
Complementary color
Monochromatic Colors of #AB2957
Black with #AB2957
Text Example
Text Example
White with #AB2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2957; }
p { color: rgb(171,41,87); }
H1.HeaderClassName
{
color: #AB2957;
}
.AnyTagClassName
{
color: #AB2957;
}
</style>
background-color css
<style>
a { background-color: #AB2957; }
a { background-color: rgb(171,41,87); }
div.DivClassName
{
background-color: #AB2957;
}
.BgClassName
{
background-color: #AB2957;
}
</style>
border-color css
<style>
span { border-color: #AB2957; }
span { border-color: rgb(171,41,87); }
td.TdClassName
{
border-color: #AB2957;
}
.TagClassName
{
border-color: #AB2957;
}
</style>