Shades of Lipstick #AB295A
Tints of Lipstick #AB295A
RGB
CMYK
RGB Variations
Color information
#AB295A (or 0xAB295A) is known color: Lipstick. HEX triplet: AB, 29 and 5A. RGB value is (171,41,90). Sum of RGB (Red+Green+Blue) = 171+41+90=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB295A is #54D6A5. Grayscale: #555555. Windows color (decimal): -5559974 or 5908907. OLE color: 5908907.
HSL color Cylindrical-coordinate representation of color #AB295A: hue angle of 337.38º 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 #AB295A is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 90 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.33 |
| HSL | 337.38º | 0.61% | 0.42% | - |
| HSV(B) | 337.38º | 0.76% | 0.67% | - |
| XYZ | 19.43 | 10.98 | 10.77 | - |
| YUV | 85.46 | 130.57 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 90 | 0 | 0.76 | 0.47 | 0.33 | 337.38 | 0.61 | 0.42 |
| Hex | AB | 29 | 5A | 0 | 4C | 2F | 21 | 151 | 3D | 2A |
| Octal | 253 | 51 | 132 | 0 | 114 | 57 | 41 | 521 | 75 | 52 |
| Binary | 10101011 | 101001 | 1011010 | 0 | 1001100 | 101111 | 100001 | 101010001 | 111101 | 101010 |
Color Harmonies of #AB295A
Complementary color
Monochromatic Colors of #AB295A
Black with #AB295A
Text Example
Text Example
White with #AB295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB295A; }
p { color: rgb(171,41,90); }
H1.HeaderClassName
{
color: #AB295A;
}
.AnyTagClassName
{
color: #AB295A;
}
</style>
background-color css
<style>
a { background-color: #AB295A; }
a { background-color: rgb(171,41,90); }
div.DivClassName
{
background-color: #AB295A;
}
.BgClassName
{
background-color: #AB295A;
}
</style>
border-color css
<style>
span { border-color: #AB295A; }
span { border-color: rgb(171,41,90); }
td.TdClassName
{
border-color: #AB295A;
}
.TagClassName
{
border-color: #AB295A;
}
</style>