Shades of Lipstick #A01E56
Tints of Lipstick #A01E56
RGB
CMYK
RGB Variations
Color information
#A01E56 (or 0xA01E56) is known color: Lipstick. HEX triplet: A0, 1E and 56. RGB value is (160,30,86). Sum of RGB (Red+Green+Blue) = 160+30+86=276 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.97% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01E56 is #5FE1A9. Grayscale: #4B4B4B. Windows color (decimal): -6283690 or 5643936. OLE color: 5643936.
HSL color Cylindrical-coordinate representation of color #A01E56: hue angle of 334.15º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01E56 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 30 | 86 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.37 |
| HSL | 334.15º | 0.68% | 0.37% | - |
| HSV(B) | 334.15º | 0.81% | 0.63% | - |
| XYZ | 16.64 | 9.07 | 9.68 | - |
| YUV | 75.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 86 | 0 | 0.81 | 0.46 | 0.37 | 334.15 | 0.68 | 0.37 |
| Hex | A0 | 1E | 56 | 0 | 51 | 2E | 25 | 14E | 44 | 25 |
| Octal | 240 | 36 | 126 | 0 | 121 | 56 | 45 | 516 | 104 | 45 |
| Binary | 10100000 | 11110 | 1010110 | 0 | 1010001 | 101110 | 100101 | 101001110 | 1000100 | 100101 |
Color Harmonies of #A01E56
Complementary color
Monochromatic Colors of #A01E56
Black with #A01E56
Text Example
Text Example
White with #A01E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01E56; }
p { color: rgb(160,30,86); }
H1.HeaderClassName
{
color: #A01E56;
}
.AnyTagClassName
{
color: #A01E56;
}
</style>
background-color css
<style>
a { background-color: #A01E56; }
a { background-color: rgb(160,30,86); }
div.DivClassName
{
background-color: #A01E56;
}
.BgClassName
{
background-color: #A01E56;
}
</style>
border-color css
<style>
span { border-color: #A01E56; }
span { border-color: rgb(160,30,86); }
td.TdClassName
{
border-color: #A01E56;
}
.TagClassName
{
border-color: #A01E56;
}
</style>