Shades of Lipstick #A82D58
Tints of Lipstick #A82D58
RGB
CMYK
RGB Variations
Color information
#A82D58 (or 0xA82D58) is known color: Lipstick. HEX triplet: A8, 2D and 58. RGB value is (168,45,88). Sum of RGB (Red+Green+Blue) = 168+45+88=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82D58 is #57D2A7. Grayscale: #565656. Windows color (decimal): -5755560 or 5778856. OLE color: 5778856.
HSL color Cylindrical-coordinate representation of color #A82D58: hue angle of 339.02º 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 #A82D58 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 45 | 88 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.34 |
| HSL | 339.02º | 0.58% | 0.42% | - |
| HSV(B) | 339.02º | 0.73% | 0.66% | - |
| XYZ | 18.85 | 10.91 | 10.34 | - |
| YUV | 86.68 | 128.75 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 45 | 88 | 0 | 0.73 | 0.48 | 0.34 | 339.02 | 0.58 | 0.42 |
| Hex | A8 | 2D | 58 | 0 | 49 | 30 | 22 | 153 | 3A | 2A |
| Octal | 250 | 55 | 130 | 0 | 111 | 60 | 42 | 523 | 72 | 52 |
| Binary | 10101000 | 101101 | 1011000 | 0 | 1001001 | 110000 | 100010 | 101010011 | 111010 | 101010 |
Color Harmonies of #A82D58
Complementary color
Monochromatic Colors of #A82D58
Black with #A82D58
Text Example
Text Example
White with #A82D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82D58; }
p { color: rgb(168,45,88); }
H1.HeaderClassName
{
color: #A82D58;
}
.AnyTagClassName
{
color: #A82D58;
}
</style>
background-color css
<style>
a { background-color: #A82D58; }
a { background-color: rgb(168,45,88); }
div.DivClassName
{
background-color: #A82D58;
}
.BgClassName
{
background-color: #A82D58;
}
</style>
border-color css
<style>
span { border-color: #A82D58; }
span { border-color: rgb(168,45,88); }
td.TdClassName
{
border-color: #A82D58;
}
.TagClassName
{
border-color: #A82D58;
}
</style>