Shades of Lipstick #A82461
Tints of Lipstick #A82461
RGB
CMYK
RGB Variations
Color information
#A82461 (or 0xA82461) is known color: Lipstick. HEX triplet: A8, 24 and 61. RGB value is (168,36,97). Sum of RGB (Red+Green+Blue) = 168+36+97=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A82461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82461 is #57DB9E. Grayscale: #525252. Windows color (decimal): -5757855 or 6366376. OLE color: 6366376.
HSL color Cylindrical-coordinate representation of color #A82461: hue angle of 332.27º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82461 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 97 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.34 |
| HSL | 332.27º | 0.65% | 0.4% | - |
| HSV(B) | 332.27º | 0.79% | 0.66% | - |
| XYZ | 18.94 | 10.45 | 12.33 | - |
| YUV | 82.42 | 136.23 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 97 | 0 | 0.79 | 0.42 | 0.34 | 332.27 | 0.65 | 0.4 |
| Hex | A8 | 24 | 61 | 0 | 4F | 2A | 22 | 14C | 41 | 28 |
| Octal | 250 | 44 | 141 | 0 | 117 | 52 | 42 | 514 | 101 | 50 |
| Binary | 10101000 | 100100 | 1100001 | 0 | 1001111 | 101010 | 100010 | 101001100 | 1000001 | 101000 |
Color Harmonies of #A82461
Complementary color
Monochromatic Colors of #A82461
Black with #A82461
Text Example
Text Example
White with #A82461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82461; }
p { color: rgb(168,36,97); }
H1.HeaderClassName
{
color: #A82461;
}
.AnyTagClassName
{
color: #A82461;
}
</style>
background-color css
<style>
a { background-color: #A82461; }
a { background-color: rgb(168,36,97); }
div.DivClassName
{
background-color: #A82461;
}
.BgClassName
{
background-color: #A82461;
}
</style>
border-color css
<style>
span { border-color: #A82461; }
span { border-color: rgb(168,36,97); }
td.TdClassName
{
border-color: #A82461;
}
.TagClassName
{
border-color: #A82461;
}
</style>