Shades of Lipstick #A3294A
Tints of Lipstick #A3294A
RGB
CMYK
RGB Variations
Color information
#A3294A (or 0xA3294A) is known color: Lipstick. HEX triplet: A3, 29 and 4A. RGB value is (163,41,74). Sum of RGB (Red+Green+Blue) = 163+41+74=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A3294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3294A is #5CD6B5. Grayscale: #515151. Windows color (decimal): -6084278 or 4860323. OLE color: 4860323.
HSL color Cylindrical-coordinate representation of color #A3294A: hue angle of 343.77º 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 #A3294A is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 41 | 74 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.36 |
| HSL | 343.77º | 0.6% | 0.4% | - |
| HSV(B) | 343.77º | 0.75% | 0.64% | - |
| XYZ | 17.13 | 9.87 | 7.48 | - |
| YUV | 81.24 | 123.92 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 41 | 74 | 0 | 0.75 | 0.55 | 0.36 | 343.77 | 0.6 | 0.4 |
| Hex | A3 | 29 | 4A | 0 | 4B | 37 | 24 | 158 | 3C | 28 |
| Octal | 243 | 51 | 112 | 0 | 113 | 67 | 44 | 530 | 74 | 50 |
| Binary | 10100011 | 101001 | 1001010 | 0 | 1001011 | 110111 | 100100 | 101011000 | 111100 | 101000 |
Color Harmonies of #A3294A
Complementary color
Monochromatic Colors of #A3294A
Black with #A3294A
Text Example
Text Example
White with #A3294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3294A; }
p { color: rgb(163,41,74); }
H1.HeaderClassName
{
color: #A3294A;
}
.AnyTagClassName
{
color: #A3294A;
}
</style>
background-color css
<style>
a { background-color: #A3294A; }
a { background-color: rgb(163,41,74); }
div.DivClassName
{
background-color: #A3294A;
}
.BgClassName
{
background-color: #A3294A;
}
</style>
border-color css
<style>
span { border-color: #A3294A; }
span { border-color: rgb(163,41,74); }
td.TdClassName
{
border-color: #A3294A;
}
.TagClassName
{
border-color: #A3294A;
}
</style>