Shades of Lipstick #A2296C
Tints of Lipstick #A2296C
RGB
CMYK
RGB Variations
Color information
#A2296C (or 0xA2296C) is known color: Lipstick. HEX triplet: A2, 29 and 6C. RGB value is (162,41,108). Sum of RGB (Red+Green+Blue) = 162+41+108=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A2296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2296C is #5DD693. Grayscale: #545454. Windows color (decimal): -6149780 or 7088546. OLE color: 7088546.
HSL color Cylindrical-coordinate representation of color #A2296C: hue angle of 326.78º 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 #A2296C is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 41 | 108 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.36 |
| HSL | 326.78º | 0.6% | 0.4% | - |
| HSV(B) | 326.78º | 0.75% | 0.64% | - |
| XYZ | 18.4 | 10.35 | 15.22 | - |
| YUV | 84.82 | 141.09 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 108 | 0 | 0.75 | 0.33 | 0.36 | 326.78 | 0.6 | 0.4 |
| Hex | A2 | 29 | 6C | 0 | 4B | 21 | 24 | 147 | 3C | 28 |
| Octal | 242 | 51 | 154 | 0 | 113 | 41 | 44 | 507 | 74 | 50 |
| Binary | 10100010 | 101001 | 1101100 | 0 | 1001011 | 100001 | 100100 | 101000111 | 111100 | 101000 |
Color Harmonies of #A2296C
Complementary color
Monochromatic Colors of #A2296C
Black with #A2296C
Text Example
Text Example
White with #A2296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2296C; }
p { color: rgb(162,41,108); }
H1.HeaderClassName
{
color: #A2296C;
}
.AnyTagClassName
{
color: #A2296C;
}
</style>
background-color css
<style>
a { background-color: #A2296C; }
a { background-color: rgb(162,41,108); }
div.DivClassName
{
background-color: #A2296C;
}
.BgClassName
{
background-color: #A2296C;
}
</style>
border-color css
<style>
span { border-color: #A2296C; }
span { border-color: rgb(162,41,108); }
td.TdClassName
{
border-color: #A2296C;
}
.TagClassName
{
border-color: #A2296C;
}
</style>