Shades of Lipstick #A02160
Tints of Lipstick #A02160
RGB
CMYK
RGB Variations
Color information
#A02160 (or 0xA02160) is known color: Lipstick. HEX triplet: A0, 21 and 60. RGB value is (160,33,96). Sum of RGB (Red+Green+Blue) = 160+33+96=289 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.36% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 160 - color contains mainly: red. Hex color #A02160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02160 is #5FDE9F. Grayscale: #4E4E4E. Windows color (decimal): -6282912 or 6300064. OLE color: 6300064.
HSL color Cylindrical-coordinate representation of color #A02160: hue angle of 330.24º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02160 is Cyan = 0, Magento = 0.79, Yellow = 0.4 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 96 | - |
| CMYK | 0 | 0.79 | 0.4 | 0.37 |
| HSL | 330.24º | 0.66% | 0.38% | - |
| HSV(B) | 330.24º | 0.79% | 0.63% | - |
| XYZ | 17.15 | 9.41 | 11.98 | - |
| YUV | 78.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 96 | 0 | 0.79 | 0.4 | 0.37 | 330.24 | 0.66 | 0.38 |
| Hex | A0 | 21 | 60 | 0 | 4F | 28 | 25 | 14A | 42 | 26 |
| Octal | 240 | 41 | 140 | 0 | 117 | 50 | 45 | 512 | 102 | 46 |
| Binary | 10100000 | 100001 | 1100000 | 0 | 1001111 | 101000 | 100101 | 101001010 | 1000010 | 100110 |
Color Harmonies of #A02160
Complementary color
Monochromatic Colors of #A02160
Black with #A02160
Text Example
Text Example
White with #A02160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02160; }
p { color: rgb(160,33,96); }
H1.HeaderClassName
{
color: #A02160;
}
.AnyTagClassName
{
color: #A02160;
}
</style>
background-color css
<style>
a { background-color: #A02160; }
a { background-color: rgb(160,33,96); }
div.DivClassName
{
background-color: #A02160;
}
.BgClassName
{
background-color: #A02160;
}
</style>
border-color css
<style>
span { border-color: #A02160; }
span { border-color: rgb(160,33,96); }
td.TdClassName
{
border-color: #A02160;
}
.TagClassName
{
border-color: #A02160;
}
</style>