Shades of Lipstick #A1225D
Tints of Lipstick #A1225D
RGB
CMYK
RGB Variations
Color information
#A1225D (or 0xA1225D) is known color: Lipstick. HEX triplet: A1, 22 and 5D. RGB value is (161,34,93). Sum of RGB (Red+Green+Blue) = 161+34+93=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A1225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1225D is #5EDDA2. Grayscale: #4E4E4E. Windows color (decimal): -6217123 or 6103713. OLE color: 6103713.
HSL color Cylindrical-coordinate representation of color #A1225D: hue angle of 332.13º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A1225D is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 34 | 93 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.37 |
| HSL | 332.13º | 0.65% | 0.38% | - |
| HSV(B) | 332.13º | 0.79% | 0.63% | - |
| XYZ | 17.25 | 9.51 | 11.28 | - |
| YUV | 78.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 34 | 93 | 0 | 0.79 | 0.42 | 0.37 | 332.13 | 0.65 | 0.38 |
| Hex | A1 | 22 | 5D | 0 | 4F | 2A | 25 | 14C | 41 | 26 |
| Octal | 241 | 42 | 135 | 0 | 117 | 52 | 45 | 514 | 101 | 46 |
| Binary | 10100001 | 100010 | 1011101 | 0 | 1001111 | 101010 | 100101 | 101001100 | 1000001 | 100110 |
Color Harmonies of #A1225D
Complementary color
Monochromatic Colors of #A1225D
Black with #A1225D
Text Example
Text Example
White with #A1225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1225D; }
p { color: rgb(161,34,93); }
H1.HeaderClassName
{
color: #A1225D;
}
.AnyTagClassName
{
color: #A1225D;
}
</style>
background-color css
<style>
a { background-color: #A1225D; }
a { background-color: rgb(161,34,93); }
div.DivClassName
{
background-color: #A1225D;
}
.BgClassName
{
background-color: #A1225D;
}
</style>
border-color css
<style>
span { border-color: #A1225D; }
span { border-color: rgb(161,34,93); }
td.TdClassName
{
border-color: #A1225D;
}
.TagClassName
{
border-color: #A1225D;
}
</style>