Shades of Lipstick #AB1E4C
Tints of Lipstick #AB1E4C
RGB
CMYK
RGB Variations
Color information
#AB1E4C (or 0xAB1E4C) is known color: Lipstick. HEX triplet: AB, 1E and 4C. RGB value is (171,30,76). Sum of RGB (Red+Green+Blue) = 171+30+76=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1E4C is #54E1B3. Grayscale: #4D4D4D. Windows color (decimal): -5562804 or 4988587. OLE color: 4988587.
HSL color Cylindrical-coordinate representation of color #AB1E4C: hue angle of 340.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1E4C is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 30 | 76 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.33 |
| HSL | 340.43º | 0.7% | 0.39% | - |
| HSV(B) | 340.43º | 0.82% | 0.67% | - |
| XYZ | 18.56 | 10.11 | 7.81 | - |
| YUV | 77.4 | 127.21 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 76 | 0 | 0.82 | 0.56 | 0.33 | 340.43 | 0.7 | 0.39 |
| Hex | AB | 1E | 4C | 0 | 52 | 38 | 21 | 154 | 46 | 27 |
| Octal | 253 | 36 | 114 | 0 | 122 | 70 | 41 | 524 | 106 | 47 |
| Binary | 10101011 | 11110 | 1001100 | 0 | 1010010 | 111000 | 100001 | 101010100 | 1000110 | 100111 |
Color Harmonies of #AB1E4C
Complementary color
Monochromatic Colors of #AB1E4C
Black with #AB1E4C
Text Example
Text Example
White with #AB1E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1E4C; }
p { color: rgb(171,30,76); }
H1.HeaderClassName
{
color: #AB1E4C;
}
.AnyTagClassName
{
color: #AB1E4C;
}
</style>
background-color css
<style>
a { background-color: #AB1E4C; }
a { background-color: rgb(171,30,76); }
div.DivClassName
{
background-color: #AB1E4C;
}
.BgClassName
{
background-color: #AB1E4C;
}
</style>
border-color css
<style>
span { border-color: #AB1E4C; }
span { border-color: rgb(171,30,76); }
td.TdClassName
{
border-color: #AB1E4C;
}
.TagClassName
{
border-color: #AB1E4C;
}
</style>