Shades of Lipstick #A62350
Tints of Lipstick #A62350
RGB
CMYK
RGB Variations
Color information
#A62350 (or 0xA62350) is known color: Lipstick. HEX triplet: A6, 23 and 50. RGB value is (166,35,80). Sum of RGB (Red+Green+Blue) = 166+35+80=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A62350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62350 is #59DCAF. Grayscale: #4F4F4F. Windows color (decimal): -5889200 or 5252006. OLE color: 5252006.
HSL color Cylindrical-coordinate representation of color #A62350: hue angle of 339.39º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A62350 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 35 | 80 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.35 |
| HSL | 339.39º | 0.65% | 0.39% | - |
| HSV(B) | 339.39º | 0.79% | 0.65% | - |
| XYZ | 17.77 | 9.89 | 8.56 | - |
| YUV | 79.3 | 128.4 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 35 | 80 | 0 | 0.79 | 0.52 | 0.35 | 339.39 | 0.65 | 0.39 |
| Hex | A6 | 23 | 50 | 0 | 4F | 34 | 23 | 153 | 41 | 27 |
| Octal | 246 | 43 | 120 | 0 | 117 | 64 | 43 | 523 | 101 | 47 |
| Binary | 10100110 | 100011 | 1010000 | 0 | 1001111 | 110100 | 100011 | 101010011 | 1000001 | 100111 |
Color Harmonies of #A62350
Complementary color
Monochromatic Colors of #A62350
Black with #A62350
Text Example
Text Example
White with #A62350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62350; }
p { color: rgb(166,35,80); }
H1.HeaderClassName
{
color: #A62350;
}
.AnyTagClassName
{
color: #A62350;
}
</style>
background-color css
<style>
a { background-color: #A62350; }
a { background-color: rgb(166,35,80); }
div.DivClassName
{
background-color: #A62350;
}
.BgClassName
{
background-color: #A62350;
}
</style>
border-color css
<style>
span { border-color: #A62350; }
span { border-color: rgb(166,35,80); }
td.TdClassName
{
border-color: #A62350;
}
.TagClassName
{
border-color: #A62350;
}
</style>