Shades of Lipstick #A1255D
Tints of Lipstick #A1255D
RGB
CMYK
RGB Variations
Color information
#A1255D (or 0xA1255D) is known color: Lipstick. HEX triplet: A1, 25 and 5D. RGB value is (161,37,93). Sum of RGB (Red+Green+Blue) = 161+37+93=291 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.33% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 161 - color contains mainly: red. Hex color #A1255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1255D is #5EDAA2. Grayscale: #505050. Windows color (decimal): -6216355 or 6104481. OLE color: 6104481.
HSL color Cylindrical-coordinate representation of color #A1255D: hue angle of 332.9º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A1255D is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 93 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.37 |
| HSL | 332.9º | 0.63% | 0.39% | - |
| HSV(B) | 332.9º | 0.77% | 0.63% | - |
| XYZ | 17.34 | 9.69 | 11.31 | - |
| YUV | 80.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 93 | 0 | 0.77 | 0.42 | 0.37 | 332.9 | 0.63 | 0.39 |
| Hex | A1 | 25 | 5D | 0 | 4D | 2A | 25 | 14D | 3F | 27 |
| Octal | 241 | 45 | 135 | 0 | 115 | 52 | 45 | 515 | 77 | 47 |
| Binary | 10100001 | 100101 | 1011101 | 0 | 1001101 | 101010 | 100101 | 101001101 | 111111 | 100111 |
Color Harmonies of #A1255D
Complementary color
Monochromatic Colors of #A1255D
Black with #A1255D
Text Example
Text Example
White with #A1255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1255D; }
p { color: rgb(161,37,93); }
H1.HeaderClassName
{
color: #A1255D;
}
.AnyTagClassName
{
color: #A1255D;
}
</style>
background-color css
<style>
a { background-color: #A1255D; }
a { background-color: rgb(161,37,93); }
div.DivClassName
{
background-color: #A1255D;
}
.BgClassName
{
background-color: #A1255D;
}
</style>
border-color css
<style>
span { border-color: #A1255D; }
span { border-color: rgb(161,37,93); }
td.TdClassName
{
border-color: #A1255D;
}
.TagClassName
{
border-color: #A1255D;
}
</style>