Shades of Lipstick #A62D5A
Tints of Lipstick #A62D5A
RGB
CMYK
RGB Variations
Color information
#A62D5A (or 0xA62D5A) is known color: Lipstick. HEX triplet: A6, 2D and 5A. RGB value is (166,45,90). Sum of RGB (Red+Green+Blue) = 166+45+90=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62D5A is #59D2A5. Grayscale: #565656. Windows color (decimal): -5886630 or 5909926. OLE color: 5909926.
HSL color Cylindrical-coordinate representation of color #A62D5A: hue angle of 337.69º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62D5A is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 45 | 90 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.35 |
| HSL | 337.69º | 0.57% | 0.41% | - |
| HSV(B) | 337.69º | 0.73% | 0.65% | - |
| XYZ | 18.51 | 10.72 | 10.77 | - |
| YUV | 86.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 90 | 0 | 0.73 | 0.46 | 0.35 | 337.69 | 0.57 | 0.41 |
| Hex | A6 | 2D | 5A | 0 | 49 | 2E | 23 | 152 | 39 | 29 |
| Octal | 246 | 55 | 132 | 0 | 111 | 56 | 43 | 522 | 71 | 51 |
| Binary | 10100110 | 101101 | 1011010 | 0 | 1001001 | 101110 | 100011 | 101010010 | 111001 | 101001 |
Color Harmonies of #A62D5A
Complementary color
Monochromatic Colors of #A62D5A
Black with #A62D5A
Text Example
Text Example
White with #A62D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62D5A; }
p { color: rgb(166,45,90); }
H1.HeaderClassName
{
color: #A62D5A;
}
.AnyTagClassName
{
color: #A62D5A;
}
</style>
background-color css
<style>
a { background-color: #A62D5A; }
a { background-color: rgb(166,45,90); }
div.DivClassName
{
background-color: #A62D5A;
}
.BgClassName
{
background-color: #A62D5A;
}
</style>
border-color css
<style>
span { border-color: #A62D5A; }
span { border-color: rgb(166,45,90); }
td.TdClassName
{
border-color: #A62D5A;
}
.TagClassName
{
border-color: #A62D5A;
}
</style>