Shades of Lipstick #A2173F
Tints of Lipstick #A2173F
RGB
CMYK
RGB Variations
Color information
#A2173F (or 0xA2173F) is known color: Lipstick. HEX triplet: A2, 17 and 3F. RGB value is (162,23,63). Sum of RGB (Red+Green+Blue) = 162+23+63=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A2173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2173F is #5DE8C0. Grayscale: #454545. Windows color (decimal): -6154433 or 4134818. OLE color: 4134818.
HSL color Cylindrical-coordinate representation of color #A2173F: hue angle of 342.73º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2173F is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 23 | 63 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.36 |
| HSL | 342.73º | 0.75% | 0.36% | - |
| HSV(B) | 342.73º | 0.86% | 0.64% | - |
| XYZ | 16.1 | 8.65 | 5.52 | - |
| YUV | 69.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 23 | 63 | 0 | 0.86 | 0.61 | 0.36 | 342.73 | 0.75 | 0.36 |
| Hex | A2 | 17 | 3F | 0 | 56 | 3D | 24 | 157 | 4B | 24 |
| Octal | 242 | 27 | 77 | 0 | 126 | 75 | 44 | 527 | 113 | 44 |
| Binary | 10100010 | 10111 | 111111 | 0 | 1010110 | 111101 | 100100 | 101010111 | 1001011 | 100100 |
Color Harmonies of #A2173F
Complementary color
Monochromatic Colors of #A2173F
Black with #A2173F
Text Example
Text Example
White with #A2173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2173F; }
p { color: rgb(162,23,63); }
H1.HeaderClassName
{
color: #A2173F;
}
.AnyTagClassName
{
color: #A2173F;
}
</style>
background-color css
<style>
a { background-color: #A2173F; }
a { background-color: rgb(162,23,63); }
div.DivClassName
{
background-color: #A2173F;
}
.BgClassName
{
background-color: #A2173F;
}
</style>
border-color css
<style>
span { border-color: #A2173F; }
span { border-color: rgb(162,23,63); }
td.TdClassName
{
border-color: #A2173F;
}
.TagClassName
{
border-color: #A2173F;
}
</style>