Shades of Lipstick #A82758
Tints of Lipstick #A82758
RGB
CMYK
RGB Variations
Color information
#A82758 (or 0xA82758) is known color: Lipstick. HEX triplet: A8, 27 and 58. RGB value is (168,39,88). Sum of RGB (Red+Green+Blue) = 168+39+88=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A82758 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82758 is #57D8A7. Grayscale: #535353. Windows color (decimal): -5757096 or 5777320. OLE color: 5777320.
HSL color Cylindrical-coordinate representation of color #A82758: hue angle of 337.21º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82758 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 39 | 88 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.34 |
| HSL | 337.21º | 0.62% | 0.41% | - |
| HSV(B) | 337.21º | 0.77% | 0.66% | - |
| XYZ | 18.64 | 10.48 | 10.27 | - |
| YUV | 83.16 | 130.74 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 39 | 88 | 0 | 0.77 | 0.48 | 0.34 | 337.21 | 0.62 | 0.41 |
| Hex | A8 | 27 | 58 | 0 | 4D | 30 | 22 | 151 | 3E | 29 |
| Octal | 250 | 47 | 130 | 0 | 115 | 60 | 42 | 521 | 76 | 51 |
| Binary | 10101000 | 100111 | 1011000 | 0 | 1001101 | 110000 | 100010 | 101010001 | 111110 | 101001 |
Color Harmonies of #A82758
Complementary color
Monochromatic Colors of #A82758
Black with #A82758
Text Example
Text Example
White with #A82758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82758; }
p { color: rgb(168,39,88); }
H1.HeaderClassName
{
color: #A82758;
}
.AnyTagClassName
{
color: #A82758;
}
</style>
background-color css
<style>
a { background-color: #A82758; }
a { background-color: rgb(168,39,88); }
div.DivClassName
{
background-color: #A82758;
}
.BgClassName
{
background-color: #A82758;
}
</style>
border-color css
<style>
span { border-color: #A82758; }
span { border-color: rgb(168,39,88); }
td.TdClassName
{
border-color: #A82758;
}
.TagClassName
{
border-color: #A82758;
}
</style>