Shades of Lipstick #A82A5E
Tints of Lipstick #A82A5E
RGB
CMYK
RGB Variations
Color information
#A82A5E (or 0xA82A5E) is known color: Lipstick. HEX triplet: A8, 2A and 5E. RGB value is (168,42,94). Sum of RGB (Red+Green+Blue) = 168+42+94=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A82A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82A5E is #57D5A1. Grayscale: #555555. Windows color (decimal): -5756322 or 6171304. OLE color: 6171304.
HSL color Cylindrical-coordinate representation of color #A82A5E: hue angle of 335.24º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A82A5E is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 42 | 94 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.34 |
| HSL | 335.24º | 0.6% | 0.41% | - |
| HSV(B) | 335.24º | 0.75% | 0.66% | - |
| XYZ | 19 | 10.79 | 11.67 | - |
| YUV | 85.6 | 132.74 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 42 | 94 | 0 | 0.75 | 0.44 | 0.34 | 335.24 | 0.6 | 0.41 |
| Hex | A8 | 2A | 5E | 0 | 4B | 2C | 22 | 14F | 3C | 29 |
| Octal | 250 | 52 | 136 | 0 | 113 | 54 | 42 | 517 | 74 | 51 |
| Binary | 10101000 | 101010 | 1011110 | 0 | 1001011 | 101100 | 100010 | 101001111 | 111100 | 101001 |
Color Harmonies of #A82A5E
Complementary color
Monochromatic Colors of #A82A5E
Black with #A82A5E
Text Example
Text Example
White with #A82A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82A5E; }
p { color: rgb(168,42,94); }
H1.HeaderClassName
{
color: #A82A5E;
}
.AnyTagClassName
{
color: #A82A5E;
}
</style>
background-color css
<style>
a { background-color: #A82A5E; }
a { background-color: rgb(168,42,94); }
div.DivClassName
{
background-color: #A82A5E;
}
.BgClassName
{
background-color: #A82A5E;
}
</style>
border-color css
<style>
span { border-color: #A82A5E; }
span { border-color: rgb(168,42,94); }
td.TdClassName
{
border-color: #A82A5E;
}
.TagClassName
{
border-color: #A82A5E;
}
</style>