Shades of Lipstick #A82863
Tints of Lipstick #A82863
RGB
CMYK
RGB Variations
Color information
#A82863 (or 0xA82863) is known color: Lipstick. HEX triplet: A8, 28 and 63. RGB value is (168,40,99). Sum of RGB (Red+Green+Blue) = 168+40+99=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A82863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82863 is #57D79C. Grayscale: #545454. Windows color (decimal): -5756829 or 6498472. OLE color: 6498472.
HSL color Cylindrical-coordinate representation of color #A82863: hue angle of 332.34º 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 #A82863 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 99 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.34 |
| HSL | 332.34º | 0.62% | 0.41% | - |
| HSV(B) | 332.34º | 0.76% | 0.66% | - |
| XYZ | 19.16 | 10.74 | 12.87 | - |
| YUV | 85 | 135.91 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 99 | 0 | 0.76 | 0.41 | 0.34 | 332.34 | 0.62 | 0.41 |
| Hex | A8 | 28 | 63 | 0 | 4C | 29 | 22 | 14C | 3E | 29 |
| Octal | 250 | 50 | 143 | 0 | 114 | 51 | 42 | 514 | 76 | 51 |
| Binary | 10101000 | 101000 | 1100011 | 0 | 1001100 | 101001 | 100010 | 101001100 | 111110 | 101001 |
Color Harmonies of #A82863
Complementary color
Monochromatic Colors of #A82863
Black with #A82863
Text Example
Text Example
White with #A82863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82863; }
p { color: rgb(168,40,99); }
H1.HeaderClassName
{
color: #A82863;
}
.AnyTagClassName
{
color: #A82863;
}
</style>
background-color css
<style>
a { background-color: #A82863; }
a { background-color: rgb(168,40,99); }
div.DivClassName
{
background-color: #A82863;
}
.BgClassName
{
background-color: #A82863;
}
</style>
border-color css
<style>
span { border-color: #A82863; }
span { border-color: rgb(168,40,99); }
td.TdClassName
{
border-color: #A82863;
}
.TagClassName
{
border-color: #A82863;
}
</style>