Shades of Lipstick #AB1E4A
Tints of Lipstick #AB1E4A
RGB
CMYK
RGB Variations
Color information
#AB1E4A (or 0xAB1E4A) is known color: Lipstick. HEX triplet: AB, 1E and 4A. RGB value is (171,30,74). Sum of RGB (Red+Green+Blue) = 171+30+74=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB1E4A is #54E1B5. Grayscale: #4D4D4D. Windows color (decimal): -5562806 or 4857515. OLE color: 4857515.
HSL color Cylindrical-coordinate representation of color #AB1E4A: hue angle of 341.28º 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 #AB1E4A is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 30 | 74 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.33 |
| HSL | 341.28º | 0.7% | 0.39% | - |
| HSV(B) | 341.28º | 0.82% | 0.67% | - |
| XYZ | 18.49 | 10.08 | 7.45 | - |
| YUV | 77.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 74 | 0 | 0.82 | 0.57 | 0.33 | 341.28 | 0.7 | 0.39 |
| Hex | AB | 1E | 4A | 0 | 52 | 39 | 21 | 155 | 46 | 27 |
| Octal | 253 | 36 | 112 | 0 | 122 | 71 | 41 | 525 | 106 | 47 |
| Binary | 10101011 | 11110 | 1001010 | 0 | 1010010 | 111001 | 100001 | 101010101 | 1000110 | 100111 |
Color Harmonies of #AB1E4A
Complementary color
Monochromatic Colors of #AB1E4A
Black with #AB1E4A
Text Example
Text Example
White with #AB1E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1E4A; }
p { color: rgb(171,30,74); }
H1.HeaderClassName
{
color: #AB1E4A;
}
.AnyTagClassName
{
color: #AB1E4A;
}
</style>
background-color css
<style>
a { background-color: #AB1E4A; }
a { background-color: rgb(171,30,74); }
div.DivClassName
{
background-color: #AB1E4A;
}
.BgClassName
{
background-color: #AB1E4A;
}
</style>
border-color css
<style>
span { border-color: #AB1E4A; }
span { border-color: rgb(171,30,74); }
td.TdClassName
{
border-color: #AB1E4A;
}
.TagClassName
{
border-color: #AB1E4A;
}
</style>