Shades of Lipstick #A2274A
Tints of Lipstick #A2274A
RGB
CMYK
RGB Variations
Color information
#A2274A (or 0xA2274A) is known color: Lipstick. HEX triplet: A2, 27 and 4A. RGB value is (162,39,74). Sum of RGB (Red+Green+Blue) = 162+39+74=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2274A is #5DD8B5. Grayscale: #4F4F4F. Windows color (decimal): -6150326 or 4859810. OLE color: 4859810.
HSL color Cylindrical-coordinate representation of color #A2274A: hue angle of 342.93º 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 #A2274A is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 39 | 74 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.36 |
| HSL | 342.93º | 0.61% | 0.39% | - |
| HSV(B) | 342.93º | 0.76% | 0.64% | - |
| XYZ | 16.86 | 9.63 | 7.45 | - |
| YUV | 79.77 | 124.75 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 74 | 0 | 0.76 | 0.54 | 0.36 | 342.93 | 0.61 | 0.39 |
| Hex | A2 | 27 | 4A | 0 | 4C | 36 | 24 | 157 | 3D | 27 |
| Octal | 242 | 47 | 112 | 0 | 114 | 66 | 44 | 527 | 75 | 47 |
| Binary | 10100010 | 100111 | 1001010 | 0 | 1001100 | 110110 | 100100 | 101010111 | 111101 | 100111 |
Color Harmonies of #A2274A
Complementary color
Monochromatic Colors of #A2274A
Black with #A2274A
Text Example
Text Example
White with #A2274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2274A; }
p { color: rgb(162,39,74); }
H1.HeaderClassName
{
color: #A2274A;
}
.AnyTagClassName
{
color: #A2274A;
}
</style>
background-color css
<style>
a { background-color: #A2274A; }
a { background-color: rgb(162,39,74); }
div.DivClassName
{
background-color: #A2274A;
}
.BgClassName
{
background-color: #A2274A;
}
</style>
border-color css
<style>
span { border-color: #A2274A; }
span { border-color: rgb(162,39,74); }
td.TdClassName
{
border-color: #A2274A;
}
.TagClassName
{
border-color: #A2274A;
}
</style>