Shades of Lipstick #A0295F
Tints of Lipstick #A0295F
RGB
CMYK
RGB Variations
Color information
#A0295F (or 0xA0295F) is known color: Lipstick. HEX triplet: A0, 29 and 5F. RGB value is (160,41,95). Sum of RGB (Red+Green+Blue) = 160+41+95=296 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.05% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 160 - color contains mainly: red. Hex color #A0295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0295F is #5FD6A0. Grayscale: #525252. Windows color (decimal): -6280865 or 6236576. OLE color: 6236576.
HSL color Cylindrical-coordinate representation of color #A0295F: hue angle of 332.77º 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 #A0295F is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 41 | 95 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.37 |
| HSL | 332.77º | 0.59% | 0.39% | - |
| HSV(B) | 332.77º | 0.74% | 0.63% | - |
| XYZ | 17.36 | 9.89 | 11.82 | - |
| YUV | 82.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 41 | 95 | 0 | 0.74 | 0.41 | 0.37 | 332.77 | 0.59 | 0.39 |
| Hex | A0 | 29 | 5F | 0 | 4A | 29 | 25 | 14D | 3B | 27 |
| Octal | 240 | 51 | 137 | 0 | 112 | 51 | 45 | 515 | 73 | 47 |
| Binary | 10100000 | 101001 | 1011111 | 0 | 1001010 | 101001 | 100101 | 101001101 | 111011 | 100111 |
Color Harmonies of #A0295F
Complementary color
Monochromatic Colors of #A0295F
Black with #A0295F
Text Example
Text Example
White with #A0295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0295F; }
p { color: rgb(160,41,95); }
H1.HeaderClassName
{
color: #A0295F;
}
.AnyTagClassName
{
color: #A0295F;
}
</style>
background-color css
<style>
a { background-color: #A0295F; }
a { background-color: rgb(160,41,95); }
div.DivClassName
{
background-color: #A0295F;
}
.BgClassName
{
background-color: #A0295F;
}
</style>
border-color css
<style>
span { border-color: #A0295F; }
span { border-color: rgb(160,41,95); }
td.TdClassName
{
border-color: #A0295F;
}
.TagClassName
{
border-color: #A0295F;
}
</style>