Shades of Lipstick #A2274E
Tints of Lipstick #A2274E
RGB
CMYK
RGB Variations
Color information
#A2274E (or 0xA2274E) is known color: Lipstick. HEX triplet: A2, 27 and 4E. RGB value is (162,39,78). Sum of RGB (Red+Green+Blue) = 162+39+78=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A2274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2274E is #5DD8B1. Grayscale: #505050. Windows color (decimal): -6150322 or 5121954. OLE color: 5121954.
HSL color Cylindrical-coordinate representation of color #A2274E: hue angle of 340.98º 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 #A2274E is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 39 | 78 | - |
| CMYK | 0 | 0.76 | 0.52 | 0.36 |
| HSL | 340.98º | 0.61% | 0.39% | - |
| HSV(B) | 340.98º | 0.76% | 0.64% | - |
| XYZ | 17 | 9.68 | 8.18 | - |
| YUV | 80.22 | 126.75 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 39 | 78 | 0 | 0.76 | 0.52 | 0.36 | 340.98 | 0.61 | 0.39 |
| Hex | A2 | 27 | 4E | 0 | 4C | 34 | 24 | 155 | 3D | 27 |
| Octal | 242 | 47 | 116 | 0 | 114 | 64 | 44 | 525 | 75 | 47 |
| Binary | 10100010 | 100111 | 1001110 | 0 | 1001100 | 110100 | 100100 | 101010101 | 111101 | 100111 |
Color Harmonies of #A2274E
Complementary color
Monochromatic Colors of #A2274E
Black with #A2274E
Text Example
Text Example
White with #A2274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2274E; }
p { color: rgb(162,39,78); }
H1.HeaderClassName
{
color: #A2274E;
}
.AnyTagClassName
{
color: #A2274E;
}
</style>
background-color css
<style>
a { background-color: #A2274E; }
a { background-color: rgb(162,39,78); }
div.DivClassName
{
background-color: #A2274E;
}
.BgClassName
{
background-color: #A2274E;
}
</style>
border-color css
<style>
span { border-color: #A2274E; }
span { border-color: rgb(162,39,78); }
td.TdClassName
{
border-color: #A2274E;
}
.TagClassName
{
border-color: #A2274E;
}
</style>