Shades of Lipstick #A11A4E
Tints of Lipstick #A11A4E
RGB
CMYK
RGB Variations
Color information
#A11A4E (or 0xA11A4E) is known color: Lipstick. HEX triplet: A1, 1A and 4E. RGB value is (161,26,78). Sum of RGB (Red+Green+Blue) = 161+26+78=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A4E is #5EE5B1. Grayscale: #484848. Windows color (decimal): -6219186 or 5118625. OLE color: 5118625.
HSL color Cylindrical-coordinate representation of color #A11A4E: hue angle of 336.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A11A4E is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 26 | 78 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.37 |
| HSL | 336.89º | 0.72% | 0.37% | - |
| HSV(B) | 336.89º | 0.84% | 0.63% | - |
| XYZ | 16.44 | 8.87 | 8.05 | - |
| YUV | 72.29 | 131.23 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 26 | 78 | 0 | 0.84 | 0.52 | 0.37 | 336.89 | 0.72 | 0.37 |
| Hex | A1 | 1A | 4E | 0 | 54 | 34 | 25 | 151 | 48 | 25 |
| Octal | 241 | 32 | 116 | 0 | 124 | 64 | 45 | 521 | 110 | 45 |
| Binary | 10100001 | 11010 | 1001110 | 0 | 1010100 | 110100 | 100101 | 101010001 | 1001000 | 100101 |
Color Harmonies of #A11A4E
Complementary color
Monochromatic Colors of #A11A4E
Black with #A11A4E
Text Example
Text Example
White with #A11A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11A4E; }
p { color: rgb(161,26,78); }
H1.HeaderClassName
{
color: #A11A4E;
}
.AnyTagClassName
{
color: #A11A4E;
}
</style>
background-color css
<style>
a { background-color: #A11A4E; }
a { background-color: rgb(161,26,78); }
div.DivClassName
{
background-color: #A11A4E;
}
.BgClassName
{
background-color: #A11A4E;
}
</style>
border-color css
<style>
span { border-color: #A11A4E; }
span { border-color: rgb(161,26,78); }
td.TdClassName
{
border-color: #A11A4E;
}
.TagClassName
{
border-color: #A11A4E;
}
</style>