Shades of Lipstick #A01948
Tints of Lipstick #A01948
RGB
CMYK
RGB Variations
Color information
#A01948 (or 0xA01948) is known color: Lipstick. HEX triplet: A0, 19 and 48. RGB value is (160,25,72). Sum of RGB (Red+Green+Blue) = 160+25+72=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A01948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01948 is #5FE6B7. Grayscale: #464646. Windows color (decimal): -6284984 or 4725152. OLE color: 4725152.
HSL color Cylindrical-coordinate representation of color #A01948: hue angle of 339.11º 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 #A01948 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 72 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.37 |
| HSL | 339.11º | 0.73% | 0.36% | - |
| HSV(B) | 339.11º | 0.84% | 0.63% | - |
| XYZ | 16.01 | 8.64 | 6.95 | - |
| YUV | 70.72 | 128.73 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 72 | 0 | 0.84 | 0.55 | 0.37 | 339.11 | 0.73 | 0.36 |
| Hex | A0 | 19 | 48 | 0 | 54 | 37 | 25 | 153 | 49 | 24 |
| Octal | 240 | 31 | 110 | 0 | 124 | 67 | 45 | 523 | 111 | 44 |
| Binary | 10100000 | 11001 | 1001000 | 0 | 1010100 | 110111 | 100101 | 101010011 | 1001001 | 100100 |
Color Harmonies of #A01948
Complementary color
Monochromatic Colors of #A01948
Black with #A01948
Text Example
Text Example
White with #A01948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01948; }
p { color: rgb(160,25,72); }
H1.HeaderClassName
{
color: #A01948;
}
.AnyTagClassName
{
color: #A01948;
}
</style>
background-color css
<style>
a { background-color: #A01948; }
a { background-color: rgb(160,25,72); }
div.DivClassName
{
background-color: #A01948;
}
.BgClassName
{
background-color: #A01948;
}
</style>
border-color css
<style>
span { border-color: #A01948; }
span { border-color: rgb(160,25,72); }
td.TdClassName
{
border-color: #A01948;
}
.TagClassName
{
border-color: #A01948;
}
</style>