Shades of Lipstick #AB1E4B
Tints of Lipstick #AB1E4B
RGB
CMYK
RGB Variations
Color information
#AB1E4B (or 0xAB1E4B) is known color: Lipstick. HEX triplet: AB, 1E and 4B. RGB value is (171,30,75). Sum of RGB (Red+Green+Blue) = 171+30+75=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1E4B is #54E1B4. Grayscale: #4D4D4D. Windows color (decimal): -5562805 or 4923051. OLE color: 4923051.
HSL color Cylindrical-coordinate representation of color #AB1E4B: hue angle of 340.85º 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 #AB1E4B is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 30 | 75 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.33 |
| HSL | 340.85º | 0.7% | 0.39% | - |
| HSV(B) | 340.85º | 0.82% | 0.67% | - |
| XYZ | 18.53 | 10.09 | 7.63 | - |
| YUV | 77.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 75 | 0 | 0.82 | 0.56 | 0.33 | 340.85 | 0.7 | 0.39 |
| Hex | AB | 1E | 4B | 0 | 52 | 38 | 21 | 155 | 46 | 27 |
| Octal | 253 | 36 | 113 | 0 | 122 | 70 | 41 | 525 | 106 | 47 |
| Binary | 10101011 | 11110 | 1001011 | 0 | 1010010 | 111000 | 100001 | 101010101 | 1000110 | 100111 |
Color Harmonies of #AB1E4B
Complementary color
Monochromatic Colors of #AB1E4B
Black with #AB1E4B
Text Example
Text Example
White with #AB1E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1E4B; }
p { color: rgb(171,30,75); }
H1.HeaderClassName
{
color: #AB1E4B;
}
.AnyTagClassName
{
color: #AB1E4B;
}
</style>
background-color css
<style>
a { background-color: #AB1E4B; }
a { background-color: rgb(171,30,75); }
div.DivClassName
{
background-color: #AB1E4B;
}
.BgClassName
{
background-color: #AB1E4B;
}
</style>
border-color css
<style>
span { border-color: #AB1E4B; }
span { border-color: rgb(171,30,75); }
td.TdClassName
{
border-color: #AB1E4B;
}
.TagClassName
{
border-color: #AB1E4B;
}
</style>