Shades of Lipstick #AB1E54
Tints of Lipstick #AB1E54
RGB
CMYK
RGB Variations
Color information
#AB1E54 (or 0xAB1E54) is known color: Lipstick. HEX triplet: AB, 1E and 54. RGB value is (171,30,84). Sum of RGB (Red+Green+Blue) = 171+30+84=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1E54 is #54E1AB. Grayscale: #4E4E4E. Windows color (decimal): -5562796 or 5512875. OLE color: 5512875.
HSL color Cylindrical-coordinate representation of color #AB1E54: hue angle of 337.02º 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 #AB1E54 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 30 | 84 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.33 |
| HSL | 337.02º | 0.7% | 0.39% | - |
| HSV(B) | 337.02º | 0.82% | 0.67% | - |
| XYZ | 18.86 | 10.23 | 9.37 | - |
| YUV | 78.32 | 131.21 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 84 | 0 | 0.82 | 0.51 | 0.33 | 337.02 | 0.7 | 0.39 |
| Hex | AB | 1E | 54 | 0 | 52 | 33 | 21 | 151 | 46 | 27 |
| Octal | 253 | 36 | 124 | 0 | 122 | 63 | 41 | 521 | 106 | 47 |
| Binary | 10101011 | 11110 | 1010100 | 0 | 1010010 | 110011 | 100001 | 101010001 | 1000110 | 100111 |
Color Harmonies of #AB1E54
Complementary color
Monochromatic Colors of #AB1E54
Black with #AB1E54
Text Example
Text Example
White with #AB1E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1E54; }
p { color: rgb(171,30,84); }
H1.HeaderClassName
{
color: #AB1E54;
}
.AnyTagClassName
{
color: #AB1E54;
}
</style>
background-color css
<style>
a { background-color: #AB1E54; }
a { background-color: rgb(171,30,84); }
div.DivClassName
{
background-color: #AB1E54;
}
.BgClassName
{
background-color: #AB1E54;
}
</style>
border-color css
<style>
span { border-color: #AB1E54; }
span { border-color: rgb(171,30,84); }
td.TdClassName
{
border-color: #AB1E54;
}
.TagClassName
{
border-color: #AB1E54;
}
</style>