Shades of Lipstick #AB2852
Tints of Lipstick #AB2852
RGB
CMYK
RGB Variations
Color information
#AB2852 (or 0xAB2852) is known color: Lipstick. HEX triplet: AB, 28 and 52. RGB value is (171,40,82). Sum of RGB (Red+Green+Blue) = 171+40+82=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2852 is #54D7AD. Grayscale: #535353. Windows color (decimal): -5560238 or 5384363. OLE color: 5384363.
HSL color Cylindrical-coordinate representation of color #AB2852: hue angle of 340.76º 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 #AB2852 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 82 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.33 |
| HSL | 340.76º | 0.62% | 0.41% | - |
| HSV(B) | 340.76º | 0.77% | 0.67% | - |
| XYZ | 19.08 | 10.78 | 9.06 | - |
| YUV | 83.96 | 126.9 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 82 | 0 | 0.77 | 0.52 | 0.33 | 340.76 | 0.62 | 0.41 |
| Hex | AB | 28 | 52 | 0 | 4D | 34 | 21 | 155 | 3E | 29 |
| Octal | 253 | 50 | 122 | 0 | 115 | 64 | 41 | 525 | 76 | 51 |
| Binary | 10101011 | 101000 | 1010010 | 0 | 1001101 | 110100 | 100001 | 101010101 | 111110 | 101001 |
Color Harmonies of #AB2852
Complementary color
Monochromatic Colors of #AB2852
Black with #AB2852
Text Example
Text Example
White with #AB2852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2852; }
p { color: rgb(171,40,82); }
H1.HeaderClassName
{
color: #AB2852;
}
.AnyTagClassName
{
color: #AB2852;
}
</style>
background-color css
<style>
a { background-color: #AB2852; }
a { background-color: rgb(171,40,82); }
div.DivClassName
{
background-color: #AB2852;
}
.BgClassName
{
background-color: #AB2852;
}
</style>
border-color css
<style>
span { border-color: #AB2852; }
span { border-color: rgb(171,40,82); }
td.TdClassName
{
border-color: #AB2852;
}
.TagClassName
{
border-color: #AB2852;
}
</style>