Shades of Lipstick #A2275D
Tints of Lipstick #A2275D
RGB
CMYK
RGB Variations
Color information
#A2275D (or 0xA2275D) is known color: Lipstick. HEX triplet: A2, 27 and 5D. RGB value is (162,39,93). Sum of RGB (Red+Green+Blue) = 162+39+93=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A2275D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2275D is #5DD8A2. Grayscale: #515151. Windows color (decimal): -6150307 or 6104994. OLE color: 6104994.
HSL color Cylindrical-coordinate representation of color #A2275D: hue angle of 333.66º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2275D is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 39 | 93 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.36 |
| HSL | 333.66º | 0.61% | 0.39% | - |
| HSV(B) | 333.66º | 0.76% | 0.64% | - |
| XYZ | 17.6 | 9.92 | 11.34 | - |
| YUV | 81.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 93 | 0 | 0.76 | 0.43 | 0.36 | 333.66 | 0.61 | 0.39 |
| Hex | A2 | 27 | 5D | 0 | 4C | 2B | 24 | 14E | 3D | 27 |
| Octal | 242 | 47 | 135 | 0 | 114 | 53 | 44 | 516 | 75 | 47 |
| Binary | 10100010 | 100111 | 1011101 | 0 | 1001100 | 101011 | 100100 | 101001110 | 111101 | 100111 |
Color Harmonies of #A2275D
Complementary color
Monochromatic Colors of #A2275D
Black with #A2275D
Text Example
Text Example
White with #A2275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2275D; }
p { color: rgb(162,39,93); }
H1.HeaderClassName
{
color: #A2275D;
}
.AnyTagClassName
{
color: #A2275D;
}
</style>
background-color css
<style>
a { background-color: #A2275D; }
a { background-color: rgb(162,39,93); }
div.DivClassName
{
background-color: #A2275D;
}
.BgClassName
{
background-color: #A2275D;
}
</style>
border-color css
<style>
span { border-color: #A2275D; }
span { border-color: rgb(162,39,93); }
td.TdClassName
{
border-color: #A2275D;
}
.TagClassName
{
border-color: #A2275D;
}
</style>