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