Shades of Lipstick #AB2955
Tints of Lipstick #AB2955
RGB
CMYK
RGB Variations
Color information
#AB2955 (or 0xAB2955) is known color: Lipstick. HEX triplet: AB, 29 and 55. RGB value is (171,41,85). Sum of RGB (Red+Green+Blue) = 171+41+85=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2955 is #54D6AA. Grayscale: #545454. Windows color (decimal): -5559979 or 5581227. OLE color: 5581227.
HSL color Cylindrical-coordinate representation of color #AB2955: hue angle of 339.69º 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 #AB2955 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 85 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.33 |
| HSL | 339.69º | 0.61% | 0.42% | - |
| HSV(B) | 339.69º | 0.76% | 0.67% | - |
| XYZ | 19.23 | 10.9 | 9.68 | - |
| YUV | 84.89 | 128.07 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 85 | 0 | 0.76 | 0.50 | 0.33 | 339.69 | 0.61 | 0.42 |
| Hex | AB | 29 | 55 | 0 | 4C | 32 | 21 | 154 | 3D | 2A |
| Octal | 253 | 51 | 125 | 0 | 114 | 62 | 41 | 524 | 75 | 52 |
| Binary | 10101011 | 101001 | 1010101 | 0 | 1001100 | 110010 | 100001 | 101010100 | 111101 | 101010 |
Color Harmonies of #AB2955
Complementary color
Monochromatic Colors of #AB2955
Black with #AB2955
Text Example
Text Example
White with #AB2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2955; }
p { color: rgb(171,41,85); }
H1.HeaderClassName
{
color: #AB2955;
}
.AnyTagClassName
{
color: #AB2955;
}
</style>
background-color css
<style>
a { background-color: #AB2955; }
a { background-color: rgb(171,41,85); }
div.DivClassName
{
background-color: #AB2955;
}
.BgClassName
{
background-color: #AB2955;
}
</style>
border-color css
<style>
span { border-color: #AB2955; }
span { border-color: rgb(171,41,85); }
td.TdClassName
{
border-color: #AB2955;
}
.TagClassName
{
border-color: #AB2955;
}
</style>