Shades of Lipstick #AB2154
Tints of Lipstick #AB2154
RGB
CMYK
RGB Variations
Color information
#AB2154 (or 0xAB2154) is known color: Lipstick. HEX triplet: AB, 21 and 54. RGB value is (171,33,84). Sum of RGB (Red+Green+Blue) = 171+33+84=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2154 is #54DEAB. Grayscale: #505050. Windows color (decimal): -5562028 or 5513643. OLE color: 5513643.
HSL color Cylindrical-coordinate representation of color #AB2154: hue angle of 337.83º 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 #AB2154 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 33 | 84 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.33 |
| HSL | 337.83º | 0.68% | 0.4% | - |
| HSV(B) | 337.83º | 0.81% | 0.67% | - |
| XYZ | 18.94 | 10.39 | 9.39 | - |
| YUV | 80.08 | 130.22 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 84 | 0 | 0.81 | 0.51 | 0.33 | 337.83 | 0.68 | 0.4 |
| Hex | AB | 21 | 54 | 0 | 51 | 33 | 21 | 152 | 44 | 28 |
| Octal | 253 | 41 | 124 | 0 | 121 | 63 | 41 | 522 | 104 | 50 |
| Binary | 10101011 | 100001 | 1010100 | 0 | 1010001 | 110011 | 100001 | 101010010 | 1000100 | 101000 |
Color Harmonies of #AB2154
Complementary color
Monochromatic Colors of #AB2154
Black with #AB2154
Text Example
Text Example
White with #AB2154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2154; }
p { color: rgb(171,33,84); }
H1.HeaderClassName
{
color: #AB2154;
}
.AnyTagClassName
{
color: #AB2154;
}
</style>
background-color css
<style>
a { background-color: #AB2154; }
a { background-color: rgb(171,33,84); }
div.DivClassName
{
background-color: #AB2154;
}
.BgClassName
{
background-color: #AB2154;
}
</style>
border-color css
<style>
span { border-color: #AB2154; }
span { border-color: rgb(171,33,84); }
td.TdClassName
{
border-color: #AB2154;
}
.TagClassName
{
border-color: #AB2154;
}
</style>