Shades of Lipstick #A9294F
Tints of Lipstick #A9294F
RGB
CMYK
RGB Variations
Color information
#A9294F (or 0xA9294F) is known color: Lipstick. HEX triplet: A9, 29 and 4F. RGB value is (169,41,79). Sum of RGB (Red+Green+Blue) = 169+41+79=289 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.48% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 169 - color contains mainly: red. Hex color #A9294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9294F is #56D6B0. Grayscale: #535353. Windows color (decimal): -5691057 or 5188009. OLE color: 5188009.
HSL color Cylindrical-coordinate representation of color #A9294F: hue angle of 342.19º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9294F is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 79 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.34 |
| HSL | 342.19º | 0.61% | 0.41% | - |
| HSV(B) | 342.19º | 0.76% | 0.66% | - |
| XYZ | 18.57 | 10.59 | 8.46 | - |
| YUV | 83.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 79 | 0 | 0.76 | 0.53 | 0.34 | 342.19 | 0.61 | 0.41 |
| Hex | A9 | 29 | 4F | 0 | 4C | 35 | 22 | 156 | 3D | 29 |
| Octal | 251 | 51 | 117 | 0 | 114 | 65 | 42 | 526 | 75 | 51 |
| Binary | 10101001 | 101001 | 1001111 | 0 | 1001100 | 110101 | 100010 | 101010110 | 111101 | 101001 |
Color Harmonies of #A9294F
Complementary color
Monochromatic Colors of #A9294F
Black with #A9294F
Text Example
Text Example
White with #A9294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9294F; }
p { color: rgb(169,41,79); }
H1.HeaderClassName
{
color: #A9294F;
}
.AnyTagClassName
{
color: #A9294F;
}
</style>
background-color css
<style>
a { background-color: #A9294F; }
a { background-color: rgb(169,41,79); }
div.DivClassName
{
background-color: #A9294F;
}
.BgClassName
{
background-color: #A9294F;
}
</style>
border-color css
<style>
span { border-color: #A9294F; }
span { border-color: rgb(169,41,79); }
td.TdClassName
{
border-color: #A9294F;
}
.TagClassName
{
border-color: #A9294F;
}
</style>