Shades of Lipstick #A0295D
Tints of Lipstick #A0295D
RGB
CMYK
RGB Variations
Color information
#A0295D (or 0xA0295D) is known color: Lipstick. HEX triplet: A0, 29 and 5D. RGB value is (160,41,93). Sum of RGB (Red+Green+Blue) = 160+41+93=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0295D is #5FD6A2. Grayscale: #525252. Windows color (decimal): -6280867 or 6105504. OLE color: 6105504.
HSL color Cylindrical-coordinate representation of color #A0295D: hue angle of 333.78º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0295D is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 41 | 93 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.37 |
| HSL | 333.78º | 0.59% | 0.39% | - |
| HSV(B) | 333.78º | 0.74% | 0.63% | - |
| XYZ | 17.27 | 9.85 | 11.35 | - |
| YUV | 82.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 41 | 93 | 0 | 0.74 | 0.42 | 0.37 | 333.78 | 0.59 | 0.39 |
| Hex | A0 | 29 | 5D | 0 | 4A | 2A | 25 | 14E | 3B | 27 |
| Octal | 240 | 51 | 135 | 0 | 112 | 52 | 45 | 516 | 73 | 47 |
| Binary | 10100000 | 101001 | 1011101 | 0 | 1001010 | 101010 | 100101 | 101001110 | 111011 | 100111 |
Color Harmonies of #A0295D
Complementary color
Monochromatic Colors of #A0295D
Black with #A0295D
Text Example
Text Example
White with #A0295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0295D; }
p { color: rgb(160,41,93); }
H1.HeaderClassName
{
color: #A0295D;
}
.AnyTagClassName
{
color: #A0295D;
}
</style>
background-color css
<style>
a { background-color: #A0295D; }
a { background-color: rgb(160,41,93); }
div.DivClassName
{
background-color: #A0295D;
}
.BgClassName
{
background-color: #A0295D;
}
</style>
border-color css
<style>
span { border-color: #A0295D; }
span { border-color: rgb(160,41,93); }
td.TdClassName
{
border-color: #A0295D;
}
.TagClassName
{
border-color: #A0295D;
}
</style>