Shades of Lipstick #A12752
Tints of Lipstick #A12752
RGB
CMYK
RGB Variations
Color information
#A12752 (or 0xA12752) is known color: Lipstick. HEX triplet: A1, 27 and 52. RGB value is (161,39,82). Sum of RGB (Red+Green+Blue) = 161+39+82=282 (37% of max value = 765). Red value is 161 (63.28% from 255 or 57.09% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 161 - color contains mainly: red. Hex color #A12752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12752 is #5ED8AD. Grayscale: #505050. Windows color (decimal): -6215854 or 5384097. OLE color: 5384097.
HSL color Cylindrical-coordinate representation of color #A12752: hue angle of 338.85º 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 #A12752 is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 82 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.37 |
| HSL | 338.85º | 0.61% | 0.39% | - |
| HSV(B) | 338.85º | 0.76% | 0.63% | - |
| XYZ | 16.95 | 9.64 | 8.95 | - |
| YUV | 80.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 82 | 0 | 0.76 | 0.49 | 0.37 | 338.85 | 0.61 | 0.39 |
| Hex | A1 | 27 | 52 | 0 | 4C | 31 | 25 | 153 | 3D | 27 |
| Octal | 241 | 47 | 122 | 0 | 114 | 61 | 45 | 523 | 75 | 47 |
| Binary | 10100001 | 100111 | 1010010 | 0 | 1001100 | 110001 | 100101 | 101010011 | 111101 | 100111 |
Color Harmonies of #A12752
Complementary color
Monochromatic Colors of #A12752
Black with #A12752
Text Example
Text Example
White with #A12752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12752; }
p { color: rgb(161,39,82); }
H1.HeaderClassName
{
color: #A12752;
}
.AnyTagClassName
{
color: #A12752;
}
</style>
background-color css
<style>
a { background-color: #A12752; }
a { background-color: rgb(161,39,82); }
div.DivClassName
{
background-color: #A12752;
}
.BgClassName
{
background-color: #A12752;
}
</style>
border-color css
<style>
span { border-color: #A12752; }
span { border-color: rgb(161,39,82); }
td.TdClassName
{
border-color: #A12752;
}
.TagClassName
{
border-color: #A12752;
}
</style>