Shades of Lipstick #A9294E
Tints of Lipstick #A9294E
RGB
CMYK
RGB Variations
Color information
#A9294E (or 0xA9294E) is known color: Lipstick. HEX triplet: A9, 29 and 4E. RGB value is (169,41,78). Sum of RGB (Red+Green+Blue) = 169+41+78=288 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.68% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 169 - color contains mainly: red. Hex color #A9294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9294E is #56D6B1. Grayscale: #535353. Windows color (decimal): -5691058 or 5122473. OLE color: 5122473.
HSL color Cylindrical-coordinate representation of color #A9294E: hue angle of 342.66º 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 #A9294E is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 78 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.34 |
| HSL | 342.66º | 0.61% | 0.41% | - |
| HSV(B) | 342.66º | 0.76% | 0.66% | - |
| XYZ | 18.53 | 10.57 | 8.27 | - |
| YUV | 83.49 | 124.91 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 78 | 0 | 0.76 | 0.54 | 0.34 | 342.66 | 0.61 | 0.41 |
| Hex | A9 | 29 | 4E | 0 | 4C | 36 | 22 | 157 | 3D | 29 |
| Octal | 251 | 51 | 116 | 0 | 114 | 66 | 42 | 527 | 75 | 51 |
| Binary | 10101001 | 101001 | 1001110 | 0 | 1001100 | 110110 | 100010 | 101010111 | 111101 | 101001 |
Color Harmonies of #A9294E
Complementary color
Monochromatic Colors of #A9294E
Black with #A9294E
Text Example
Text Example
White with #A9294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9294E; }
p { color: rgb(169,41,78); }
H1.HeaderClassName
{
color: #A9294E;
}
.AnyTagClassName
{
color: #A9294E;
}
</style>
background-color css
<style>
a { background-color: #A9294E; }
a { background-color: rgb(169,41,78); }
div.DivClassName
{
background-color: #A9294E;
}
.BgClassName
{
background-color: #A9294E;
}
</style>
border-color css
<style>
span { border-color: #A9294E; }
span { border-color: rgb(169,41,78); }
td.TdClassName
{
border-color: #A9294E;
}
.TagClassName
{
border-color: #A9294E;
}
</style>