Shades of Lipstick #A82660
Tints of Lipstick #A82660
RGB
CMYK
RGB Variations
Color information
#A82660 (or 0xA82660) is known color: Lipstick. HEX triplet: A8, 26 and 60. RGB value is (168,38,96). Sum of RGB (Red+Green+Blue) = 168+38+96=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A82660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82660 is #57D99F. Grayscale: #535353. Windows color (decimal): -5757344 or 6301352. OLE color: 6301352.
HSL color Cylindrical-coordinate representation of color #A82660: hue angle of 333.23º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82660 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 96 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.34 |
| HSL | 333.23º | 0.63% | 0.4% | - |
| HSV(B) | 333.23º | 0.77% | 0.66% | - |
| XYZ | 18.95 | 10.56 | 12.1 | - |
| YUV | 83.48 | 135.07 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 96 | 0 | 0.77 | 0.43 | 0.34 | 333.23 | 0.63 | 0.4 |
| Hex | A8 | 26 | 60 | 0 | 4D | 2B | 22 | 14D | 3F | 28 |
| Octal | 250 | 46 | 140 | 0 | 115 | 53 | 42 | 515 | 77 | 50 |
| Binary | 10101000 | 100110 | 1100000 | 0 | 1001101 | 101011 | 100010 | 101001101 | 111111 | 101000 |
Color Harmonies of #A82660
Complementary color
Monochromatic Colors of #A82660
Black with #A82660
Text Example
Text Example
White with #A82660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82660; }
p { color: rgb(168,38,96); }
H1.HeaderClassName
{
color: #A82660;
}
.AnyTagClassName
{
color: #A82660;
}
</style>
background-color css
<style>
a { background-color: #A82660; }
a { background-color: rgb(168,38,96); }
div.DivClassName
{
background-color: #A82660;
}
.BgClassName
{
background-color: #A82660;
}
</style>
border-color css
<style>
span { border-color: #A82660; }
span { border-color: rgb(168,38,96); }
td.TdClassName
{
border-color: #A82660;
}
.TagClassName
{
border-color: #A82660;
}
</style>