Shades of Lipstick #A11E5A
Tints of Lipstick #A11E5A
RGB
CMYK
RGB Variations
Color information
#A11E5A (or 0xA11E5A) is known color: Lipstick. HEX triplet: A1, 1E and 5A. RGB value is (161,30,90). Sum of RGB (Red+Green+Blue) = 161+30+90=281 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.30% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E5A is #5EE1A5. Grayscale: #4B4B4B. Windows color (decimal): -6218150 or 5906081. OLE color: 5906081.
HSL color Cylindrical-coordinate representation of color #A11E5A: hue angle of 332.52º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11E5A is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 90 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.37 |
| HSL | 332.52º | 0.69% | 0.37% | - |
| HSV(B) | 332.52º | 0.81% | 0.63% | - |
| XYZ | 17.01 | 9.24 | 10.56 | - |
| YUV | 76.01 | 135.9 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 90 | 0 | 0.81 | 0.44 | 0.37 | 332.52 | 0.69 | 0.37 |
| Hex | A1 | 1E | 5A | 0 | 51 | 2C | 25 | 14D | 45 | 25 |
| Octal | 241 | 36 | 132 | 0 | 121 | 54 | 45 | 515 | 105 | 45 |
| Binary | 10100001 | 11110 | 1011010 | 0 | 1010001 | 101100 | 100101 | 101001101 | 1000101 | 100101 |
Color Harmonies of #A11E5A
Complementary color
Monochromatic Colors of #A11E5A
Black with #A11E5A
Text Example
Text Example
White with #A11E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E5A; }
p { color: rgb(161,30,90); }
H1.HeaderClassName
{
color: #A11E5A;
}
.AnyTagClassName
{
color: #A11E5A;
}
</style>
background-color css
<style>
a { background-color: #A11E5A; }
a { background-color: rgb(161,30,90); }
div.DivClassName
{
background-color: #A11E5A;
}
.BgClassName
{
background-color: #A11E5A;
}
</style>
border-color css
<style>
span { border-color: #A11E5A; }
span { border-color: rgb(161,30,90); }
td.TdClassName
{
border-color: #A11E5A;
}
.TagClassName
{
border-color: #A11E5A;
}
</style>