Shades of Lipstick #A82462
Tints of Lipstick #A82462
RGB
CMYK
RGB Variations
Color information
#A82462 (or 0xA82462) is known color: Lipstick. HEX triplet: A8, 24 and 62. RGB value is (168,36,98). Sum of RGB (Red+Green+Blue) = 168+36+98=302 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.63% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 168 - color contains mainly: red. Hex color #A82462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82462 is #57DB9D. Grayscale: #525252. Windows color (decimal): -5757854 or 6431912. OLE color: 6431912.
HSL color Cylindrical-coordinate representation of color #A82462: hue angle of 331.82º 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 #A82462 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 98 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.34 |
| HSL | 331.82º | 0.65% | 0.4% | - |
| HSV(B) | 331.82º | 0.79% | 0.66% | - |
| XYZ | 18.98 | 10.47 | 12.58 | - |
| YUV | 82.54 | 136.73 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 98 | 0 | 0.79 | 0.42 | 0.34 | 331.82 | 0.65 | 0.4 |
| Hex | A8 | 24 | 62 | 0 | 4F | 2A | 22 | 14C | 41 | 28 |
| Octal | 250 | 44 | 142 | 0 | 117 | 52 | 42 | 514 | 101 | 50 |
| Binary | 10101000 | 100100 | 1100010 | 0 | 1001111 | 101010 | 100010 | 101001100 | 1000001 | 101000 |
Color Harmonies of #A82462
Complementary color
Monochromatic Colors of #A82462
Black with #A82462
Text Example
Text Example
White with #A82462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82462; }
p { color: rgb(168,36,98); }
H1.HeaderClassName
{
color: #A82462;
}
.AnyTagClassName
{
color: #A82462;
}
</style>
background-color css
<style>
a { background-color: #A82462; }
a { background-color: rgb(168,36,98); }
div.DivClassName
{
background-color: #A82462;
}
.BgClassName
{
background-color: #A82462;
}
</style>
border-color css
<style>
span { border-color: #A82462; }
span { border-color: rgb(168,36,98); }
td.TdClassName
{
border-color: #A82462;
}
.TagClassName
{
border-color: #A82462;
}
</style>