Shades of Lipstick #A22D5C
Tints of Lipstick #A22D5C
RGB
CMYK
RGB Variations
Color information
#A22D5C (or 0xA22D5C) is known color: Lipstick. HEX triplet: A2, 2D and 5C. RGB value is (162,45,92). Sum of RGB (Red+Green+Blue) = 162+45+92=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 45 (17.97% from 255 or 15.05% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A22D5C is #5DD2A3. Grayscale: #555555. Windows color (decimal): -6148772 or 6040994. OLE color: 6040994.
HSL color Cylindrical-coordinate representation of color #A22D5C: hue angle of 335.9º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A22D5C is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 45 | 92 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.36 |
| HSL | 335.9º | 0.57% | 0.41% | - |
| HSV(B) | 335.9º | 0.72% | 0.64% | - |
| XYZ | 17.77 | 10.33 | 11.18 | - |
| YUV | 85.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 45 | 92 | 0 | 0.72 | 0.43 | 0.36 | 335.9 | 0.57 | 0.41 |
| Hex | A2 | 2D | 5C | 0 | 48 | 2B | 24 | 150 | 39 | 29 |
| Octal | 242 | 55 | 134 | 0 | 110 | 53 | 44 | 520 | 71 | 51 |
| Binary | 10100010 | 101101 | 1011100 | 0 | 1001000 | 101011 | 100100 | 101010000 | 111001 | 101001 |
Color Harmonies of #A22D5C
Complementary color
Monochromatic Colors of #A22D5C
Black with #A22D5C
Text Example
Text Example
White with #A22D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22D5C; }
p { color: rgb(162,45,92); }
H1.HeaderClassName
{
color: #A22D5C;
}
.AnyTagClassName
{
color: #A22D5C;
}
</style>
background-color css
<style>
a { background-color: #A22D5C; }
a { background-color: rgb(162,45,92); }
div.DivClassName
{
background-color: #A22D5C;
}
.BgClassName
{
background-color: #A22D5C;
}
</style>
border-color css
<style>
span { border-color: #A22D5C; }
span { border-color: rgb(162,45,92); }
td.TdClassName
{
border-color: #A22D5C;
}
.TagClassName
{
border-color: #A22D5C;
}
</style>