Shades of Lipstick #A8214C
Tints of Lipstick #A8214C
RGB
CMYK
RGB Variations
Color information
#A8214C (or 0xA8214C) is known color: Lipstick. HEX triplet: A8, 21 and 4C. RGB value is (168,33,76). Sum of RGB (Red+Green+Blue) = 168+33+76=277 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.65% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 168 - color contains mainly: red. Hex color #A8214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8214C is #57DEB3. Grayscale: #4E4E4E. Windows color (decimal): -5758644 or 4989352. OLE color: 4989352.
HSL color Cylindrical-coordinate representation of color #A8214C: hue angle of 340.89º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8214C is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 76 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.34 |
| HSL | 340.89º | 0.67% | 0.39% | - |
| HSV(B) | 340.89º | 0.8% | 0.66% | - |
| XYZ | 18 | 9.93 | 7.81 | - |
| YUV | 78.27 | 126.73 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 76 | 0 | 0.80 | 0.55 | 0.34 | 340.89 | 0.67 | 0.39 |
| Hex | A8 | 21 | 4C | 0 | 50 | 37 | 22 | 155 | 43 | 27 |
| Octal | 250 | 41 | 114 | 0 | 120 | 67 | 42 | 525 | 103 | 47 |
| Binary | 10101000 | 100001 | 1001100 | 0 | 1010000 | 110111 | 100010 | 101010101 | 1000011 | 100111 |
Color Harmonies of #A8214C
Complementary color
Monochromatic Colors of #A8214C
Black with #A8214C
Text Example
Text Example
White with #A8214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8214C; }
p { color: rgb(168,33,76); }
H1.HeaderClassName
{
color: #A8214C;
}
.AnyTagClassName
{
color: #A8214C;
}
</style>
background-color css
<style>
a { background-color: #A8214C; }
a { background-color: rgb(168,33,76); }
div.DivClassName
{
background-color: #A8214C;
}
.BgClassName
{
background-color: #A8214C;
}
</style>
border-color css
<style>
span { border-color: #A8214C; }
span { border-color: rgb(168,33,76); }
td.TdClassName
{
border-color: #A8214C;
}
.TagClassName
{
border-color: #A8214C;
}
</style>