Shades of Lipstick #A01649
Tints of Lipstick #A01649
RGB
CMYK
RGB Variations
Color information
#A01649 (or 0xA01649) is known color: Lipstick. HEX triplet: A0, 16 and 49. RGB value is (160,22,73). Sum of RGB (Red+Green+Blue) = 160+22+73=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A01649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01649 is #5FE9B6. Grayscale: #454545. Windows color (decimal): -6285751 or 4789920. OLE color: 4789920.
HSL color Cylindrical-coordinate representation of color #A01649: hue angle of 337.83º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01649 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 73 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.37 |
| HSL | 337.83º | 0.76% | 0.36% | - |
| HSV(B) | 337.83º | 0.86% | 0.63% | - |
| XYZ | 15.99 | 8.53 | 7.11 | - |
| YUV | 69.08 | 130.22 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 73 | 0 | 0.86 | 0.54 | 0.37 | 337.83 | 0.76 | 0.36 |
| Hex | A0 | 16 | 49 | 0 | 56 | 36 | 25 | 152 | 4C | 24 |
| Octal | 240 | 26 | 111 | 0 | 126 | 66 | 45 | 522 | 114 | 44 |
| Binary | 10100000 | 10110 | 1001001 | 0 | 1010110 | 110110 | 100101 | 101010010 | 1001100 | 100100 |
Color Harmonies of #A01649
Complementary color
Monochromatic Colors of #A01649
Black with #A01649
Text Example
Text Example
White with #A01649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01649; }
p { color: rgb(160,22,73); }
H1.HeaderClassName
{
color: #A01649;
}
.AnyTagClassName
{
color: #A01649;
}
</style>
background-color css
<style>
a { background-color: #A01649; }
a { background-color: rgb(160,22,73); }
div.DivClassName
{
background-color: #A01649;
}
.BgClassName
{
background-color: #A01649;
}
</style>
border-color css
<style>
span { border-color: #A01649; }
span { border-color: rgb(160,22,73); }
td.TdClassName
{
border-color: #A01649;
}
.TagClassName
{
border-color: #A01649;
}
</style>