Shades of Lipstick #A82666
Tints of Lipstick #A82666
RGB
CMYK
RGB Variations
Color information
#A82666 (or 0xA82666) is known color: Lipstick. HEX triplet: A8, 26 and 66. RGB value is (168,38,102). Sum of RGB (Red+Green+Blue) = 168+38+102=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A82666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82666 is #57D999. Grayscale: #545454. Windows color (decimal): -5757338 or 6694568. OLE color: 6694568.
HSL color Cylindrical-coordinate representation of color #A82666: hue angle of 330.46º 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 #A82666 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 38 | 102 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.34 |
| HSL | 330.46º | 0.63% | 0.4% | - |
| HSV(B) | 330.46º | 0.77% | 0.66% | - |
| XYZ | 19.24 | 10.67 | 13.62 | - |
| YUV | 84.17 | 138.07 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 38 | 102 | 0 | 0.77 | 0.39 | 0.34 | 330.46 | 0.63 | 0.4 |
| Hex | A8 | 26 | 66 | 0 | 4D | 27 | 22 | 14A | 3F | 28 |
| Octal | 250 | 46 | 146 | 0 | 115 | 47 | 42 | 512 | 77 | 50 |
| Binary | 10101000 | 100110 | 1100110 | 0 | 1001101 | 100111 | 100010 | 101001010 | 111111 | 101000 |
Color Harmonies of #A82666
Complementary color
Monochromatic Colors of #A82666
Black with #A82666
Text Example
Text Example
White with #A82666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82666; }
p { color: rgb(168,38,102); }
H1.HeaderClassName
{
color: #A82666;
}
.AnyTagClassName
{
color: #A82666;
}
</style>
background-color css
<style>
a { background-color: #A82666; }
a { background-color: rgb(168,38,102); }
div.DivClassName
{
background-color: #A82666;
}
.BgClassName
{
background-color: #A82666;
}
</style>
border-color css
<style>
span { border-color: #A82666; }
span { border-color: rgb(168,38,102); }
td.TdClassName
{
border-color: #A82666;
}
.TagClassName
{
border-color: #A82666;
}
</style>