Shades of Lipstick #A1215D
Tints of Lipstick #A1215D
RGB
CMYK
RGB Variations
Color information
#A1215D (or 0xA1215D) is known color: Lipstick. HEX triplet: A1, 21 and 5D. RGB value is (161,33,93). Sum of RGB (Red+Green+Blue) = 161+33+93=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A1215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1215D is #5EDEA2. Grayscale: #4E4E4E. Windows color (decimal): -6217379 or 6103457. OLE color: 6103457.
HSL color Cylindrical-coordinate representation of color #A1215D: hue angle of 331.88º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A1215D is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 33 | 93 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.37 |
| HSL | 331.88º | 0.66% | 0.38% | - |
| HSV(B) | 331.88º | 0.8% | 0.63% | - |
| XYZ | 17.22 | 9.46 | 11.27 | - |
| YUV | 78.11 | 136.41 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 33 | 93 | 0 | 0.80 | 0.42 | 0.37 | 331.88 | 0.66 | 0.38 |
| Hex | A1 | 21 | 5D | 0 | 50 | 2A | 25 | 14C | 42 | 26 |
| Octal | 241 | 41 | 135 | 0 | 120 | 52 | 45 | 514 | 102 | 46 |
| Binary | 10100001 | 100001 | 1011101 | 0 | 1010000 | 101010 | 100101 | 101001100 | 1000010 | 100110 |
Color Harmonies of #A1215D
Complementary color
Monochromatic Colors of #A1215D
Black with #A1215D
Text Example
Text Example
White with #A1215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1215D; }
p { color: rgb(161,33,93); }
H1.HeaderClassName
{
color: #A1215D;
}
.AnyTagClassName
{
color: #A1215D;
}
</style>
background-color css
<style>
a { background-color: #A1215D; }
a { background-color: rgb(161,33,93); }
div.DivClassName
{
background-color: #A1215D;
}
.BgClassName
{
background-color: #A1215D;
}
</style>
border-color css
<style>
span { border-color: #A1215D; }
span { border-color: rgb(161,33,93); }
td.TdClassName
{
border-color: #A1215D;
}
.TagClassName
{
border-color: #A1215D;
}
</style>