Shades of Lipstick #A8204C
Tints of Lipstick #A8204C
RGB
CMYK
RGB Variations
Color information
#A8204C (or 0xA8204C) is known color: Lipstick. HEX triplet: A8, 20 and 4C. RGB value is (168,32,76). Sum of RGB (Red+Green+Blue) = 168+32+76=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A8204C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8204C is #57DFB3. Grayscale: #4D4D4D. Windows color (decimal): -5758900 or 4989096. OLE color: 4989096.
HSL color Cylindrical-coordinate representation of color #A8204C: hue angle of 340.59º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8204C is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 32 | 76 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.34 |
| HSL | 340.59º | 0.68% | 0.39% | - |
| HSV(B) | 340.59º | 0.81% | 0.66% | - |
| XYZ | 17.97 | 9.88 | 7.8 | - |
| YUV | 77.68 | 127.06 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 76 | 0 | 0.81 | 0.55 | 0.34 | 340.59 | 0.68 | 0.39 |
| Hex | A8 | 20 | 4C | 0 | 51 | 37 | 22 | 155 | 44 | 27 |
| Octal | 250 | 40 | 114 | 0 | 121 | 67 | 42 | 525 | 104 | 47 |
| Binary | 10101000 | 100000 | 1001100 | 0 | 1010001 | 110111 | 100010 | 101010101 | 1000100 | 100111 |
Color Harmonies of #A8204C
Complementary color
Monochromatic Colors of #A8204C
Black with #A8204C
Text Example
Text Example
White with #A8204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8204C; }
p { color: rgb(168,32,76); }
H1.HeaderClassName
{
color: #A8204C;
}
.AnyTagClassName
{
color: #A8204C;
}
</style>
background-color css
<style>
a { background-color: #A8204C; }
a { background-color: rgb(168,32,76); }
div.DivClassName
{
background-color: #A8204C;
}
.BgClassName
{
background-color: #A8204C;
}
</style>
border-color css
<style>
span { border-color: #A8204C; }
span { border-color: rgb(168,32,76); }
td.TdClassName
{
border-color: #A8204C;
}
.TagClassName
{
border-color: #A8204C;
}
</style>