Shades of Lipstick #A12464
Tints of Lipstick #A12464
RGB
CMYK
RGB Variations
Color information
#A12464 (or 0xA12464) is known color: Lipstick. HEX triplet: A1, 24 and 64. RGB value is (161,36,100). Sum of RGB (Red+Green+Blue) = 161+36+100=297 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.21% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 161 - color contains mainly: red. Hex color #A12464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12464 is #5EDB9B. Grayscale: #505050. Windows color (decimal): -6216604 or 6562977. OLE color: 6562977.
HSL color Cylindrical-coordinate representation of color #A12464: hue angle of 329.28º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12464 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 100 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.37 |
| HSL | 329.28º | 0.63% | 0.39% | - |
| HSV(B) | 329.28º | 0.78% | 0.63% | - |
| XYZ | 17.63 | 9.76 | 13.01 | - |
| YUV | 80.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 100 | 0 | 0.78 | 0.38 | 0.37 | 329.28 | 0.63 | 0.39 |
| Hex | A1 | 24 | 64 | 0 | 4E | 26 | 25 | 149 | 3F | 27 |
| Octal | 241 | 44 | 144 | 0 | 116 | 46 | 45 | 511 | 77 | 47 |
| Binary | 10100001 | 100100 | 1100100 | 0 | 1001110 | 100110 | 100101 | 101001001 | 111111 | 100111 |
Color Harmonies of #A12464
Complementary color
Monochromatic Colors of #A12464
Black with #A12464
Text Example
Text Example
White with #A12464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12464; }
p { color: rgb(161,36,100); }
H1.HeaderClassName
{
color: #A12464;
}
.AnyTagClassName
{
color: #A12464;
}
</style>
background-color css
<style>
a { background-color: #A12464; }
a { background-color: rgb(161,36,100); }
div.DivClassName
{
background-color: #A12464;
}
.BgClassName
{
background-color: #A12464;
}
</style>
border-color css
<style>
span { border-color: #A12464; }
span { border-color: rgb(161,36,100); }
td.TdClassName
{
border-color: #A12464;
}
.TagClassName
{
border-color: #A12464;
}
</style>