Shades of Lipstick #A62460
Tints of Lipstick #A62460
RGB
CMYK
RGB Variations
Color information
#A62460 (or 0xA62460) is known color: Lipstick. HEX triplet: A6, 24 and 60. RGB value is (166,36,96). Sum of RGB (Red+Green+Blue) = 166+36+96=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A62460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62460 is #59DB9F. Grayscale: #515151. Windows color (decimal): -5888928 or 6300838. OLE color: 6300838.
HSL color Cylindrical-coordinate representation of color #A62460: hue angle of 332.31º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62460 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 96 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.35 |
| HSL | 332.31º | 0.64% | 0.4% | - |
| HSV(B) | 332.31º | 0.78% | 0.65% | - |
| XYZ | 18.47 | 10.21 | 12.06 | - |
| YUV | 81.71 | 136.07 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 96 | 0 | 0.78 | 0.42 | 0.35 | 332.31 | 0.64 | 0.4 |
| Hex | A6 | 24 | 60 | 0 | 4E | 2A | 23 | 14C | 40 | 28 |
| Octal | 246 | 44 | 140 | 0 | 116 | 52 | 43 | 514 | 100 | 50 |
| Binary | 10100110 | 100100 | 1100000 | 0 | 1001110 | 101010 | 100011 | 101001100 | 1000000 | 101000 |
Color Harmonies of #A62460
Complementary color
Monochromatic Colors of #A62460
Black with #A62460
Text Example
Text Example
White with #A62460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62460; }
p { color: rgb(166,36,96); }
H1.HeaderClassName
{
color: #A62460;
}
.AnyTagClassName
{
color: #A62460;
}
</style>
background-color css
<style>
a { background-color: #A62460; }
a { background-color: rgb(166,36,96); }
div.DivClassName
{
background-color: #A62460;
}
.BgClassName
{
background-color: #A62460;
}
</style>
border-color css
<style>
span { border-color: #A62460; }
span { border-color: rgb(166,36,96); }
td.TdClassName
{
border-color: #A62460;
}
.TagClassName
{
border-color: #A62460;
}
</style>