Shades of Lipstick #A0286E
Tints of Lipstick #A0286E
RGB
CMYK
RGB Variations
Color information
#A0286E (or 0xA0286E) is known color: Lipstick. HEX triplet: A0, 28 and 6E. RGB value is (160,40,110). Sum of RGB (Red+Green+Blue) = 160+40+110=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A0286E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0286E is #5FD791. Grayscale: #535353. Windows color (decimal): -6281106 or 7219360. OLE color: 7219360.
HSL color Cylindrical-coordinate representation of color #A0286E: hue angle of 325º 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 #A0286E is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 110 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.37 |
| HSL | 325º | 0.6% | 0.39% | - |
| HSV(B) | 325º | 0.75% | 0.63% | - |
| XYZ | 18.07 | 10.12 | 15.75 | - |
| YUV | 83.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 110 | 0 | 0.75 | 0.31 | 0.37 | 325 | 0.6 | 0.39 |
| Hex | A0 | 28 | 6E | 0 | 4B | 1F | 25 | 145 | 3C | 27 |
| Octal | 240 | 50 | 156 | 0 | 113 | 37 | 45 | 505 | 74 | 47 |
| Binary | 10100000 | 101000 | 1101110 | 0 | 1001011 | 11111 | 100101 | 101000101 | 111100 | 100111 |
Color Harmonies of #A0286E
Complementary color
Monochromatic Colors of #A0286E
Black with #A0286E
Text Example
Text Example
White with #A0286E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0286E; }
p { color: rgb(160,40,110); }
H1.HeaderClassName
{
color: #A0286E;
}
.AnyTagClassName
{
color: #A0286E;
}
</style>
background-color css
<style>
a { background-color: #A0286E; }
a { background-color: rgb(160,40,110); }
div.DivClassName
{
background-color: #A0286E;
}
.BgClassName
{
background-color: #A0286E;
}
</style>
border-color css
<style>
span { border-color: #A0286E; }
span { border-color: rgb(160,40,110); }
td.TdClassName
{
border-color: #A0286E;
}
.TagClassName
{
border-color: #A0286E;
}
</style>