Shades of Lipstick #A12754
Tints of Lipstick #A12754
RGB
CMYK
RGB Variations
Color information
#A12754 (or 0xA12754) is known color: Lipstick. HEX triplet: A1, 27 and 54. RGB value is (161,39,84). Sum of RGB (Red+Green+Blue) = 161+39+84=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A12754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12754 is #5ED8AB. Grayscale: #505050. Windows color (decimal): -6215852 or 5515169. OLE color: 5515169.
HSL color Cylindrical-coordinate representation of color #A12754: hue angle of 337.87º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12754 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 84 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.37 |
| HSL | 337.87º | 0.61% | 0.39% | - |
| HSV(B) | 337.87º | 0.76% | 0.63% | - |
| XYZ | 17.02 | 9.67 | 9.36 | - |
| YUV | 80.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 84 | 0 | 0.76 | 0.48 | 0.37 | 337.87 | 0.61 | 0.39 |
| Hex | A1 | 27 | 54 | 0 | 4C | 30 | 25 | 152 | 3D | 27 |
| Octal | 241 | 47 | 124 | 0 | 114 | 60 | 45 | 522 | 75 | 47 |
| Binary | 10100001 | 100111 | 1010100 | 0 | 1001100 | 110000 | 100101 | 101010010 | 111101 | 100111 |
Color Harmonies of #A12754
Complementary color
Monochromatic Colors of #A12754
Black with #A12754
Text Example
Text Example
White with #A12754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12754; }
p { color: rgb(161,39,84); }
H1.HeaderClassName
{
color: #A12754;
}
.AnyTagClassName
{
color: #A12754;
}
</style>
background-color css
<style>
a { background-color: #A12754; }
a { background-color: rgb(161,39,84); }
div.DivClassName
{
background-color: #A12754;
}
.BgClassName
{
background-color: #A12754;
}
</style>
border-color css
<style>
span { border-color: #A12754; }
span { border-color: rgb(161,39,84); }
td.TdClassName
{
border-color: #A12754;
}
.TagClassName
{
border-color: #A12754;
}
</style>