Shades of Lipstick #A2205E
Tints of Lipstick #A2205E
RGB
CMYK
RGB Variations
Color information
#A2205E (or 0xA2205E) is known color: Lipstick. HEX triplet: A2, 20 and 5E. RGB value is (162,32,94). Sum of RGB (Red+Green+Blue) = 162+32+94=288 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.25% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 162 - color contains mainly: red. Hex color #A2205E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2205E is #5DDFA1. Grayscale: #4D4D4D. Windows color (decimal): -6152098 or 6168738. OLE color: 6168738.
HSL color Cylindrical-coordinate representation of color #A2205E: hue angle of 331.38º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2205E is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 32 | 94 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.36 |
| HSL | 331.38º | 0.67% | 0.38% | - |
| HSV(B) | 331.38º | 0.8% | 0.64% | - |
| XYZ | 17.44 | 9.52 | 11.51 | - |
| YUV | 77.94 | 137.07 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 94 | 0 | 0.80 | 0.42 | 0.36 | 331.38 | 0.67 | 0.38 |
| Hex | A2 | 20 | 5E | 0 | 50 | 2A | 24 | 14B | 43 | 26 |
| Octal | 242 | 40 | 136 | 0 | 120 | 52 | 44 | 513 | 103 | 46 |
| Binary | 10100010 | 100000 | 1011110 | 0 | 1010000 | 101010 | 100100 | 101001011 | 1000011 | 100110 |
Color Harmonies of #A2205E
Complementary color
Monochromatic Colors of #A2205E
Black with #A2205E
Text Example
Text Example
White with #A2205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2205E; }
p { color: rgb(162,32,94); }
H1.HeaderClassName
{
color: #A2205E;
}
.AnyTagClassName
{
color: #A2205E;
}
</style>
background-color css
<style>
a { background-color: #A2205E; }
a { background-color: rgb(162,32,94); }
div.DivClassName
{
background-color: #A2205E;
}
.BgClassName
{
background-color: #A2205E;
}
</style>
border-color css
<style>
span { border-color: #A2205E; }
span { border-color: rgb(162,32,94); }
td.TdClassName
{
border-color: #A2205E;
}
.TagClassName
{
border-color: #A2205E;
}
</style>