Shades of Lipstick #AB2652
Tints of Lipstick #AB2652
RGB
CMYK
RGB Variations
Color information
#AB2652 (or 0xAB2652) is known color: Lipstick. HEX triplet: AB, 26 and 52. RGB value is (171,38,82). Sum of RGB (Red+Green+Blue) = 171+38+82=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2652 is #54D9AD. Grayscale: #525252. Windows color (decimal): -5560750 or 5383851. OLE color: 5383851.
HSL color Cylindrical-coordinate representation of color #AB2652: hue angle of 340.15º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2652 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 82 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.33 |
| HSL | 340.15º | 0.64% | 0.41% | - |
| HSV(B) | 340.15º | 0.78% | 0.67% | - |
| XYZ | 19.01 | 10.65 | 9.04 | - |
| YUV | 82.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 82 | 0 | 0.78 | 0.52 | 0.33 | 340.15 | 0.64 | 0.41 |
| Hex | AB | 26 | 52 | 0 | 4E | 34 | 21 | 154 | 40 | 29 |
| Octal | 253 | 46 | 122 | 0 | 116 | 64 | 41 | 524 | 100 | 51 |
| Binary | 10101011 | 100110 | 1010010 | 0 | 1001110 | 110100 | 100001 | 101010100 | 1000000 | 101001 |
Color Harmonies of #AB2652
Complementary color
Monochromatic Colors of #AB2652
Black with #AB2652
Text Example
Text Example
White with #AB2652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2652; }
p { color: rgb(171,38,82); }
H1.HeaderClassName
{
color: #AB2652;
}
.AnyTagClassName
{
color: #AB2652;
}
</style>
background-color css
<style>
a { background-color: #AB2652; }
a { background-color: rgb(171,38,82); }
div.DivClassName
{
background-color: #AB2652;
}
.BgClassName
{
background-color: #AB2652;
}
</style>
border-color css
<style>
span { border-color: #AB2652; }
span { border-color: rgb(171,38,82); }
td.TdClassName
{
border-color: #AB2652;
}
.TagClassName
{
border-color: #AB2652;
}
</style>