Shades of Lipstick #A0194A
Tints of Lipstick #A0194A
RGB
CMYK
RGB Variations
Color information
#A0194A (or 0xA0194A) is known color: Lipstick. HEX triplet: A0, 19 and 4A. RGB value is (160,25,74). Sum of RGB (Red+Green+Blue) = 160+25+74=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0194A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0194A is #5FE6B5. Grayscale: #464646. Windows color (decimal): -6284982 or 4856224. OLE color: 4856224.
HSL color Cylindrical-coordinate representation of color #A0194A: hue angle of 338.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0194A is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 74 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.37 |
| HSL | 338.22º | 0.73% | 0.36% | - |
| HSV(B) | 338.22º | 0.84% | 0.63% | - |
| XYZ | 16.08 | 8.66 | 7.3 | - |
| YUV | 70.95 | 129.73 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 74 | 0 | 0.84 | 0.54 | 0.37 | 338.22 | 0.73 | 0.36 |
| Hex | A0 | 19 | 4A | 0 | 54 | 36 | 25 | 152 | 49 | 24 |
| Octal | 240 | 31 | 112 | 0 | 124 | 66 | 45 | 522 | 111 | 44 |
| Binary | 10100000 | 11001 | 1001010 | 0 | 1010100 | 110110 | 100101 | 101010010 | 1001001 | 100100 |
Color Harmonies of #A0194A
Complementary color
Monochromatic Colors of #A0194A
Black with #A0194A
Text Example
Text Example
White with #A0194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0194A; }
p { color: rgb(160,25,74); }
H1.HeaderClassName
{
color: #A0194A;
}
.AnyTagClassName
{
color: #A0194A;
}
</style>
background-color css
<style>
a { background-color: #A0194A; }
a { background-color: rgb(160,25,74); }
div.DivClassName
{
background-color: #A0194A;
}
.BgClassName
{
background-color: #A0194A;
}
</style>
border-color css
<style>
span { border-color: #A0194A; }
span { border-color: rgb(160,25,74); }
td.TdClassName
{
border-color: #A0194A;
}
.TagClassName
{
border-color: #A0194A;
}
</style>