Shades of Lipstick #AB2756
Tints of Lipstick #AB2756
RGB
CMYK
RGB Variations
Color information
#AB2756 (or 0xAB2756) is known color: Lipstick. HEX triplet: AB, 27 and 56. RGB value is (171,39,86). Sum of RGB (Red+Green+Blue) = 171+39+86=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2756 is #54D8A9. Grayscale: #535353. Windows color (decimal): -5560490 or 5646251. OLE color: 5646251.
HSL color Cylindrical-coordinate representation of color #AB2756: hue angle of 338.64º degrees, saturation: 0.63, 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 #AB2756 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 86 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.33 |
| HSL | 338.64º | 0.63% | 0.41% | - |
| HSV(B) | 338.64º | 0.77% | 0.67% | - |
| XYZ | 19.2 | 10.78 | 9.87 | - |
| YUV | 83.83 | 129.23 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 86 | 0 | 0.77 | 0.50 | 0.33 | 338.64 | 0.63 | 0.41 |
| Hex | AB | 27 | 56 | 0 | 4D | 32 | 21 | 153 | 3F | 29 |
| Octal | 253 | 47 | 126 | 0 | 115 | 62 | 41 | 523 | 77 | 51 |
| Binary | 10101011 | 100111 | 1010110 | 0 | 1001101 | 110010 | 100001 | 101010011 | 111111 | 101001 |
Color Harmonies of #AB2756
Complementary color
Monochromatic Colors of #AB2756
Black with #AB2756
Text Example
Text Example
White with #AB2756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2756; }
p { color: rgb(171,39,86); }
H1.HeaderClassName
{
color: #AB2756;
}
.AnyTagClassName
{
color: #AB2756;
}
</style>
background-color css
<style>
a { background-color: #AB2756; }
a { background-color: rgb(171,39,86); }
div.DivClassName
{
background-color: #AB2756;
}
.BgClassName
{
background-color: #AB2756;
}
</style>
border-color css
<style>
span { border-color: #AB2756; }
span { border-color: rgb(171,39,86); }
td.TdClassName
{
border-color: #AB2756;
}
.TagClassName
{
border-color: #AB2756;
}
</style>