Shades of Lipstick #A3294E
Tints of Lipstick #A3294E
RGB
CMYK
RGB Variations
Color information
#A3294E (or 0xA3294E) is known color: Lipstick. HEX triplet: A3, 29 and 4E. RGB value is (163,41,78). Sum of RGB (Red+Green+Blue) = 163+41+78=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A3294E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3294E is #5CD6B1. Grayscale: #515151. Windows color (decimal): -6084274 or 5122467. OLE color: 5122467.
HSL color Cylindrical-coordinate representation of color #A3294E: hue angle of 341.8º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A3294E is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 78 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.36 |
| HSL | 341.8º | 0.6% | 0.4% | - |
| HSV(B) | 341.8º | 0.75% | 0.64% | - |
| XYZ | 17.27 | 9.92 | 8.21 | - |
| YUV | 81.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 78 | 0 | 0.75 | 0.52 | 0.36 | 341.8 | 0.6 | 0.4 |
| Hex | A3 | 29 | 4E | 0 | 4B | 34 | 24 | 156 | 3C | 28 |
| Octal | 243 | 51 | 116 | 0 | 113 | 64 | 44 | 526 | 74 | 50 |
| Binary | 10100011 | 101001 | 1001110 | 0 | 1001011 | 110100 | 100100 | 101010110 | 111100 | 101000 |
Color Harmonies of #A3294E
Complementary color
Monochromatic Colors of #A3294E
Black with #A3294E
Text Example
Text Example
White with #A3294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3294E; }
p { color: rgb(163,41,78); }
H1.HeaderClassName
{
color: #A3294E;
}
.AnyTagClassName
{
color: #A3294E;
}
</style>
background-color css
<style>
a { background-color: #A3294E; }
a { background-color: rgb(163,41,78); }
div.DivClassName
{
background-color: #A3294E;
}
.BgClassName
{
background-color: #A3294E;
}
</style>
border-color css
<style>
span { border-color: #A3294E; }
span { border-color: rgb(163,41,78); }
td.TdClassName
{
border-color: #A3294E;
}
.TagClassName
{
border-color: #A3294E;
}
</style>