Shades of Lipstick #AB2954
Tints of Lipstick #AB2954
RGB
CMYK
RGB Variations
Color information
#AB2954 (or 0xAB2954) is known color: Lipstick. HEX triplet: AB, 29 and 54. RGB value is (171,41,84). Sum of RGB (Red+Green+Blue) = 171+41+84=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2954 is #54D6AB. Grayscale: #545454. Windows color (decimal): -5559980 or 5515691. OLE color: 5515691.
HSL color Cylindrical-coordinate representation of color #AB2954: hue angle of 340.15º 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 #AB2954 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 84 | - |
| CMYK | 0 | 0.76 | 0.51 | 0.33 |
| HSL | 340.15º | 0.61% | 0.42% | - |
| HSV(B) | 340.15º | 0.76% | 0.67% | - |
| XYZ | 19.19 | 10.88 | 9.48 | - |
| YUV | 84.77 | 127.57 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 84 | 0 | 0.76 | 0.51 | 0.33 | 340.15 | 0.61 | 0.42 |
| Hex | AB | 29 | 54 | 0 | 4C | 33 | 21 | 154 | 3D | 2A |
| Octal | 253 | 51 | 124 | 0 | 114 | 63 | 41 | 524 | 75 | 52 |
| Binary | 10101011 | 101001 | 1010100 | 0 | 1001100 | 110011 | 100001 | 101010100 | 111101 | 101010 |
Color Harmonies of #AB2954
Complementary color
Monochromatic Colors of #AB2954
Black with #AB2954
Text Example
Text Example
White with #AB2954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2954; }
p { color: rgb(171,41,84); }
H1.HeaderClassName
{
color: #AB2954;
}
.AnyTagClassName
{
color: #AB2954;
}
</style>
background-color css
<style>
a { background-color: #AB2954; }
a { background-color: rgb(171,41,84); }
div.DivClassName
{
background-color: #AB2954;
}
.BgClassName
{
background-color: #AB2954;
}
</style>
border-color css
<style>
span { border-color: #AB2954; }
span { border-color: rgb(171,41,84); }
td.TdClassName
{
border-color: #AB2954;
}
.TagClassName
{
border-color: #AB2954;
}
</style>