Shades of Lipstick #A82860
Tints of Lipstick #A82860
RGB
CMYK
RGB Variations
Color information
#A82860 (or 0xA82860) is known color: Lipstick. HEX triplet: A8, 28 and 60. RGB value is (168,40,96). Sum of RGB (Red+Green+Blue) = 168+40+96=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A82860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82860 is #57D79F. Grayscale: #545454. Windows color (decimal): -5756832 or 6301864. OLE color: 6301864.
HSL color Cylindrical-coordinate representation of color #A82860: hue angle of 333.75º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82860 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 96 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.34 |
| HSL | 333.75º | 0.62% | 0.41% | - |
| HSV(B) | 333.75º | 0.76% | 0.66% | - |
| XYZ | 19.02 | 10.69 | 12.13 | - |
| YUV | 84.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 96 | 0 | 0.76 | 0.43 | 0.34 | 333.75 | 0.62 | 0.41 |
| Hex | A8 | 28 | 60 | 0 | 4C | 2B | 22 | 14E | 3E | 29 |
| Octal | 250 | 50 | 140 | 0 | 114 | 53 | 42 | 516 | 76 | 51 |
| Binary | 10101000 | 101000 | 1100000 | 0 | 1001100 | 101011 | 100010 | 101001110 | 111110 | 101001 |
Color Harmonies of #A82860
Complementary color
Monochromatic Colors of #A82860
Black with #A82860
Text Example
Text Example
White with #A82860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82860; }
p { color: rgb(168,40,96); }
H1.HeaderClassName
{
color: #A82860;
}
.AnyTagClassName
{
color: #A82860;
}
</style>
background-color css
<style>
a { background-color: #A82860; }
a { background-color: rgb(168,40,96); }
div.DivClassName
{
background-color: #A82860;
}
.BgClassName
{
background-color: #A82860;
}
</style>
border-color css
<style>
span { border-color: #A82860; }
span { border-color: rgb(168,40,96); }
td.TdClassName
{
border-color: #A82860;
}
.TagClassName
{
border-color: #A82860;
}
</style>