Shades of Lipstick #A72863
Tints of Lipstick #A72863
RGB
CMYK
RGB Variations
Color information
#A72863 (or 0xA72863) is known color: Lipstick. HEX triplet: A7, 28 and 63. RGB value is (167,40,99). Sum of RGB (Red+Green+Blue) = 167+40+99=306 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.58% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 167 - color contains mainly: red. Hex color #A72863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72863 is #58D79C. Grayscale: #545454. Windows color (decimal): -5822365 or 6498471. OLE color: 6498471.
HSL color Cylindrical-coordinate representation of color #A72863: hue angle of 332.13º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A72863 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 40 | 99 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.35 |
| HSL | 332.13º | 0.61% | 0.41% | - |
| HSV(B) | 332.13º | 0.76% | 0.65% | - |
| XYZ | 18.95 | 10.63 | 12.86 | - |
| YUV | 84.7 | 136.08 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 40 | 99 | 0 | 0.76 | 0.41 | 0.35 | 332.13 | 0.61 | 0.41 |
| Hex | A7 | 28 | 63 | 0 | 4C | 29 | 23 | 14C | 3D | 29 |
| Octal | 247 | 50 | 143 | 0 | 114 | 51 | 43 | 514 | 75 | 51 |
| Binary | 10100111 | 101000 | 1100011 | 0 | 1001100 | 101001 | 100011 | 101001100 | 111101 | 101001 |
Color Harmonies of #A72863
Complementary color
Monochromatic Colors of #A72863
Black with #A72863
Text Example
Text Example
White with #A72863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72863; }
p { color: rgb(167,40,99); }
H1.HeaderClassName
{
color: #A72863;
}
.AnyTagClassName
{
color: #A72863;
}
</style>
background-color css
<style>
a { background-color: #A72863; }
a { background-color: rgb(167,40,99); }
div.DivClassName
{
background-color: #A72863;
}
.BgClassName
{
background-color: #A72863;
}
</style>
border-color css
<style>
span { border-color: #A72863; }
span { border-color: rgb(167,40,99); }
td.TdClassName
{
border-color: #A72863;
}
.TagClassName
{
border-color: #A72863;
}
</style>