Shades of Lipstick #A62A64
Tints of Lipstick #A62A64
RGB
CMYK
RGB Variations
Color information
#A62A64 (or 0xA62A64) is known color: Lipstick. HEX triplet: A6, 2A and 64. RGB value is (166,42,100). Sum of RGB (Red+Green+Blue) = 166+42+100=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62A64 is #59D59B. Grayscale: #555555. Windows color (decimal): -5887388 or 6564518. OLE color: 6564518.
HSL color Cylindrical-coordinate representation of color #A62A64: hue angle of 331.94º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62A64 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 42 | 100 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.35 |
| HSL | 331.94º | 0.6% | 0.41% | - |
| HSV(B) | 331.94º | 0.75% | 0.65% | - |
| XYZ | 18.85 | 10.68 | 13.12 | - |
| YUV | 85.69 | 136.08 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 100 | 0 | 0.75 | 0.40 | 0.35 | 331.94 | 0.6 | 0.41 |
| Hex | A6 | 2A | 64 | 0 | 4B | 28 | 23 | 14C | 3C | 29 |
| Octal | 246 | 52 | 144 | 0 | 113 | 50 | 43 | 514 | 74 | 51 |
| Binary | 10100110 | 101010 | 1100100 | 0 | 1001011 | 101000 | 100011 | 101001100 | 111100 | 101001 |
Color Harmonies of #A62A64
Complementary color
Monochromatic Colors of #A62A64
Black with #A62A64
Text Example
Text Example
White with #A62A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62A64; }
p { color: rgb(166,42,100); }
H1.HeaderClassName
{
color: #A62A64;
}
.AnyTagClassName
{
color: #A62A64;
}
</style>
background-color css
<style>
a { background-color: #A62A64; }
a { background-color: rgb(166,42,100); }
div.DivClassName
{
background-color: #A62A64;
}
.BgClassName
{
background-color: #A62A64;
}
</style>
border-color css
<style>
span { border-color: #A62A64; }
span { border-color: rgb(166,42,100); }
td.TdClassName
{
border-color: #A62A64;
}
.TagClassName
{
border-color: #A62A64;
}
</style>