Shades of Lipstick #A12463
Tints of Lipstick #A12463
RGB
CMYK
RGB Variations
Color information
#A12463 (or 0xA12463) is known color: Lipstick. HEX triplet: A1, 24 and 63. RGB value is (161,36,99). Sum of RGB (Red+Green+Blue) = 161+36+99=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A12463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12463 is #5EDB9C. Grayscale: #505050. Windows color (decimal): -6216605 or 6497441. OLE color: 6497441.
HSL color Cylindrical-coordinate representation of color #A12463: hue angle of 329.76º 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 #A12463 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 36 | 99 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.37 |
| HSL | 329.76º | 0.63% | 0.39% | - |
| HSV(B) | 329.76º | 0.78% | 0.63% | - |
| XYZ | 17.58 | 9.74 | 12.76 | - |
| YUV | 80.56 | 138.41 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 99 | 0 | 0.78 | 0.39 | 0.37 | 329.76 | 0.63 | 0.39 |
| Hex | A1 | 24 | 63 | 0 | 4E | 27 | 25 | 14A | 3F | 27 |
| Octal | 241 | 44 | 143 | 0 | 116 | 47 | 45 | 512 | 77 | 47 |
| Binary | 10100001 | 100100 | 1100011 | 0 | 1001110 | 100111 | 100101 | 101001010 | 111111 | 100111 |
Color Harmonies of #A12463
Complementary color
Monochromatic Colors of #A12463
Black with #A12463
Text Example
Text Example
White with #A12463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12463; }
p { color: rgb(161,36,99); }
H1.HeaderClassName
{
color: #A12463;
}
.AnyTagClassName
{
color: #A12463;
}
</style>
background-color css
<style>
a { background-color: #A12463; }
a { background-color: rgb(161,36,99); }
div.DivClassName
{
background-color: #A12463;
}
.BgClassName
{
background-color: #A12463;
}
</style>
border-color css
<style>
span { border-color: #A12463; }
span { border-color: rgb(161,36,99); }
td.TdClassName
{
border-color: #A12463;
}
.TagClassName
{
border-color: #A12463;
}
</style>