Shades of Lipstick #A2215B
Tints of Lipstick #A2215B
RGB
CMYK
RGB Variations
Color information
#A2215B (or 0xA2215B) is known color: Lipstick. HEX triplet: A2, 21 and 5B. RGB value is (162,33,91). Sum of RGB (Red+Green+Blue) = 162+33+91=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A2215B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2215B is #5DDEA4. Grayscale: #4E4E4E. Windows color (decimal): -6151845 or 5972386. OLE color: 5972386.
HSL color Cylindrical-coordinate representation of color #A2215B: hue angle of 333.02º degrees, saturation: 0.66, 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 #A2215B is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 33 | 91 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.36 |
| HSL | 333.02º | 0.66% | 0.38% | - |
| HSV(B) | 333.02º | 0.8% | 0.64% | - |
| XYZ | 17.33 | 9.52 | 10.82 | - |
| YUV | 78.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 91 | 0 | 0.80 | 0.44 | 0.36 | 333.02 | 0.66 | 0.38 |
| Hex | A2 | 21 | 5B | 0 | 50 | 2C | 24 | 14D | 42 | 26 |
| Octal | 242 | 41 | 133 | 0 | 120 | 54 | 44 | 515 | 102 | 46 |
| Binary | 10100010 | 100001 | 1011011 | 0 | 1010000 | 101100 | 100100 | 101001101 | 1000010 | 100110 |
Color Harmonies of #A2215B
Complementary color
Monochromatic Colors of #A2215B
Black with #A2215B
Text Example
Text Example
White with #A2215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2215B; }
p { color: rgb(162,33,91); }
H1.HeaderClassName
{
color: #A2215B;
}
.AnyTagClassName
{
color: #A2215B;
}
</style>
background-color css
<style>
a { background-color: #A2215B; }
a { background-color: rgb(162,33,91); }
div.DivClassName
{
background-color: #A2215B;
}
.BgClassName
{
background-color: #A2215B;
}
</style>
border-color css
<style>
span { border-color: #A2215B; }
span { border-color: rgb(162,33,91); }
td.TdClassName
{
border-color: #A2215B;
}
.TagClassName
{
border-color: #A2215B;
}
</style>