Shades of Lipstick #A11E5B
Tints of Lipstick #A11E5B
RGB
CMYK
RGB Variations
Color information
#A11E5B (or 0xA11E5B) is known color: Lipstick. HEX triplet: A1, 1E and 5B. RGB value is (161,30,91). Sum of RGB (Red+Green+Blue) = 161+30+91=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11E5B is #5EE1A4. Grayscale: #4C4C4C. Windows color (decimal): -6218149 or 5971617. OLE color: 5971617.
HSL color Cylindrical-coordinate representation of color #A11E5B: hue angle of 332.06º 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 #A11E5B is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 30 | 91 | - |
| CMYK | 0 | 0.81 | 0.43 | 0.37 |
| HSL | 332.06º | 0.69% | 0.37% | - |
| HSV(B) | 332.06º | 0.81% | 0.63% | - |
| XYZ | 17.05 | 9.26 | 10.79 | - |
| YUV | 76.12 | 136.4 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 91 | 0 | 0.81 | 0.43 | 0.37 | 332.06 | 0.69 | 0.37 |
| Hex | A1 | 1E | 5B | 0 | 51 | 2B | 25 | 14C | 45 | 25 |
| Octal | 241 | 36 | 133 | 0 | 121 | 53 | 45 | 514 | 105 | 45 |
| Binary | 10100001 | 11110 | 1011011 | 0 | 1010001 | 101011 | 100101 | 101001100 | 1000101 | 100101 |
Color Harmonies of #A11E5B
Complementary color
Monochromatic Colors of #A11E5B
Black with #A11E5B
Text Example
Text Example
White with #A11E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11E5B; }
p { color: rgb(161,30,91); }
H1.HeaderClassName
{
color: #A11E5B;
}
.AnyTagClassName
{
color: #A11E5B;
}
</style>
background-color css
<style>
a { background-color: #A11E5B; }
a { background-color: rgb(161,30,91); }
div.DivClassName
{
background-color: #A11E5B;
}
.BgClassName
{
background-color: #A11E5B;
}
</style>
border-color css
<style>
span { border-color: #A11E5B; }
span { border-color: rgb(161,30,91); }
td.TdClassName
{
border-color: #A11E5B;
}
.TagClassName
{
border-color: #A11E5B;
}
</style>