Shades of Lipstick #A9295C
Tints of Lipstick #A9295C
RGB
CMYK
RGB Variations
Color information
#A9295C (or 0xA9295C) is known color: Lipstick. HEX triplet: A9, 29 and 5C. RGB value is (169,41,92). Sum of RGB (Red+Green+Blue) = 169+41+92=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A9295C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9295C is #56D6A3. Grayscale: #555555. Windows color (decimal): -5691044 or 6039977. OLE color: 6039977.
HSL color Cylindrical-coordinate representation of color #A9295C: hue angle of 336.09º 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 #A9295C is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 41 | 92 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.34 |
| HSL | 336.09º | 0.61% | 0.41% | - |
| HSV(B) | 336.09º | 0.76% | 0.66% | - |
| XYZ | 19.09 | 10.79 | 11.2 | - |
| YUV | 85.09 | 131.91 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 41 | 92 | 0 | 0.76 | 0.46 | 0.34 | 336.09 | 0.61 | 0.41 |
| Hex | A9 | 29 | 5C | 0 | 4C | 2E | 22 | 150 | 3D | 29 |
| Octal | 251 | 51 | 134 | 0 | 114 | 56 | 42 | 520 | 75 | 51 |
| Binary | 10101001 | 101001 | 1011100 | 0 | 1001100 | 101110 | 100010 | 101010000 | 111101 | 101001 |
Color Harmonies of #A9295C
Complementary color
Monochromatic Colors of #A9295C
Black with #A9295C
Text Example
Text Example
White with #A9295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9295C; }
p { color: rgb(169,41,92); }
H1.HeaderClassName
{
color: #A9295C;
}
.AnyTagClassName
{
color: #A9295C;
}
</style>
background-color css
<style>
a { background-color: #A9295C; }
a { background-color: rgb(169,41,92); }
div.DivClassName
{
background-color: #A9295C;
}
.BgClassName
{
background-color: #A9295C;
}
</style>
border-color css
<style>
span { border-color: #A9295C; }
span { border-color: rgb(169,41,92); }
td.TdClassName
{
border-color: #A9295C;
}
.TagClassName
{
border-color: #A9295C;
}
</style>