Shades of Lipstick #A2254C
Tints of Lipstick #A2254C
RGB
CMYK
RGB Variations
Color information
#A2254C (or 0xA2254C) is known color: Lipstick. HEX triplet: A2, 25 and 4C. RGB value is (162,37,76). Sum of RGB (Red+Green+Blue) = 162+37+76=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2254C is #5DDAB3. Grayscale: #4E4E4E. Windows color (decimal): -6150836 or 4990370. OLE color: 4990370.
HSL color Cylindrical-coordinate representation of color #A2254C: hue angle of 341.28º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2254C is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 37 | 76 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.36 |
| HSL | 341.28º | 0.63% | 0.39% | - |
| HSV(B) | 341.28º | 0.77% | 0.64% | - |
| XYZ | 16.87 | 9.53 | 7.79 | - |
| YUV | 78.82 | 126.41 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 37 | 76 | 0 | 0.77 | 0.53 | 0.36 | 341.28 | 0.63 | 0.39 |
| Hex | A2 | 25 | 4C | 0 | 4D | 35 | 24 | 155 | 3F | 27 |
| Octal | 242 | 45 | 114 | 0 | 115 | 65 | 44 | 525 | 77 | 47 |
| Binary | 10100010 | 100101 | 1001100 | 0 | 1001101 | 110101 | 100100 | 101010101 | 111111 | 100111 |
Color Harmonies of #A2254C
Complementary color
Monochromatic Colors of #A2254C
Black with #A2254C
Text Example
Text Example
White with #A2254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2254C; }
p { color: rgb(162,37,76); }
H1.HeaderClassName
{
color: #A2254C;
}
.AnyTagClassName
{
color: #A2254C;
}
</style>
background-color css
<style>
a { background-color: #A2254C; }
a { background-color: rgb(162,37,76); }
div.DivClassName
{
background-color: #A2254C;
}
.BgClassName
{
background-color: #A2254C;
}
</style>
border-color css
<style>
span { border-color: #A2254C; }
span { border-color: rgb(162,37,76); }
td.TdClassName
{
border-color: #A2254C;
}
.TagClassName
{
border-color: #A2254C;
}
</style>