Shades of Lipstick #A0294C
Tints of Lipstick #A0294C
RGB
CMYK
RGB Variations
Color information
#A0294C (or 0xA0294C) is known color: Lipstick. HEX triplet: A0, 29 and 4C. RGB value is (160,41,76). Sum of RGB (Red+Green+Blue) = 160+41+76=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0294C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0294C is #5FD6B3. Grayscale: #505050. Windows color (decimal): -6280884 or 4991392. OLE color: 4991392.
HSL color Cylindrical-coordinate representation of color #A0294C: hue angle of 342.35º 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 #A0294C is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 41 | 76 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.37 |
| HSL | 342.35º | 0.59% | 0.39% | - |
| HSV(B) | 342.35º | 0.74% | 0.63% | - |
| XYZ | 16.59 | 9.58 | 7.81 | - |
| YUV | 80.57 | 125.42 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 41 | 76 | 0 | 0.74 | 0.52 | 0.37 | 342.35 | 0.59 | 0.39 |
| Hex | A0 | 29 | 4C | 0 | 4A | 34 | 25 | 156 | 3B | 27 |
| Octal | 240 | 51 | 114 | 0 | 112 | 64 | 45 | 526 | 73 | 47 |
| Binary | 10100000 | 101001 | 1001100 | 0 | 1001010 | 110100 | 100101 | 101010110 | 111011 | 100111 |
Color Harmonies of #A0294C
Complementary color
Monochromatic Colors of #A0294C
Black with #A0294C
Text Example
Text Example
White with #A0294C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0294C; }
p { color: rgb(160,41,76); }
H1.HeaderClassName
{
color: #A0294C;
}
.AnyTagClassName
{
color: #A0294C;
}
</style>
background-color css
<style>
a { background-color: #A0294C; }
a { background-color: rgb(160,41,76); }
div.DivClassName
{
background-color: #A0294C;
}
.BgClassName
{
background-color: #A0294C;
}
</style>
border-color css
<style>
span { border-color: #A0294C; }
span { border-color: rgb(160,41,76); }
td.TdClassName
{
border-color: #A0294C;
}
.TagClassName
{
border-color: #A0294C;
}
</style>