Shades of Lipstick #A1285F
Tints of Lipstick #A1285F
RGB
CMYK
RGB Variations
Color information
#A1285F (or 0xA1285F) is known color: Lipstick. HEX triplet: A1, 28 and 5F. RGB value is (161,40,95). Sum of RGB (Red+Green+Blue) = 161+40+95=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A1285F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1285F is #5ED7A0. Grayscale: #525252. Windows color (decimal): -6215585 or 6236321. OLE color: 6236321.
HSL color Cylindrical-coordinate representation of color #A1285F: hue angle of 332.73º 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 #A1285F is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 40 | 95 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.37 |
| HSL | 332.73º | 0.6% | 0.39% | - |
| HSV(B) | 332.73º | 0.75% | 0.63% | - |
| XYZ | 17.52 | 9.92 | 11.82 | - |
| YUV | 82.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 40 | 95 | 0 | 0.75 | 0.41 | 0.37 | 332.73 | 0.6 | 0.39 |
| Hex | A1 | 28 | 5F | 0 | 4B | 29 | 25 | 14D | 3C | 27 |
| Octal | 241 | 50 | 137 | 0 | 113 | 51 | 45 | 515 | 74 | 47 |
| Binary | 10100001 | 101000 | 1011111 | 0 | 1001011 | 101001 | 100101 | 101001101 | 111100 | 100111 |
Color Harmonies of #A1285F
Complementary color
Monochromatic Colors of #A1285F
Black with #A1285F
Text Example
Text Example
White with #A1285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1285F; }
p { color: rgb(161,40,95); }
H1.HeaderClassName
{
color: #A1285F;
}
.AnyTagClassName
{
color: #A1285F;
}
</style>
background-color css
<style>
a { background-color: #A1285F; }
a { background-color: rgb(161,40,95); }
div.DivClassName
{
background-color: #A1285F;
}
.BgClassName
{
background-color: #A1285F;
}
</style>
border-color css
<style>
span { border-color: #A1285F; }
span { border-color: rgb(161,40,95); }
td.TdClassName
{
border-color: #A1285F;
}
.TagClassName
{
border-color: #A1285F;
}
</style>