Shades of Lipstick #AB295D
Tints of Lipstick #AB295D
RGB
CMYK
RGB Variations
Color information
#AB295D (or 0xAB295D) is known color: Lipstick. HEX triplet: AB, 29 and 5D. RGB value is (171,41,93). Sum of RGB (Red+Green+Blue) = 171+41+93=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB295D is #54D6A2. Grayscale: #555555. Windows color (decimal): -5559971 or 6105515. OLE color: 6105515.
HSL color Cylindrical-coordinate representation of color #AB295D: hue angle of 336º 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 #AB295D is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 93 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.33 |
| HSL | 336º | 0.61% | 0.42% | - |
| HSV(B) | 336º | 0.76% | 0.67% | - |
| XYZ | 19.56 | 11.03 | 11.45 | - |
| YUV | 85.8 | 132.07 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 93 | 0 | 0.76 | 0.46 | 0.33 | 336 | 0.61 | 0.42 |
| Hex | AB | 29 | 5D | 0 | 4C | 2E | 21 | 150 | 3D | 2A |
| Octal | 253 | 51 | 135 | 0 | 114 | 56 | 41 | 520 | 75 | 52 |
| Binary | 10101011 | 101001 | 1011101 | 0 | 1001100 | 101110 | 100001 | 101010000 | 111101 | 101010 |
Color Harmonies of #AB295D
Complementary color
Monochromatic Colors of #AB295D
Black with #AB295D
Text Example
Text Example
White with #AB295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB295D; }
p { color: rgb(171,41,93); }
H1.HeaderClassName
{
color: #AB295D;
}
.AnyTagClassName
{
color: #AB295D;
}
</style>
background-color css
<style>
a { background-color: #AB295D; }
a { background-color: rgb(171,41,93); }
div.DivClassName
{
background-color: #AB295D;
}
.BgClassName
{
background-color: #AB295D;
}
</style>
border-color css
<style>
span { border-color: #AB295D; }
span { border-color: rgb(171,41,93); }
td.TdClassName
{
border-color: #AB295D;
}
.TagClassName
{
border-color: #AB295D;
}
</style>