Shades of Lipstick #A0285E
Tints of Lipstick #A0285E
RGB
CMYK
RGB Variations
Color information
#A0285E (or 0xA0285E) is known color: Lipstick. HEX triplet: A0, 28 and 5E. RGB value is (160,40,94). Sum of RGB (Red+Green+Blue) = 160+40+94=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0285E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0285E is #5FD7A1. Grayscale: #515151. Windows color (decimal): -6281122 or 6170784. OLE color: 6170784.
HSL color Cylindrical-coordinate representation of color #A0285E: hue angle of 333º 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 #A0285E is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 40 | 94 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.37 |
| HSL | 333º | 0.6% | 0.39% | - |
| HSV(B) | 333º | 0.75% | 0.63% | - |
| XYZ | 17.28 | 9.8 | 11.57 | - |
| YUV | 82.04 | 134.76 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 40 | 94 | 0 | 0.75 | 0.41 | 0.37 | 333 | 0.6 | 0.39 |
| Hex | A0 | 28 | 5E | 0 | 4B | 29 | 25 | 14D | 3C | 27 |
| Octal | 240 | 50 | 136 | 0 | 113 | 51 | 45 | 515 | 74 | 47 |
| Binary | 10100000 | 101000 | 1011110 | 0 | 1001011 | 101001 | 100101 | 101001101 | 111100 | 100111 |
Color Harmonies of #A0285E
Complementary color
Monochromatic Colors of #A0285E
Black with #A0285E
Text Example
Text Example
White with #A0285E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0285E; }
p { color: rgb(160,40,94); }
H1.HeaderClassName
{
color: #A0285E;
}
.AnyTagClassName
{
color: #A0285E;
}
</style>
background-color css
<style>
a { background-color: #A0285E; }
a { background-color: rgb(160,40,94); }
div.DivClassName
{
background-color: #A0285E;
}
.BgClassName
{
background-color: #A0285E;
}
</style>
border-color css
<style>
span { border-color: #A0285E; }
span { border-color: rgb(160,40,94); }
td.TdClassName
{
border-color: #A0285E;
}
.TagClassName
{
border-color: #A0285E;
}
</style>