Shades of Lipstick #A2315E
Tints of Lipstick #A2315E
RGB
CMYK
RGB Variations
Color information
#A2315E (or 0xA2315E) is known color: Lipstick. HEX triplet: A2, 31 and 5E. RGB value is (162,49,94). Sum of RGB (Red+Green+Blue) = 162+49+94=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A2315E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2315E is #5DCEA1. Grayscale: #575757. Windows color (decimal): -6147746 or 6173090. OLE color: 6173090.
HSL color Cylindrical-coordinate representation of color #A2315E: hue angle of 336.11º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2315E is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 49 | 94 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.36 |
| HSL | 336.11º | 0.54% | 0.41% | - |
| HSV(B) | 336.11º | 0.7% | 0.64% | - |
| XYZ | 18.02 | 10.69 | 11.7 | - |
| YUV | 87.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 94 | 0 | 0.70 | 0.42 | 0.36 | 336.11 | 0.54 | 0.41 |
| Hex | A2 | 31 | 5E | 0 | 46 | 2A | 24 | 150 | 36 | 29 |
| Octal | 242 | 61 | 136 | 0 | 106 | 52 | 44 | 520 | 66 | 51 |
| Binary | 10100010 | 110001 | 1011110 | 0 | 1000110 | 101010 | 100100 | 101010000 | 110110 | 101001 |
Color Harmonies of #A2315E
Complementary color
Monochromatic Colors of #A2315E
Black with #A2315E
Text Example
Text Example
White with #A2315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2315E; }
p { color: rgb(162,49,94); }
H1.HeaderClassName
{
color: #A2315E;
}
.AnyTagClassName
{
color: #A2315E;
}
</style>
background-color css
<style>
a { background-color: #A2315E; }
a { background-color: rgb(162,49,94); }
div.DivClassName
{
background-color: #A2315E;
}
.BgClassName
{
background-color: #A2315E;
}
</style>
border-color css
<style>
span { border-color: #A2315E; }
span { border-color: rgb(162,49,94); }
td.TdClassName
{
border-color: #A2315E;
}
.TagClassName
{
border-color: #A2315E;
}
</style>