Shades of Lipstick #A1315E
Tints of Lipstick #A1315E
RGB
CMYK
RGB Variations
Color information
#A1315E (or 0xA1315E) is known color: Lipstick. HEX triplet: A1, 31 and 5E. RGB value is (161,49,94). Sum of RGB (Red+Green+Blue) = 161+49+94=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1315E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1315E is #5ECEA1. Grayscale: #575757. Windows color (decimal): -6213282 or 6173089. OLE color: 6173089.
HSL color Cylindrical-coordinate representation of color #A1315E: hue angle of 335.89º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1315E is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 94 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.37 |
| HSL | 335.89º | 0.53% | 0.41% | - |
| HSV(B) | 335.89º | 0.7% | 0.63% | - |
| XYZ | 17.82 | 10.58 | 11.69 | - |
| YUV | 87.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 94 | 0 | 0.70 | 0.42 | 0.37 | 335.89 | 0.53 | 0.41 |
| Hex | A1 | 31 | 5E | 0 | 46 | 2A | 25 | 150 | 35 | 29 |
| Octal | 241 | 61 | 136 | 0 | 106 | 52 | 45 | 520 | 65 | 51 |
| Binary | 10100001 | 110001 | 1011110 | 0 | 1000110 | 101010 | 100101 | 101010000 | 110101 | 101001 |
Color Harmonies of #A1315E
Complementary color
Monochromatic Colors of #A1315E
Black with #A1315E
Text Example
Text Example
White with #A1315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1315E; }
p { color: rgb(161,49,94); }
H1.HeaderClassName
{
color: #A1315E;
}
.AnyTagClassName
{
color: #A1315E;
}
</style>
background-color css
<style>
a { background-color: #A1315E; }
a { background-color: rgb(161,49,94); }
div.DivClassName
{
background-color: #A1315E;
}
.BgClassName
{
background-color: #A1315E;
}
</style>
border-color css
<style>
span { border-color: #A1315E; }
span { border-color: rgb(161,49,94); }
td.TdClassName
{
border-color: #A1315E;
}
.TagClassName
{
border-color: #A1315E;
}
</style>