Shades of Lipstick #AB2857
Tints of Lipstick #AB2857
RGB
CMYK
RGB Variations
Color information
#AB2857 (or 0xAB2857) is known color: Lipstick. HEX triplet: AB, 28 and 57. RGB value is (171,40,87). Sum of RGB (Red+Green+Blue) = 171+40+87=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2857 is #54D7A8. Grayscale: #545454. Windows color (decimal): -5560233 or 5712043. OLE color: 5712043.
HSL color Cylindrical-coordinate representation of color #AB2857: hue angle of 338.47º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2857 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 87 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.33 |
| HSL | 338.47º | 0.62% | 0.41% | - |
| HSV(B) | 338.47º | 0.77% | 0.67% | - |
| XYZ | 19.27 | 10.86 | 10.1 | - |
| YUV | 84.53 | 129.4 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 87 | 0 | 0.77 | 0.49 | 0.33 | 338.47 | 0.62 | 0.41 |
| Hex | AB | 28 | 57 | 0 | 4D | 31 | 21 | 152 | 3E | 29 |
| Octal | 253 | 50 | 127 | 0 | 115 | 61 | 41 | 522 | 76 | 51 |
| Binary | 10101011 | 101000 | 1010111 | 0 | 1001101 | 110001 | 100001 | 101010010 | 111110 | 101001 |
Color Harmonies of #AB2857
Complementary color
Monochromatic Colors of #AB2857
Black with #AB2857
Text Example
Text Example
White with #AB2857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2857; }
p { color: rgb(171,40,87); }
H1.HeaderClassName
{
color: #AB2857;
}
.AnyTagClassName
{
color: #AB2857;
}
</style>
background-color css
<style>
a { background-color: #AB2857; }
a { background-color: rgb(171,40,87); }
div.DivClassName
{
background-color: #AB2857;
}
.BgClassName
{
background-color: #AB2857;
}
</style>
border-color css
<style>
span { border-color: #AB2857; }
span { border-color: rgb(171,40,87); }
td.TdClassName
{
border-color: #AB2857;
}
.TagClassName
{
border-color: #AB2857;
}
</style>