Shades of Lipstick #A1235E
Tints of Lipstick #A1235E
RGB
CMYK
RGB Variations
Color information
#A1235E (or 0xA1235E) is known color: Lipstick. HEX triplet: A1, 23 and 5E. RGB value is (161,35,94). Sum of RGB (Red+Green+Blue) = 161+35+94=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 35 (14.06% from 255 or 12.07% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1235E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1235E is #5EDCA1. Grayscale: #4F4F4F. Windows color (decimal): -6216866 or 6169505. OLE color: 6169505.
HSL color Cylindrical-coordinate representation of color #A1235E: hue angle of 331.9º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1235E is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 35 | 94 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.37 |
| HSL | 331.9º | 0.64% | 0.38% | - |
| HSV(B) | 331.9º | 0.78% | 0.63% | - |
| XYZ | 17.32 | 9.59 | 11.53 | - |
| YUV | 79.4 | 136.24 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 35 | 94 | 0 | 0.78 | 0.42 | 0.37 | 331.9 | 0.64 | 0.38 |
| Hex | A1 | 23 | 5E | 0 | 4E | 2A | 25 | 14C | 40 | 26 |
| Octal | 241 | 43 | 136 | 0 | 116 | 52 | 45 | 514 | 100 | 46 |
| Binary | 10100001 | 100011 | 1011110 | 0 | 1001110 | 101010 | 100101 | 101001100 | 1000000 | 100110 |
Color Harmonies of #A1235E
Complementary color
Monochromatic Colors of #A1235E
Black with #A1235E
Text Example
Text Example
White with #A1235E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1235E; }
p { color: rgb(161,35,94); }
H1.HeaderClassName
{
color: #A1235E;
}
.AnyTagClassName
{
color: #A1235E;
}
</style>
background-color css
<style>
a { background-color: #A1235E; }
a { background-color: rgb(161,35,94); }
div.DivClassName
{
background-color: #A1235E;
}
.BgClassName
{
background-color: #A1235E;
}
</style>
border-color css
<style>
span { border-color: #A1235E; }
span { border-color: rgb(161,35,94); }
td.TdClassName
{
border-color: #A1235E;
}
.TagClassName
{
border-color: #A1235E;
}
</style>