Shades of Lipstick #A1286E
Tints of Lipstick #A1286E
RGB
CMYK
RGB Variations
Color information
#A1286E (or 0xA1286E) is known color: Lipstick. HEX triplet: A1, 28 and 6E. RGB value is (161,40,110). Sum of RGB (Red+Green+Blue) = 161+40+110=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1286E is #5ED791. Grayscale: #535353. Windows color (decimal): -6215570 or 7219361. OLE color: 7219361.
HSL color Cylindrical-coordinate representation of color #A1286E: hue angle of 325.29º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1286E is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 110 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.37 |
| HSL | 325.29º | 0.6% | 0.39% | - |
| HSV(B) | 325.29º | 0.75% | 0.63% | - |
| XYZ | 18.27 | 10.22 | 15.76 | - |
| YUV | 84.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 110 | 0 | 0.75 | 0.32 | 0.37 | 325.29 | 0.6 | 0.39 |
| Hex | A1 | 28 | 6E | 0 | 4B | 20 | 25 | 145 | 3C | 27 |
| Octal | 241 | 50 | 156 | 0 | 113 | 40 | 45 | 505 | 74 | 47 |
| Binary | 10100001 | 101000 | 1101110 | 0 | 1001011 | 100000 | 100101 | 101000101 | 111100 | 100111 |
Color Harmonies of #A1286E
Complementary color
Monochromatic Colors of #A1286E
Black with #A1286E
Text Example
Text Example
White with #A1286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1286E; }
p { color: rgb(161,40,110); }
H1.HeaderClassName
{
color: #A1286E;
}
.AnyTagClassName
{
color: #A1286E;
}
</style>
background-color css
<style>
a { background-color: #A1286E; }
a { background-color: rgb(161,40,110); }
div.DivClassName
{
background-color: #A1286E;
}
.BgClassName
{
background-color: #A1286E;
}
</style>
border-color css
<style>
span { border-color: #A1286E; }
span { border-color: rgb(161,40,110); }
td.TdClassName
{
border-color: #A1286E;
}
.TagClassName
{
border-color: #A1286E;
}
</style>