Shades of Lipstick #A62865
Tints of Lipstick #A62865
RGB
CMYK
RGB Variations
Color information
#A62865 (or 0xA62865) is known color: Lipstick. HEX triplet: A6, 28 and 65. RGB value is (166,40,101). Sum of RGB (Red+Green+Blue) = 166+40+101=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A62865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62865 is #59D79A. Grayscale: #545454. Windows color (decimal): -5887899 or 6629542. OLE color: 6629542.
HSL color Cylindrical-coordinate representation of color #A62865: hue angle of 330.95º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A62865 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 40 | 101 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.35 |
| HSL | 330.95º | 0.61% | 0.4% | - |
| HSV(B) | 330.95º | 0.76% | 0.65% | - |
| XYZ | 18.83 | 10.56 | 13.36 | - |
| YUV | 84.63 | 137.24 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 40 | 101 | 0 | 0.76 | 0.39 | 0.35 | 330.95 | 0.61 | 0.4 |
| Hex | A6 | 28 | 65 | 0 | 4C | 27 | 23 | 14B | 3D | 28 |
| Octal | 246 | 50 | 145 | 0 | 114 | 47 | 43 | 513 | 75 | 50 |
| Binary | 10100110 | 101000 | 1100101 | 0 | 1001100 | 100111 | 100011 | 101001011 | 111101 | 101000 |
Color Harmonies of #A62865
Complementary color
Monochromatic Colors of #A62865
Black with #A62865
Text Example
Text Example
White with #A62865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62865; }
p { color: rgb(166,40,101); }
H1.HeaderClassName
{
color: #A62865;
}
.AnyTagClassName
{
color: #A62865;
}
</style>
background-color css
<style>
a { background-color: #A62865; }
a { background-color: rgb(166,40,101); }
div.DivClassName
{
background-color: #A62865;
}
.BgClassName
{
background-color: #A62865;
}
</style>
border-color css
<style>
span { border-color: #A62865; }
span { border-color: rgb(166,40,101); }
td.TdClassName
{
border-color: #A62865;
}
.TagClassName
{
border-color: #A62865;
}
</style>