Shades of Lipstick #A6295D
Tints of Lipstick #A6295D
RGB
CMYK
RGB Variations
Color information
#A6295D (or 0xA6295D) is known color: Lipstick. HEX triplet: A6, 29 and 5D. RGB value is (166,41,93). Sum of RGB (Red+Green+Blue) = 166+41+93=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A6295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6295D is #59D6A2. Grayscale: #545454. Windows color (decimal): -5887651 or 6105510. OLE color: 6105510.
HSL color Cylindrical-coordinate representation of color #A6295D: hue angle of 335.04º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6295D is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 93 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.35 |
| HSL | 335.04º | 0.6% | 0.41% | - |
| HSV(B) | 335.04º | 0.75% | 0.65% | - |
| XYZ | 18.49 | 10.48 | 11.4 | - |
| YUV | 84.3 | 132.91 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 93 | 0 | 0.75 | 0.44 | 0.35 | 335.04 | 0.6 | 0.41 |
| Hex | A6 | 29 | 5D | 0 | 4B | 2C | 23 | 14F | 3C | 29 |
| Octal | 246 | 51 | 135 | 0 | 113 | 54 | 43 | 517 | 74 | 51 |
| Binary | 10100110 | 101001 | 1011101 | 0 | 1001011 | 101100 | 100011 | 101001111 | 111100 | 101001 |
Color Harmonies of #A6295D
Complementary color
Monochromatic Colors of #A6295D
Black with #A6295D
Text Example
Text Example
White with #A6295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6295D; }
p { color: rgb(166,41,93); }
H1.HeaderClassName
{
color: #A6295D;
}
.AnyTagClassName
{
color: #A6295D;
}
</style>
background-color css
<style>
a { background-color: #A6295D; }
a { background-color: rgb(166,41,93); }
div.DivClassName
{
background-color: #A6295D;
}
.BgClassName
{
background-color: #A6295D;
}
</style>
border-color css
<style>
span { border-color: #A6295D; }
span { border-color: rgb(166,41,93); }
td.TdClassName
{
border-color: #A6295D;
}
.TagClassName
{
border-color: #A6295D;
}
</style>