Shades of Lipstick #A2225D
Tints of Lipstick #A2225D
RGB
CMYK
RGB Variations
Color information
#A2225D (or 0xA2225D) is known color: Lipstick. HEX triplet: A2, 22 and 5D. RGB value is (162,34,93). Sum of RGB (Red+Green+Blue) = 162+34+93=289 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.06% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 162 - color contains mainly: red. Hex color #A2225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2225D is #5DDDA2. Grayscale: #4E4E4E. Windows color (decimal): -6151587 or 6103714. OLE color: 6103714.
HSL color Cylindrical-coordinate representation of color #A2225D: hue angle of 332.34º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2225D is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 93 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.36 |
| HSL | 332.34º | 0.65% | 0.38% | - |
| HSV(B) | 332.34º | 0.79% | 0.64% | - |
| XYZ | 17.45 | 9.62 | 11.29 | - |
| YUV | 79 | 135.91 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 93 | 0 | 0.79 | 0.43 | 0.36 | 332.34 | 0.65 | 0.38 |
| Hex | A2 | 22 | 5D | 0 | 4F | 2B | 24 | 14C | 41 | 26 |
| Octal | 242 | 42 | 135 | 0 | 117 | 53 | 44 | 514 | 101 | 46 |
| Binary | 10100010 | 100010 | 1011101 | 0 | 1001111 | 101011 | 100100 | 101001100 | 1000001 | 100110 |
Color Harmonies of #A2225D
Complementary color
Monochromatic Colors of #A2225D
Black with #A2225D
Text Example
Text Example
White with #A2225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2225D; }
p { color: rgb(162,34,93); }
H1.HeaderClassName
{
color: #A2225D;
}
.AnyTagClassName
{
color: #A2225D;
}
</style>
background-color css
<style>
a { background-color: #A2225D; }
a { background-color: rgb(162,34,93); }
div.DivClassName
{
background-color: #A2225D;
}
.BgClassName
{
background-color: #A2225D;
}
</style>
border-color css
<style>
span { border-color: #A2225D; }
span { border-color: rgb(162,34,93); }
td.TdClassName
{
border-color: #A2225D;
}
.TagClassName
{
border-color: #A2225D;
}
</style>