Shades of Lipstick #A2245D
Tints of Lipstick #A2245D
RGB
CMYK
RGB Variations
Color information
#A2245D (or 0xA2245D) is known color: Lipstick. HEX triplet: A2, 24 and 5D. RGB value is (162,36,93). Sum of RGB (Red+Green+Blue) = 162+36+93=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A2245D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2245D is #5DDBA2. Grayscale: #505050. Windows color (decimal): -6151075 or 6104226. OLE color: 6104226.
HSL color Cylindrical-coordinate representation of color #A2245D: hue angle of 332.86º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2245D is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 36 | 93 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.36 |
| HSL | 332.86º | 0.64% | 0.39% | - |
| HSV(B) | 332.86º | 0.78% | 0.64% | - |
| XYZ | 17.51 | 9.73 | 11.31 | - |
| YUV | 80.17 | 135.24 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 36 | 93 | 0 | 0.78 | 0.43 | 0.36 | 332.86 | 0.64 | 0.39 |
| Hex | A2 | 24 | 5D | 0 | 4E | 2B | 24 | 14D | 40 | 27 |
| Octal | 242 | 44 | 135 | 0 | 116 | 53 | 44 | 515 | 100 | 47 |
| Binary | 10100010 | 100100 | 1011101 | 0 | 1001110 | 101011 | 100100 | 101001101 | 1000000 | 100111 |
Color Harmonies of #A2245D
Complementary color
Monochromatic Colors of #A2245D
Black with #A2245D
Text Example
Text Example
White with #A2245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2245D; }
p { color: rgb(162,36,93); }
H1.HeaderClassName
{
color: #A2245D;
}
.AnyTagClassName
{
color: #A2245D;
}
</style>
background-color css
<style>
a { background-color: #A2245D; }
a { background-color: rgb(162,36,93); }
div.DivClassName
{
background-color: #A2245D;
}
.BgClassName
{
background-color: #A2245D;
}
</style>
border-color css
<style>
span { border-color: #A2245D; }
span { border-color: rgb(162,36,93); }
td.TdClassName
{
border-color: #A2245D;
}
.TagClassName
{
border-color: #A2245D;
}
</style>