Shades of Lipstick #A12669
Tints of Lipstick #A12669
RGB
CMYK
RGB Variations
Color information
#A12669 (or 0xA12669) is known color: Lipstick. HEX triplet: A1, 26 and 69. RGB value is (161,38,105). Sum of RGB (Red+Green+Blue) = 161+38+105=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A12669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12669 is #5ED996. Grayscale: #525252. Windows color (decimal): -6216087 or 6891169. OLE color: 6891169.
HSL color Cylindrical-coordinate representation of color #A12669: hue angle of 327.32º degrees, saturation: 0.62, 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 #A12669 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 105 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.37 |
| HSL | 327.32º | 0.62% | 0.39% | - |
| HSV(B) | 327.32º | 0.76% | 0.63% | - |
| XYZ | 17.94 | 9.98 | 14.35 | - |
| YUV | 82.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 105 | 0 | 0.76 | 0.35 | 0.37 | 327.32 | 0.62 | 0.39 |
| Hex | A1 | 26 | 69 | 0 | 4C | 23 | 25 | 147 | 3E | 27 |
| Octal | 241 | 46 | 151 | 0 | 114 | 43 | 45 | 507 | 76 | 47 |
| Binary | 10100001 | 100110 | 1101001 | 0 | 1001100 | 100011 | 100101 | 101000111 | 111110 | 100111 |
Color Harmonies of #A12669
Complementary color
Monochromatic Colors of #A12669
Black with #A12669
Text Example
Text Example
White with #A12669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12669; }
p { color: rgb(161,38,105); }
H1.HeaderClassName
{
color: #A12669;
}
.AnyTagClassName
{
color: #A12669;
}
</style>
background-color css
<style>
a { background-color: #A12669; }
a { background-color: rgb(161,38,105); }
div.DivClassName
{
background-color: #A12669;
}
.BgClassName
{
background-color: #A12669;
}
</style>
border-color css
<style>
span { border-color: #A12669; }
span { border-color: rgb(161,38,105); }
td.TdClassName
{
border-color: #A12669;
}
.TagClassName
{
border-color: #A12669;
}
</style>