Shades of Lipstick #AB2755
Tints of Lipstick #AB2755
RGB
CMYK
RGB Variations
Color information
#AB2755 (or 0xAB2755) is known color: Lipstick. HEX triplet: AB, 27 and 55. RGB value is (171,39,85). Sum of RGB (Red+Green+Blue) = 171+39+85=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2755 is #54D8AA. Grayscale: #535353. Windows color (decimal): -5560491 or 5580715. OLE color: 5580715.
HSL color Cylindrical-coordinate representation of color #AB2755: hue angle of 339.09º 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 #AB2755 is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 85 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.33 |
| HSL | 339.09º | 0.63% | 0.41% | - |
| HSV(B) | 339.09º | 0.77% | 0.67% | - |
| XYZ | 19.16 | 10.76 | 9.66 | - |
| YUV | 83.71 | 128.73 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 85 | 0 | 0.77 | 0.50 | 0.33 | 339.09 | 0.63 | 0.41 |
| Hex | AB | 27 | 55 | 0 | 4D | 32 | 21 | 153 | 3F | 29 |
| Octal | 253 | 47 | 125 | 0 | 115 | 62 | 41 | 523 | 77 | 51 |
| Binary | 10101011 | 100111 | 1010101 | 0 | 1001101 | 110010 | 100001 | 101010011 | 111111 | 101001 |
Color Harmonies of #AB2755
Complementary color
Monochromatic Colors of #AB2755
Black with #AB2755
Text Example
Text Example
White with #AB2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2755; }
p { color: rgb(171,39,85); }
H1.HeaderClassName
{
color: #AB2755;
}
.AnyTagClassName
{
color: #AB2755;
}
</style>
background-color css
<style>
a { background-color: #AB2755; }
a { background-color: rgb(171,39,85); }
div.DivClassName
{
background-color: #AB2755;
}
.BgClassName
{
background-color: #AB2755;
}
</style>
border-color css
<style>
span { border-color: #AB2755; }
span { border-color: rgb(171,39,85); }
td.TdClassName
{
border-color: #AB2755;
}
.TagClassName
{
border-color: #AB2755;
}
</style>