Shades of Lipstick #A62666
Tints of Lipstick #A62666
RGB
CMYK
RGB Variations
Color information
#A62666 (or 0xA62666) is known color: Lipstick. HEX triplet: A6, 26 and 66. RGB value is (166,38,102). Sum of RGB (Red+Green+Blue) = 166+38+102=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A62666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62666 is #59D999. Grayscale: #535353. Windows color (decimal): -5888410 or 6694566. OLE color: 6694566.
HSL color Cylindrical-coordinate representation of color #A62666: hue angle of 330º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A62666 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 38 | 102 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.35 |
| HSL | 330º | 0.63% | 0.4% | - |
| HSV(B) | 330º | 0.77% | 0.65% | - |
| XYZ | 18.82 | 10.45 | 13.6 | - |
| YUV | 83.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 38 | 102 | 0 | 0.77 | 0.39 | 0.35 | 330 | 0.63 | 0.4 |
| Hex | A6 | 26 | 66 | 0 | 4D | 27 | 23 | 14A | 3F | 28 |
| Octal | 246 | 46 | 146 | 0 | 115 | 47 | 43 | 512 | 77 | 50 |
| Binary | 10100110 | 100110 | 1100110 | 0 | 1001101 | 100111 | 100011 | 101001010 | 111111 | 101000 |
Color Harmonies of #A62666
Complementary color
Monochromatic Colors of #A62666
Black with #A62666
Text Example
Text Example
White with #A62666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62666; }
p { color: rgb(166,38,102); }
H1.HeaderClassName
{
color: #A62666;
}
.AnyTagClassName
{
color: #A62666;
}
</style>
background-color css
<style>
a { background-color: #A62666; }
a { background-color: rgb(166,38,102); }
div.DivClassName
{
background-color: #A62666;
}
.BgClassName
{
background-color: #A62666;
}
</style>
border-color css
<style>
span { border-color: #A62666; }
span { border-color: rgb(166,38,102); }
td.TdClassName
{
border-color: #A62666;
}
.TagClassName
{
border-color: #A62666;
}
</style>