Shades of Lipstick #A5214C
Tints of Lipstick #A5214C
RGB
CMYK
RGB Variations
Color information
#A5214C (or 0xA5214C) is known color: Lipstick. HEX triplet: A5, 21 and 4C. RGB value is (165,33,76). Sum of RGB (Red+Green+Blue) = 165+33+76=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A5214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5214C is #5ADEB3. Grayscale: #4D4D4D. Windows color (decimal): -5955252 or 4989349. OLE color: 4989349.
HSL color Cylindrical-coordinate representation of color #A5214C: hue angle of 340.45º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A5214C is Cyan = 0, Magento = 0.8, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 33 | 76 | - |
| CMYK | 0 | 0.8 | 0.54 | 0.35 |
| HSL | 340.45º | 0.67% | 0.39% | - |
| HSV(B) | 340.45º | 0.8% | 0.65% | - |
| XYZ | 17.37 | 9.61 | 7.78 | - |
| YUV | 77.37 | 127.23 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 76 | 0 | 0.8 | 0.54 | 0.35 | 340.45 | 0.67 | 0.39 |
| Hex | A5 | 21 | 4C | 0 | 50 | 36 | 23 | 154 | 43 | 27 |
| Octal | 245 | 41 | 114 | 0 | 120 | 66 | 43 | 524 | 103 | 47 |
| Binary | 10100101 | 100001 | 1001100 | 0 | 1010000 | 110110 | 100011 | 101010100 | 1000011 | 100111 |
Color Harmonies of #A5214C
Complementary color
Monochromatic Colors of #A5214C
Black with #A5214C
Text Example
Text Example
White with #A5214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5214C; }
p { color: rgb(165,33,76); }
H1.HeaderClassName
{
color: #A5214C;
}
.AnyTagClassName
{
color: #A5214C;
}
</style>
background-color css
<style>
a { background-color: #A5214C; }
a { background-color: rgb(165,33,76); }
div.DivClassName
{
background-color: #A5214C;
}
.BgClassName
{
background-color: #A5214C;
}
</style>
border-color css
<style>
span { border-color: #A5214C; }
span { border-color: rgb(165,33,76); }
td.TdClassName
{
border-color: #A5214C;
}
.TagClassName
{
border-color: #A5214C;
}
</style>