Shades of Lipstick #AB2A55
Tints of Lipstick #AB2A55
RGB
CMYK
RGB Variations
Color information
#AB2A55 (or 0xAB2A55) is known color: Lipstick. HEX triplet: AB, 2A and 55. RGB value is (171,42,85). Sum of RGB (Red+Green+Blue) = 171+42+85=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2A55 is #54D5AA. Grayscale: #555555. Windows color (decimal): -5559723 or 5581483. OLE color: 5581483.
HSL color Cylindrical-coordinate representation of color #AB2A55: hue angle of 340º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2A55 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 42 | 85 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.33 |
| HSL | 340º | 0.61% | 0.42% | - |
| HSV(B) | 340º | 0.75% | 0.67% | - |
| XYZ | 19.26 | 10.97 | 9.7 | - |
| YUV | 85.47 | 127.74 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 42 | 85 | 0 | 0.75 | 0.50 | 0.33 | 340 | 0.61 | 0.42 |
| Hex | AB | 2A | 55 | 0 | 4B | 32 | 21 | 154 | 3D | 2A |
| Octal | 253 | 52 | 125 | 0 | 113 | 62 | 41 | 524 | 75 | 52 |
| Binary | 10101011 | 101010 | 1010101 | 0 | 1001011 | 110010 | 100001 | 101010100 | 111101 | 101010 |
Color Harmonies of #AB2A55
Complementary color
Monochromatic Colors of #AB2A55
Black with #AB2A55
Text Example
Text Example
White with #AB2A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2A55; }
p { color: rgb(171,42,85); }
H1.HeaderClassName
{
color: #AB2A55;
}
.AnyTagClassName
{
color: #AB2A55;
}
</style>
background-color css
<style>
a { background-color: #AB2A55; }
a { background-color: rgb(171,42,85); }
div.DivClassName
{
background-color: #AB2A55;
}
.BgClassName
{
background-color: #AB2A55;
}
</style>
border-color css
<style>
span { border-color: #AB2A55; }
span { border-color: rgb(171,42,85); }
td.TdClassName
{
border-color: #AB2A55;
}
.TagClassName
{
border-color: #AB2A55;
}
</style>