Shades of Lipstick #A0286D
Tints of Lipstick #A0286D
RGB
CMYK
RGB Variations
Color information
#A0286D (or 0xA0286D) is known color: Lipstick. HEX triplet: A0, 28 and 6D. RGB value is (160,40,109). Sum of RGB (Red+Green+Blue) = 160+40+109=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0286D is #5FD792. Grayscale: #535353. Windows color (decimal): -6281107 or 7153824. OLE color: 7153824.
HSL color Cylindrical-coordinate representation of color #A0286D: hue angle of 325.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0286D is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 109 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.37 |
| HSL | 325.5º | 0.6% | 0.39% | - |
| HSV(B) | 325.5º | 0.75% | 0.63% | - |
| XYZ | 18.02 | 10.1 | 15.47 | - |
| YUV | 83.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 109 | 0 | 0.75 | 0.32 | 0.37 | 325.5 | 0.6 | 0.39 |
| Hex | A0 | 28 | 6D | 0 | 4B | 20 | 25 | 146 | 3C | 27 |
| Octal | 240 | 50 | 155 | 0 | 113 | 40 | 45 | 506 | 74 | 47 |
| Binary | 10100000 | 101000 | 1101101 | 0 | 1001011 | 100000 | 100101 | 101000110 | 111100 | 100111 |
Color Harmonies of #A0286D
Complementary color
Monochromatic Colors of #A0286D
Black with #A0286D
Text Example
Text Example
White with #A0286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0286D; }
p { color: rgb(160,40,109); }
H1.HeaderClassName
{
color: #A0286D;
}
.AnyTagClassName
{
color: #A0286D;
}
</style>
background-color css
<style>
a { background-color: #A0286D; }
a { background-color: rgb(160,40,109); }
div.DivClassName
{
background-color: #A0286D;
}
.BgClassName
{
background-color: #A0286D;
}
</style>
border-color css
<style>
span { border-color: #A0286D; }
span { border-color: rgb(160,40,109); }
td.TdClassName
{
border-color: #A0286D;
}
.TagClassName
{
border-color: #A0286D;
}
</style>