Shades of Lipstick #A82D5D
Tints of Lipstick #A82D5D
RGB
CMYK
RGB Variations
Color information
#A82D5D (or 0xA82D5D) is known color: Lipstick. HEX triplet: A8, 2D and 5D. RGB value is (168,45,93). Sum of RGB (Red+Green+Blue) = 168+45+93=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82D5D is #57D2A2. Grayscale: #575757. Windows color (decimal): -5755555 or 6106536. OLE color: 6106536.
HSL color Cylindrical-coordinate representation of color #A82D5D: hue angle of 336.59º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82D5D is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 93 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.34 |
| HSL | 336.59º | 0.58% | 0.42% | - |
| HSV(B) | 336.59º | 0.73% | 0.66% | - |
| XYZ | 19.06 | 10.99 | 11.47 | - |
| YUV | 87.25 | 131.25 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 93 | 0 | 0.73 | 0.45 | 0.34 | 336.59 | 0.58 | 0.42 |
| Hex | A8 | 2D | 5D | 0 | 49 | 2D | 22 | 151 | 3A | 2A |
| Octal | 250 | 55 | 135 | 0 | 111 | 55 | 42 | 521 | 72 | 52 |
| Binary | 10101000 | 101101 | 1011101 | 0 | 1001001 | 101101 | 100010 | 101010001 | 111010 | 101010 |
Color Harmonies of #A82D5D
Complementary color
Monochromatic Colors of #A82D5D
Black with #A82D5D
Text Example
Text Example
White with #A82D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82D5D; }
p { color: rgb(168,45,93); }
H1.HeaderClassName
{
color: #A82D5D;
}
.AnyTagClassName
{
color: #A82D5D;
}
</style>
background-color css
<style>
a { background-color: #A82D5D; }
a { background-color: rgb(168,45,93); }
div.DivClassName
{
background-color: #A82D5D;
}
.BgClassName
{
background-color: #A82D5D;
}
</style>
border-color css
<style>
span { border-color: #A82D5D; }
span { border-color: rgb(168,45,93); }
td.TdClassName
{
border-color: #A82D5D;
}
.TagClassName
{
border-color: #A82D5D;
}
</style>