Shades of Lipstick #A12F5D
Tints of Lipstick #A12F5D
RGB
CMYK
RGB Variations
Color information
#A12F5D (or 0xA12F5D) is known color: Lipstick. HEX triplet: A1, 2F and 5D. RGB value is (161,47,93). Sum of RGB (Red+Green+Blue) = 161+47+93=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12F5D is #5ED0A2. Grayscale: #565656. Windows color (decimal): -6213795 or 6107041. OLE color: 6107041.
HSL color Cylindrical-coordinate representation of color #A12F5D: hue angle of 335.79º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A12F5D is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 47 | 93 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.37 |
| HSL | 335.79º | 0.55% | 0.41% | - |
| HSV(B) | 335.79º | 0.71% | 0.63% | - |
| XYZ | 17.69 | 10.4 | 11.43 | - |
| YUV | 86.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 47 | 93 | 0 | 0.71 | 0.42 | 0.37 | 335.79 | 0.55 | 0.41 |
| Hex | A1 | 2F | 5D | 0 | 47 | 2A | 25 | 150 | 37 | 29 |
| Octal | 241 | 57 | 135 | 0 | 107 | 52 | 45 | 520 | 67 | 51 |
| Binary | 10100001 | 101111 | 1011101 | 0 | 1000111 | 101010 | 100101 | 101010000 | 110111 | 101001 |
Color Harmonies of #A12F5D
Complementary color
Monochromatic Colors of #A12F5D
Black with #A12F5D
Text Example
Text Example
White with #A12F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12F5D; }
p { color: rgb(161,47,93); }
H1.HeaderClassName
{
color: #A12F5D;
}
.AnyTagClassName
{
color: #A12F5D;
}
</style>
background-color css
<style>
a { background-color: #A12F5D; }
a { background-color: rgb(161,47,93); }
div.DivClassName
{
background-color: #A12F5D;
}
.BgClassName
{
background-color: #A12F5D;
}
</style>
border-color css
<style>
span { border-color: #A12F5D; }
span { border-color: rgb(161,47,93); }
td.TdClassName
{
border-color: #A12F5D;
}
.TagClassName
{
border-color: #A12F5D;
}
</style>