Shades of Lipstick #A62458
Tints of Lipstick #A62458
RGB
CMYK
RGB Variations
Color information
#A62458 (or 0xA62458) is known color: Lipstick. HEX triplet: A6, 24 and 58. RGB value is (166,36,88). Sum of RGB (Red+Green+Blue) = 166+36+88=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A62458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62458 is #59DBA7. Grayscale: #505050. Windows color (decimal): -5888936 or 5776550. OLE color: 5776550.
HSL color Cylindrical-coordinate representation of color #A62458: hue angle of 336º 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 #A62458 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 88 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.35 |
| HSL | 336º | 0.64% | 0.4% | - |
| HSV(B) | 336º | 0.78% | 0.65% | - |
| XYZ | 18.12 | 10.07 | 10.22 | - |
| YUV | 80.8 | 132.07 | 188.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 88 | 0 | 0.78 | 0.47 | 0.35 | 336 | 0.64 | 0.4 |
| Hex | A6 | 24 | 58 | 0 | 4E | 2F | 23 | 150 | 40 | 28 |
| Octal | 246 | 44 | 130 | 0 | 116 | 57 | 43 | 520 | 100 | 50 |
| Binary | 10100110 | 100100 | 1011000 | 0 | 1001110 | 101111 | 100011 | 101010000 | 1000000 | 101000 |
Color Harmonies of #A62458
Complementary color
Monochromatic Colors of #A62458
Black with #A62458
Text Example
Text Example
White with #A62458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62458; }
p { color: rgb(166,36,88); }
H1.HeaderClassName
{
color: #A62458;
}
.AnyTagClassName
{
color: #A62458;
}
</style>
background-color css
<style>
a { background-color: #A62458; }
a { background-color: rgb(166,36,88); }
div.DivClassName
{
background-color: #A62458;
}
.BgClassName
{
background-color: #A62458;
}
</style>
border-color css
<style>
span { border-color: #A62458; }
span { border-color: rgb(166,36,88); }
td.TdClassName
{
border-color: #A62458;
}
.TagClassName
{
border-color: #A62458;
}
</style>