Shades of Lipstick #A6214E
Tints of Lipstick #A6214E
RGB
CMYK
RGB Variations
Color information
#A6214E (or 0xA6214E) is known color: Lipstick. HEX triplet: A6, 21 and 4E. RGB value is (166,33,78). Sum of RGB (Red+Green+Blue) = 166+33+78=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A6214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6214E is #59DEB1. Grayscale: #4D4D4D. Windows color (decimal): -5889714 or 5120422. OLE color: 5120422.
HSL color Cylindrical-coordinate representation of color #A6214E: hue angle of 339.7º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6214E is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 33 | 78 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.35 |
| HSL | 339.7º | 0.67% | 0.39% | - |
| HSV(B) | 339.7º | 0.8% | 0.65% | - |
| XYZ | 17.64 | 9.74 | 8.16 | - |
| YUV | 77.9 | 128.06 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 78 | 0 | 0.80 | 0.53 | 0.35 | 339.7 | 0.67 | 0.39 |
| Hex | A6 | 21 | 4E | 0 | 50 | 35 | 23 | 154 | 43 | 27 |
| Octal | 246 | 41 | 116 | 0 | 120 | 65 | 43 | 524 | 103 | 47 |
| Binary | 10100110 | 100001 | 1001110 | 0 | 1010000 | 110101 | 100011 | 101010100 | 1000011 | 100111 |
Color Harmonies of #A6214E
Complementary color
Monochromatic Colors of #A6214E
Black with #A6214E
Text Example
Text Example
White with #A6214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6214E; }
p { color: rgb(166,33,78); }
H1.HeaderClassName
{
color: #A6214E;
}
.AnyTagClassName
{
color: #A6214E;
}
</style>
background-color css
<style>
a { background-color: #A6214E; }
a { background-color: rgb(166,33,78); }
div.DivClassName
{
background-color: #A6214E;
}
.BgClassName
{
background-color: #A6214E;
}
</style>
border-color css
<style>
span { border-color: #A6214E; }
span { border-color: rgb(166,33,78); }
td.TdClassName
{
border-color: #A6214E;
}
.TagClassName
{
border-color: #A6214E;
}
</style>