Shades of Lipstick #A62768
Tints of Lipstick #A62768
RGB
CMYK
RGB Variations
Color information
#A62768 (or 0xA62768) is known color: Lipstick. HEX triplet: A6, 27 and 68. RGB value is (166,39,104). Sum of RGB (Red+Green+Blue) = 166+39+104=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A62768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62768 is #59D897. Grayscale: #545454. Windows color (decimal): -5888152 or 6825894. OLE color: 6825894.
HSL color Cylindrical-coordinate representation of color #A62768: hue angle of 329.29º degrees, saturation: 0.62, 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 #A62768 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 39 | 104 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.35 |
| HSL | 329.29º | 0.62% | 0.4% | - |
| HSV(B) | 329.29º | 0.77% | 0.65% | - |
| XYZ | 18.95 | 10.56 | 14.14 | - |
| YUV | 84.38 | 139.08 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 39 | 104 | 0 | 0.77 | 0.37 | 0.35 | 329.29 | 0.62 | 0.4 |
| Hex | A6 | 27 | 68 | 0 | 4D | 25 | 23 | 149 | 3E | 28 |
| Octal | 246 | 47 | 150 | 0 | 115 | 45 | 43 | 511 | 76 | 50 |
| Binary | 10100110 | 100111 | 1101000 | 0 | 1001101 | 100101 | 100011 | 101001001 | 111110 | 101000 |
Color Harmonies of #A62768
Complementary color
Monochromatic Colors of #A62768
Black with #A62768
Text Example
Text Example
White with #A62768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62768; }
p { color: rgb(166,39,104); }
H1.HeaderClassName
{
color: #A62768;
}
.AnyTagClassName
{
color: #A62768;
}
</style>
background-color css
<style>
a { background-color: #A62768; }
a { background-color: rgb(166,39,104); }
div.DivClassName
{
background-color: #A62768;
}
.BgClassName
{
background-color: #A62768;
}
</style>
border-color css
<style>
span { border-color: #A62768; }
span { border-color: rgb(166,39,104); }
td.TdClassName
{
border-color: #A62768;
}
.TagClassName
{
border-color: #A62768;
}
</style>