Shades of Lipstick #A6294F
Tints of Lipstick #A6294F
RGB
CMYK
RGB Variations
Color information
#A6294F (or 0xA6294F) is known color: Lipstick. HEX triplet: A6, 29 and 4F. RGB value is (166,41,79). Sum of RGB (Red+Green+Blue) = 166+41+79=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A6294F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6294F is #59D6B0. Grayscale: #525252. Windows color (decimal): -5887665 or 5188006. OLE color: 5188006.
HSL color Cylindrical-coordinate representation of color #A6294F: hue angle of 341.76º 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 #A6294F is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 79 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.35 |
| HSL | 341.76º | 0.6% | 0.41% | - |
| HSV(B) | 341.76º | 0.75% | 0.65% | - |
| XYZ | 17.93 | 10.26 | 8.43 | - |
| YUV | 82.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 79 | 0 | 0.75 | 0.52 | 0.35 | 341.76 | 0.6 | 0.41 |
| Hex | A6 | 29 | 4F | 0 | 4B | 34 | 23 | 156 | 3C | 29 |
| Octal | 246 | 51 | 117 | 0 | 113 | 64 | 43 | 526 | 74 | 51 |
| Binary | 10100110 | 101001 | 1001111 | 0 | 1001011 | 110100 | 100011 | 101010110 | 111100 | 101001 |
Color Harmonies of #A6294F
Complementary color
Monochromatic Colors of #A6294F
Black with #A6294F
Text Example
Text Example
White with #A6294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6294F; }
p { color: rgb(166,41,79); }
H1.HeaderClassName
{
color: #A6294F;
}
.AnyTagClassName
{
color: #A6294F;
}
</style>
background-color css
<style>
a { background-color: #A6294F; }
a { background-color: rgb(166,41,79); }
div.DivClassName
{
background-color: #A6294F;
}
.BgClassName
{
background-color: #A6294F;
}
</style>
border-color css
<style>
span { border-color: #A6294F; }
span { border-color: rgb(166,41,79); }
td.TdClassName
{
border-color: #A6294F;
}
.TagClassName
{
border-color: #A6294F;
}
</style>