Shades of Lipstick #A02461
Tints of Lipstick #A02461
RGB
CMYK
RGB Variations
Color information
#A02461 (or 0xA02461) is known color: Lipstick. HEX triplet: A0, 24 and 61. RGB value is (160,36,97). Sum of RGB (Red+Green+Blue) = 160+36+97=293 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.61% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 160 - color contains mainly: red. Hex color #A02461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02461 is #5FDB9E. Grayscale: #4F4F4F. Windows color (decimal): -6282143 or 6366368. OLE color: 6366368.
HSL color Cylindrical-coordinate representation of color #A02461: hue angle of 330.48º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02461 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 97 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.37 |
| HSL | 330.48º | 0.63% | 0.38% | - |
| HSV(B) | 330.48º | 0.78% | 0.63% | - |
| XYZ | 17.29 | 9.6 | 12.25 | - |
| YUV | 80.03 | 137.58 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 97 | 0 | 0.78 | 0.39 | 0.37 | 330.48 | 0.63 | 0.38 |
| Hex | A0 | 24 | 61 | 0 | 4E | 27 | 25 | 14A | 3F | 26 |
| Octal | 240 | 44 | 141 | 0 | 116 | 47 | 45 | 512 | 77 | 46 |
| Binary | 10100000 | 100100 | 1100001 | 0 | 1001110 | 100111 | 100101 | 101001010 | 111111 | 100110 |
Color Harmonies of #A02461
Complementary color
Monochromatic Colors of #A02461
Black with #A02461
Text Example
Text Example
White with #A02461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02461; }
p { color: rgb(160,36,97); }
H1.HeaderClassName
{
color: #A02461;
}
.AnyTagClassName
{
color: #A02461;
}
</style>
background-color css
<style>
a { background-color: #A02461; }
a { background-color: rgb(160,36,97); }
div.DivClassName
{
background-color: #A02461;
}
.BgClassName
{
background-color: #A02461;
}
</style>
border-color css
<style>
span { border-color: #A02461; }
span { border-color: rgb(160,36,97); }
td.TdClassName
{
border-color: #A02461;
}
.TagClassName
{
border-color: #A02461;
}
</style>