Shades of Lipstick #A01547
Tints of Lipstick #A01547
RGB
CMYK
RGB Variations
Color information
#A01547 (or 0xA01547) is known color: Lipstick. HEX triplet: A0, 15 and 47. RGB value is (160,21,71). Sum of RGB (Red+Green+Blue) = 160+21+71=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A01547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01547 is #5FEAB8. Grayscale: #444444. Windows color (decimal): -6286009 or 4658592. OLE color: 4658592.
HSL color Cylindrical-coordinate representation of color #A01547: hue angle of 338.42º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01547 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 71 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.37 |
| HSL | 338.42º | 0.77% | 0.35% | - |
| HSV(B) | 338.42º | 0.87% | 0.63% | - |
| XYZ | 15.9 | 8.46 | 6.76 | - |
| YUV | 68.26 | 129.55 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 71 | 0 | 0.87 | 0.56 | 0.37 | 338.42 | 0.77 | 0.35 |
| Hex | A0 | 15 | 47 | 0 | 57 | 38 | 25 | 152 | 4D | 23 |
| Octal | 240 | 25 | 107 | 0 | 127 | 70 | 45 | 522 | 115 | 43 |
| Binary | 10100000 | 10101 | 1000111 | 0 | 1010111 | 111000 | 100101 | 101010010 | 1001101 | 100011 |
Color Harmonies of #A01547
Complementary color
Monochromatic Colors of #A01547
Black with #A01547
Text Example
Text Example
White with #A01547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01547; }
p { color: rgb(160,21,71); }
H1.HeaderClassName
{
color: #A01547;
}
.AnyTagClassName
{
color: #A01547;
}
</style>
background-color css
<style>
a { background-color: #A01547; }
a { background-color: rgb(160,21,71); }
div.DivClassName
{
background-color: #A01547;
}
.BgClassName
{
background-color: #A01547;
}
</style>
border-color css
<style>
span { border-color: #A01547; }
span { border-color: rgb(160,21,71); }
td.TdClassName
{
border-color: #A01547;
}
.TagClassName
{
border-color: #A01547;
}
</style>