Shades of Lipstick #A2284E
Tints of Lipstick #A2284E
RGB
CMYK
RGB Variations
Color information
#A2284E (or 0xA2284E) is known color: Lipstick. HEX triplet: A2, 28 and 4E. RGB value is (162,40,78). Sum of RGB (Red+Green+Blue) = 162+40+78=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A2284E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2284E is #5DD7B1. Grayscale: #505050. Windows color (decimal): -6150066 or 5122210. OLE color: 5122210.
HSL color Cylindrical-coordinate representation of color #A2284E: hue angle of 341.31º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A2284E is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 40 | 78 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.36 |
| HSL | 341.31º | 0.6% | 0.4% | - |
| HSV(B) | 341.31º | 0.75% | 0.64% | - |
| XYZ | 17.03 | 9.75 | 8.19 | - |
| YUV | 80.81 | 126.42 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 40 | 78 | 0 | 0.75 | 0.52 | 0.36 | 341.31 | 0.6 | 0.4 |
| Hex | A2 | 28 | 4E | 0 | 4B | 34 | 24 | 155 | 3C | 28 |
| Octal | 242 | 50 | 116 | 0 | 113 | 64 | 44 | 525 | 74 | 50 |
| Binary | 10100010 | 101000 | 1001110 | 0 | 1001011 | 110100 | 100100 | 101010101 | 111100 | 101000 |
Color Harmonies of #A2284E
Complementary color
Monochromatic Colors of #A2284E
Black with #A2284E
Text Example
Text Example
White with #A2284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2284E; }
p { color: rgb(162,40,78); }
H1.HeaderClassName
{
color: #A2284E;
}
.AnyTagClassName
{
color: #A2284E;
}
</style>
background-color css
<style>
a { background-color: #A2284E; }
a { background-color: rgb(162,40,78); }
div.DivClassName
{
background-color: #A2284E;
}
.BgClassName
{
background-color: #A2284E;
}
</style>
border-color css
<style>
span { border-color: #A2284E; }
span { border-color: rgb(162,40,78); }
td.TdClassName
{
border-color: #A2284E;
}
.TagClassName
{
border-color: #A2284E;
}
</style>