Shades of Lipstick #A02151
Tints of Lipstick #A02151
RGB
CMYK
RGB Variations
Color information
#A02151 (or 0xA02151) is known color: Lipstick. HEX triplet: A0, 21 and 51. RGB value is (160,33,81). Sum of RGB (Red+Green+Blue) = 160+33+81=274 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.39% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 160 - color contains mainly: red. Hex color #A02151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02151 is #5FDEAE. Grayscale: #4C4C4C. Windows color (decimal): -6282927 or 5317024. OLE color: 5317024.
HSL color Cylindrical-coordinate representation of color #A02151: hue angle of 337.32º 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 #A02151 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 81 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.37 |
| HSL | 337.32º | 0.66% | 0.38% | - |
| HSV(B) | 337.32º | 0.79% | 0.63% | - |
| XYZ | 16.53 | 9.16 | 8.68 | - |
| YUV | 76.45 | 130.58 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 81 | 0 | 0.79 | 0.49 | 0.37 | 337.32 | 0.66 | 0.38 |
| Hex | A0 | 21 | 51 | 0 | 4F | 31 | 25 | 151 | 42 | 26 |
| Octal | 240 | 41 | 121 | 0 | 117 | 61 | 45 | 521 | 102 | 46 |
| Binary | 10100000 | 100001 | 1010001 | 0 | 1001111 | 110001 | 100101 | 101010001 | 1000010 | 100110 |
Color Harmonies of #A02151
Complementary color
Monochromatic Colors of #A02151
Black with #A02151
Text Example
Text Example
White with #A02151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02151; }
p { color: rgb(160,33,81); }
H1.HeaderClassName
{
color: #A02151;
}
.AnyTagClassName
{
color: #A02151;
}
</style>
background-color css
<style>
a { background-color: #A02151; }
a { background-color: rgb(160,33,81); }
div.DivClassName
{
background-color: #A02151;
}
.BgClassName
{
background-color: #A02151;
}
</style>
border-color css
<style>
span { border-color: #A02151; }
span { border-color: rgb(160,33,81); }
td.TdClassName
{
border-color: #A02151;
}
.TagClassName
{
border-color: #A02151;
}
</style>