Shades of Lipstick #A01B50
Tints of Lipstick #A01B50
RGB
CMYK
RGB Variations
Color information
#A01B50 (or 0xA01B50) is known color: Lipstick. HEX triplet: A0, 1B and 50. RGB value is (160,27,80). Sum of RGB (Red+Green+Blue) = 160+27+80=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A01B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01B50 is #5FE4AF. Grayscale: #484848. Windows color (decimal): -6284464 or 5249952. OLE color: 5249952.
HSL color Cylindrical-coordinate representation of color #A01B50: hue angle of 336.09º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A01B50 is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 27 | 80 | - |
| CMYK | 0 | 0.83 | 0.5 | 0.37 |
| HSL | 336.09º | 0.71% | 0.37% | - |
| HSV(B) | 336.09º | 0.83% | 0.63% | - |
| XYZ | 16.34 | 8.84 | 8.43 | - |
| YUV | 72.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 27 | 80 | 0 | 0.83 | 0.5 | 0.37 | 336.09 | 0.71 | 0.37 |
| Hex | A0 | 1B | 50 | 0 | 53 | 32 | 25 | 150 | 47 | 25 |
| Octal | 240 | 33 | 120 | 0 | 123 | 62 | 45 | 520 | 107 | 45 |
| Binary | 10100000 | 11011 | 1010000 | 0 | 1010011 | 110010 | 100101 | 101010000 | 1000111 | 100101 |
Color Harmonies of #A01B50
Complementary color
Monochromatic Colors of #A01B50
Black with #A01B50
Text Example
Text Example
White with #A01B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01B50; }
p { color: rgb(160,27,80); }
H1.HeaderClassName
{
color: #A01B50;
}
.AnyTagClassName
{
color: #A01B50;
}
</style>
background-color css
<style>
a { background-color: #A01B50; }
a { background-color: rgb(160,27,80); }
div.DivClassName
{
background-color: #A01B50;
}
.BgClassName
{
background-color: #A01B50;
}
</style>
border-color css
<style>
span { border-color: #A01B50; }
span { border-color: rgb(160,27,80); }
td.TdClassName
{
border-color: #A01B50;
}
.TagClassName
{
border-color: #A01B50;
}
</style>