Shades of Lipstick #A2194A
Tints of Lipstick #A2194A
RGB
CMYK
RGB Variations
Color information
#A2194A (or 0xA2194A) is known color: Lipstick. HEX triplet: A2, 19 and 4A. RGB value is (162,25,74). Sum of RGB (Red+Green+Blue) = 162+25+74=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A2194A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2194A is #5DE6B5. Grayscale: #474747. Windows color (decimal): -6153910 or 4856226. OLE color: 4856226.
HSL color Cylindrical-coordinate representation of color #A2194A: hue angle of 338.54º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2194A is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 25 | 74 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.36 |
| HSL | 338.54º | 0.73% | 0.37% | - |
| HSV(B) | 338.54º | 0.85% | 0.64% | - |
| XYZ | 16.48 | 8.87 | 7.32 | - |
| YUV | 71.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 74 | 0 | 0.85 | 0.54 | 0.36 | 338.54 | 0.73 | 0.37 |
| Hex | A2 | 19 | 4A | 0 | 55 | 36 | 24 | 153 | 49 | 25 |
| Octal | 242 | 31 | 112 | 0 | 125 | 66 | 44 | 523 | 111 | 45 |
| Binary | 10100010 | 11001 | 1001010 | 0 | 1010101 | 110110 | 100100 | 101010011 | 1001001 | 100101 |
Color Harmonies of #A2194A
Complementary color
Monochromatic Colors of #A2194A
Black with #A2194A
Text Example
Text Example
White with #A2194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2194A; }
p { color: rgb(162,25,74); }
H1.HeaderClassName
{
color: #A2194A;
}
.AnyTagClassName
{
color: #A2194A;
}
</style>
background-color css
<style>
a { background-color: #A2194A; }
a { background-color: rgb(162,25,74); }
div.DivClassName
{
background-color: #A2194A;
}
.BgClassName
{
background-color: #A2194A;
}
</style>
border-color css
<style>
span { border-color: #A2194A; }
span { border-color: rgb(162,25,74); }
td.TdClassName
{
border-color: #A2194A;
}
.TagClassName
{
border-color: #A2194A;
}
</style>