Shades of Lipstick #A1315C
Tints of Lipstick #A1315C
RGB
CMYK
RGB Variations
Color information
#A1315C (or 0xA1315C) is known color: Lipstick. HEX triplet: A1, 31 and 5C. RGB value is (161,49,92). Sum of RGB (Red+Green+Blue) = 161+49+92=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A1315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1315C is #5ECEA3. Grayscale: #575757. Windows color (decimal): -6213284 or 6042017. OLE color: 6042017.
HSL color Cylindrical-coordinate representation of color #A1315C: hue angle of 336.96º 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 #A1315C is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 49 | 92 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.37 |
| HSL | 336.96º | 0.53% | 0.41% | - |
| HSV(B) | 336.96º | 0.7% | 0.63% | - |
| XYZ | 17.73 | 10.55 | 11.23 | - |
| YUV | 87.39 | 130.61 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 92 | 0 | 0.70 | 0.43 | 0.37 | 336.96 | 0.53 | 0.41 |
| Hex | A1 | 31 | 5C | 0 | 46 | 2B | 25 | 151 | 35 | 29 |
| Octal | 241 | 61 | 134 | 0 | 106 | 53 | 45 | 521 | 65 | 51 |
| Binary | 10100001 | 110001 | 1011100 | 0 | 1000110 | 101011 | 100101 | 101010001 | 110101 | 101001 |
Color Harmonies of #A1315C
Complementary color
Monochromatic Colors of #A1315C
Black with #A1315C
Text Example
Text Example
White with #A1315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1315C; }
p { color: rgb(161,49,92); }
H1.HeaderClassName
{
color: #A1315C;
}
.AnyTagClassName
{
color: #A1315C;
}
</style>
background-color css
<style>
a { background-color: #A1315C; }
a { background-color: rgb(161,49,92); }
div.DivClassName
{
background-color: #A1315C;
}
.BgClassName
{
background-color: #A1315C;
}
</style>
border-color css
<style>
span { border-color: #A1315C; }
span { border-color: rgb(161,49,92); }
td.TdClassName
{
border-color: #A1315C;
}
.TagClassName
{
border-color: #A1315C;
}
</style>