Shades of Lipstick #AB2155
Tints of Lipstick #AB2155
RGB
CMYK
RGB Variations
Color information
#AB2155 (or 0xAB2155) is known color: Lipstick. HEX triplet: AB, 21 and 55. RGB value is (171,33,85). Sum of RGB (Red+Green+Blue) = 171+33+85=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2155 is #54DEAA. Grayscale: #505050. Windows color (decimal): -5562027 or 5579179. OLE color: 5579179.
HSL color Cylindrical-coordinate representation of color #AB2155: hue angle of 337.39º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2155 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 33 | 85 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.33 |
| HSL | 337.39º | 0.68% | 0.4% | - |
| HSV(B) | 337.39º | 0.81% | 0.67% | - |
| XYZ | 18.98 | 10.4 | 9.6 | - |
| YUV | 80.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 85 | 0 | 0.81 | 0.50 | 0.33 | 337.39 | 0.68 | 0.4 |
| Hex | AB | 21 | 55 | 0 | 51 | 32 | 21 | 151 | 44 | 28 |
| Octal | 253 | 41 | 125 | 0 | 121 | 62 | 41 | 521 | 104 | 50 |
| Binary | 10101011 | 100001 | 1010101 | 0 | 1010001 | 110010 | 100001 | 101010001 | 1000100 | 101000 |
Color Harmonies of #AB2155
Complementary color
Monochromatic Colors of #AB2155
Black with #AB2155
Text Example
Text Example
White with #AB2155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2155; }
p { color: rgb(171,33,85); }
H1.HeaderClassName
{
color: #AB2155;
}
.AnyTagClassName
{
color: #AB2155;
}
</style>
background-color css
<style>
a { background-color: #AB2155; }
a { background-color: rgb(171,33,85); }
div.DivClassName
{
background-color: #AB2155;
}
.BgClassName
{
background-color: #AB2155;
}
</style>
border-color css
<style>
span { border-color: #AB2155; }
span { border-color: rgb(171,33,85); }
td.TdClassName
{
border-color: #AB2155;
}
.TagClassName
{
border-color: #AB2155;
}
</style>