Shades of Lipstick #A1276C
Tints of Lipstick #A1276C
RGB
CMYK
RGB Variations
Color information
#A1276C (or 0xA1276C) is known color: Lipstick. HEX triplet: A1, 27 and 6C. RGB value is (161,39,108). Sum of RGB (Red+Green+Blue) = 161+39+108=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A1276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1276C is #5ED893. Grayscale: #535353. Windows color (decimal): -6215828 or 7088033. OLE color: 7088033.
HSL color Cylindrical-coordinate representation of color #A1276C: hue angle of 326.07º 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 #A1276C is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 108 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.37 |
| HSL | 326.07º | 0.61% | 0.39% | - |
| HSV(B) | 326.07º | 0.76% | 0.63% | - |
| XYZ | 18.13 | 10.11 | 15.18 | - |
| YUV | 83.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 108 | 0 | 0.76 | 0.33 | 0.37 | 326.07 | 0.61 | 0.39 |
| Hex | A1 | 27 | 6C | 0 | 4C | 21 | 25 | 146 | 3D | 27 |
| Octal | 241 | 47 | 154 | 0 | 114 | 41 | 45 | 506 | 75 | 47 |
| Binary | 10100001 | 100111 | 1101100 | 0 | 1001100 | 100001 | 100101 | 101000110 | 111101 | 100111 |
Color Harmonies of #A1276C
Complementary color
Monochromatic Colors of #A1276C
Black with #A1276C
Text Example
Text Example
White with #A1276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1276C; }
p { color: rgb(161,39,108); }
H1.HeaderClassName
{
color: #A1276C;
}
.AnyTagClassName
{
color: #A1276C;
}
</style>
background-color css
<style>
a { background-color: #A1276C; }
a { background-color: rgb(161,39,108); }
div.DivClassName
{
background-color: #A1276C;
}
.BgClassName
{
background-color: #A1276C;
}
</style>
border-color css
<style>
span { border-color: #A1276C; }
span { border-color: rgb(161,39,108); }
td.TdClassName
{
border-color: #A1276C;
}
.TagClassName
{
border-color: #A1276C;
}
</style>