Shades of Lipstick #AB295B
Tints of Lipstick #AB295B
RGB
CMYK
RGB Variations
Color information
#AB295B (or 0xAB295B) is known color: Lipstick. HEX triplet: AB, 29 and 5B. RGB value is (171,41,91). Sum of RGB (Red+Green+Blue) = 171+41+91=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB295B is #54D6A4. Grayscale: #555555. Windows color (decimal): -5559973 or 5974443. OLE color: 5974443.
HSL color Cylindrical-coordinate representation of color #AB295B: hue angle of 336.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB295B is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 91 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.33 |
| HSL | 336.92º | 0.61% | 0.42% | - |
| HSV(B) | 336.92º | 0.76% | 0.67% | - |
| XYZ | 19.48 | 11 | 10.99 | - |
| YUV | 85.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 91 | 0 | 0.76 | 0.47 | 0.33 | 336.92 | 0.61 | 0.42 |
| Hex | AB | 29 | 5B | 0 | 4C | 2F | 21 | 151 | 3D | 2A |
| Octal | 253 | 51 | 133 | 0 | 114 | 57 | 41 | 521 | 75 | 52 |
| Binary | 10101011 | 101001 | 1011011 | 0 | 1001100 | 101111 | 100001 | 101010001 | 111101 | 101010 |
Color Harmonies of #AB295B
Complementary color
Monochromatic Colors of #AB295B
Black with #AB295B
Text Example
Text Example
White with #AB295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB295B; }
p { color: rgb(171,41,91); }
H1.HeaderClassName
{
color: #AB295B;
}
.AnyTagClassName
{
color: #AB295B;
}
</style>
background-color css
<style>
a { background-color: #AB295B; }
a { background-color: rgb(171,41,91); }
div.DivClassName
{
background-color: #AB295B;
}
.BgClassName
{
background-color: #AB295B;
}
</style>
border-color css
<style>
span { border-color: #AB295B; }
span { border-color: rgb(171,41,91); }
td.TdClassName
{
border-color: #AB295B;
}
.TagClassName
{
border-color: #AB295B;
}
</style>