Shades of Lipstick #AB1E4E
Tints of Lipstick #AB1E4E
RGB
CMYK
RGB Variations
Color information
#AB1E4E (or 0xAB1E4E) is known color: Lipstick. HEX triplet: AB, 1E and 4E. RGB value is (171,30,78). Sum of RGB (Red+Green+Blue) = 171+30+78=279 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.29% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1E4E is #54E1B1. Grayscale: #4D4D4D. Windows color (decimal): -5562802 or 5119659. OLE color: 5119659.
HSL color Cylindrical-coordinate representation of color #AB1E4E: hue angle of 339.57º 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 #AB1E4E is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 30 | 78 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.33 |
| HSL | 339.57º | 0.7% | 0.39% | - |
| HSV(B) | 339.57º | 0.82% | 0.67% | - |
| XYZ | 18.63 | 10.14 | 8.18 | - |
| YUV | 77.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 78 | 0 | 0.82 | 0.54 | 0.33 | 339.57 | 0.7 | 0.39 |
| Hex | AB | 1E | 4E | 0 | 52 | 36 | 21 | 154 | 46 | 27 |
| Octal | 253 | 36 | 116 | 0 | 122 | 66 | 41 | 524 | 106 | 47 |
| Binary | 10101011 | 11110 | 1001110 | 0 | 1010010 | 110110 | 100001 | 101010100 | 1000110 | 100111 |
Color Harmonies of #AB1E4E
Complementary color
Monochromatic Colors of #AB1E4E
Black with #AB1E4E
Text Example
Text Example
White with #AB1E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1E4E; }
p { color: rgb(171,30,78); }
H1.HeaderClassName
{
color: #AB1E4E;
}
.AnyTagClassName
{
color: #AB1E4E;
}
</style>
background-color css
<style>
a { background-color: #AB1E4E; }
a { background-color: rgb(171,30,78); }
div.DivClassName
{
background-color: #AB1E4E;
}
.BgClassName
{
background-color: #AB1E4E;
}
</style>
border-color css
<style>
span { border-color: #AB1E4E; }
span { border-color: rgb(171,30,78); }
td.TdClassName
{
border-color: #AB1E4E;
}
.TagClassName
{
border-color: #AB1E4E;
}
</style>