Shades of Lipstick #A8294A
Tints of Lipstick #A8294A
RGB
CMYK
RGB Variations
Color information
#A8294A (or 0xA8294A) is known color: Lipstick. HEX triplet: A8, 29 and 4A. RGB value is (168,41,74). Sum of RGB (Red+Green+Blue) = 168+41+74=283 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.36% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 168 - color contains mainly: red. Hex color #A8294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8294A is #57D6B5. Grayscale: #525252. Windows color (decimal): -5756598 or 4860328. OLE color: 4860328.
HSL color Cylindrical-coordinate representation of color #A8294A: hue angle of 344.41º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8294A is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 41 | 74 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.34 |
| HSL | 344.41º | 0.61% | 0.41% | - |
| HSV(B) | 344.41º | 0.76% | 0.66% | - |
| XYZ | 18.18 | 10.41 | 7.53 | - |
| YUV | 82.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 41 | 74 | 0 | 0.76 | 0.56 | 0.34 | 344.41 | 0.61 | 0.41 |
| Hex | A8 | 29 | 4A | 0 | 4C | 38 | 22 | 158 | 3D | 29 |
| Octal | 250 | 51 | 112 | 0 | 114 | 70 | 42 | 530 | 75 | 51 |
| Binary | 10101000 | 101001 | 1001010 | 0 | 1001100 | 111000 | 100010 | 101011000 | 111101 | 101001 |
Color Harmonies of #A8294A
Complementary color
Monochromatic Colors of #A8294A
Black with #A8294A
Text Example
Text Example
White with #A8294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8294A; }
p { color: rgb(168,41,74); }
H1.HeaderClassName
{
color: #A8294A;
}
.AnyTagClassName
{
color: #A8294A;
}
</style>
background-color css
<style>
a { background-color: #A8294A; }
a { background-color: rgb(168,41,74); }
div.DivClassName
{
background-color: #A8294A;
}
.BgClassName
{
background-color: #A8294A;
}
</style>
border-color css
<style>
span { border-color: #A8294A; }
span { border-color: rgb(168,41,74); }
td.TdClassName
{
border-color: #A8294A;
}
.TagClassName
{
border-color: #A8294A;
}
</style>