Shades of Lipstick #A82E5A
Tints of Lipstick #A82E5A
RGB
CMYK
RGB Variations
Color information
#A82E5A (or 0xA82E5A) is known color: Lipstick. HEX triplet: A8, 2E and 5A. RGB value is (168,46,90). Sum of RGB (Red+Green+Blue) = 168+46+90=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82E5A is #57D1A5. Grayscale: #575757. Windows color (decimal): -5755302 or 5910184. OLE color: 5910184.
HSL color Cylindrical-coordinate representation of color #A82E5A: hue angle of 338.36º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82E5A is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 46 | 90 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.34 |
| HSL | 338.36º | 0.57% | 0.42% | - |
| HSV(B) | 338.36º | 0.73% | 0.66% | - |
| XYZ | 18.97 | 11.02 | 10.8 | - |
| YUV | 87.49 | 129.42 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 46 | 90 | 0 | 0.73 | 0.46 | 0.34 | 338.36 | 0.57 | 0.42 |
| Hex | A8 | 2E | 5A | 0 | 49 | 2E | 22 | 152 | 39 | 2A |
| Octal | 250 | 56 | 132 | 0 | 111 | 56 | 42 | 522 | 71 | 52 |
| Binary | 10101000 | 101110 | 1011010 | 0 | 1001001 | 101110 | 100010 | 101010010 | 111001 | 101010 |
Color Harmonies of #A82E5A
Complementary color
Monochromatic Colors of #A82E5A
Black with #A82E5A
Text Example
Text Example
White with #A82E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82E5A; }
p { color: rgb(168,46,90); }
H1.HeaderClassName
{
color: #A82E5A;
}
.AnyTagClassName
{
color: #A82E5A;
}
</style>
background-color css
<style>
a { background-color: #A82E5A; }
a { background-color: rgb(168,46,90); }
div.DivClassName
{
background-color: #A82E5A;
}
.BgClassName
{
background-color: #A82E5A;
}
</style>
border-color css
<style>
span { border-color: #A82E5A; }
span { border-color: rgb(168,46,90); }
td.TdClassName
{
border-color: #A82E5A;
}
.TagClassName
{
border-color: #A82E5A;
}
</style>