Shades of Lipstick #A82766
Tints of Lipstick #A82766
RGB
CMYK
RGB Variations
Color information
#A82766 (or 0xA82766) is known color: Lipstick. HEX triplet: A8, 27 and 66. RGB value is (168,39,102). Sum of RGB (Red+Green+Blue) = 168+39+102=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A82766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82766 is #57D899. Grayscale: #545454. Windows color (decimal): -5757082 or 6694824. OLE color: 6694824.
HSL color Cylindrical-coordinate representation of color #A82766: hue angle of 330.7º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82766 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 102 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.34 |
| HSL | 330.7º | 0.62% | 0.41% | - |
| HSV(B) | 330.7º | 0.77% | 0.66% | - |
| XYZ | 19.27 | 10.74 | 13.63 | - |
| YUV | 84.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 102 | 0 | 0.77 | 0.39 | 0.34 | 330.7 | 0.62 | 0.41 |
| Hex | A8 | 27 | 66 | 0 | 4D | 27 | 22 | 14B | 3E | 29 |
| Octal | 250 | 47 | 146 | 0 | 115 | 47 | 42 | 513 | 76 | 51 |
| Binary | 10101000 | 100111 | 1100110 | 0 | 1001101 | 100111 | 100010 | 101001011 | 111110 | 101001 |
Color Harmonies of #A82766
Complementary color
Monochromatic Colors of #A82766
Black with #A82766
Text Example
Text Example
White with #A82766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82766; }
p { color: rgb(168,39,102); }
H1.HeaderClassName
{
color: #A82766;
}
.AnyTagClassName
{
color: #A82766;
}
</style>
background-color css
<style>
a { background-color: #A82766; }
a { background-color: rgb(168,39,102); }
div.DivClassName
{
background-color: #A82766;
}
.BgClassName
{
background-color: #A82766;
}
</style>
border-color css
<style>
span { border-color: #A82766; }
span { border-color: rgb(168,39,102); }
td.TdClassName
{
border-color: #A82766;
}
.TagClassName
{
border-color: #A82766;
}
</style>