Shades of Lipstick #A0194E
Tints of Lipstick #A0194E
RGB
CMYK
RGB Variations
Color information
#A0194E (or 0xA0194E) is known color: Lipstick. HEX triplet: A0, 19 and 4E. RGB value is (160,25,78). Sum of RGB (Red+Green+Blue) = 160+25+78=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A0194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0194E is #5FE6B1. Grayscale: #474747. Windows color (decimal): -6284978 or 5118368. OLE color: 5118368.
HSL color Cylindrical-coordinate representation of color #A0194E: hue angle of 336.44º 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 #A0194E is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 78 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.37 |
| HSL | 336.44º | 0.73% | 0.36% | - |
| HSV(B) | 336.44º | 0.84% | 0.63% | - |
| XYZ | 16.22 | 8.72 | 8.04 | - |
| YUV | 71.41 | 131.73 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 78 | 0 | 0.84 | 0.51 | 0.37 | 336.44 | 0.73 | 0.36 |
| Hex | A0 | 19 | 4E | 0 | 54 | 33 | 25 | 150 | 49 | 24 |
| Octal | 240 | 31 | 116 | 0 | 124 | 63 | 45 | 520 | 111 | 44 |
| Binary | 10100000 | 11001 | 1001110 | 0 | 1010100 | 110011 | 100101 | 101010000 | 1001001 | 100100 |
Color Harmonies of #A0194E
Complementary color
Monochromatic Colors of #A0194E
Black with #A0194E
Text Example
Text Example
White with #A0194E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0194E; }
p { color: rgb(160,25,78); }
H1.HeaderClassName
{
color: #A0194E;
}
.AnyTagClassName
{
color: #A0194E;
}
</style>
background-color css
<style>
a { background-color: #A0194E; }
a { background-color: rgb(160,25,78); }
div.DivClassName
{
background-color: #A0194E;
}
.BgClassName
{
background-color: #A0194E;
}
</style>
border-color css
<style>
span { border-color: #A0194E; }
span { border-color: rgb(160,25,78); }
td.TdClassName
{
border-color: #A0194E;
}
.TagClassName
{
border-color: #A0194E;
}
</style>