Shades of Lipstick #A62454
Tints of Lipstick #A62454
RGB
CMYK
RGB Variations
Color information
#A62454 (or 0xA62454) is known color: Lipstick. HEX triplet: A6, 24 and 54. RGB value is (166,36,84). Sum of RGB (Red+Green+Blue) = 166+36+84=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A62454 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62454 is #59DBAB. Grayscale: #505050. Windows color (decimal): -5888940 or 5514406. OLE color: 5514406.
HSL color Cylindrical-coordinate representation of color #A62454: hue angle of 337.85º 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 #A62454 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 84 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.35 |
| HSL | 337.85º | 0.64% | 0.4% | - |
| HSV(B) | 337.85º | 0.78% | 0.65% | - |
| XYZ | 17.96 | 10.01 | 9.37 | - |
| YUV | 80.34 | 130.07 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 84 | 0 | 0.78 | 0.49 | 0.35 | 337.85 | 0.64 | 0.4 |
| Hex | A6 | 24 | 54 | 0 | 4E | 31 | 23 | 152 | 40 | 28 |
| Octal | 246 | 44 | 124 | 0 | 116 | 61 | 43 | 522 | 100 | 50 |
| Binary | 10100110 | 100100 | 1010100 | 0 | 1001110 | 110001 | 100011 | 101010010 | 1000000 | 101000 |
Color Harmonies of #A62454
Complementary color
Monochromatic Colors of #A62454
Black with #A62454
Text Example
Text Example
White with #A62454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62454; }
p { color: rgb(166,36,84); }
H1.HeaderClassName
{
color: #A62454;
}
.AnyTagClassName
{
color: #A62454;
}
</style>
background-color css
<style>
a { background-color: #A62454; }
a { background-color: rgb(166,36,84); }
div.DivClassName
{
background-color: #A62454;
}
.BgClassName
{
background-color: #A62454;
}
</style>
border-color css
<style>
span { border-color: #A62454; }
span { border-color: rgb(166,36,84); }
td.TdClassName
{
border-color: #A62454;
}
.TagClassName
{
border-color: #A62454;
}
</style>