Shades of Lipstick #A23257
Tints of Lipstick #A23257
RGB
CMYK
RGB Variations
Color information
#A23257 (or 0xA23257) is known color: Lipstick. HEX triplet: A2, 32 and 57. RGB value is (162,50,87). Sum of RGB (Red+Green+Blue) = 162+50+87=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A23257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23257 is #5DCDA8. Grayscale: #575757. Windows color (decimal): -6147497 or 5714594. OLE color: 5714594.
HSL color Cylindrical-coordinate representation of color #A23257: hue angle of 340.18º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23257 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 87 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.36 |
| HSL | 340.18º | 0.53% | 0.42% | - |
| HSV(B) | 340.18º | 0.69% | 0.64% | - |
| XYZ | 17.76 | 10.65 | 10.14 | - |
| YUV | 87.71 | 127.61 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 87 | 0 | 0.69 | 0.46 | 0.36 | 340.18 | 0.53 | 0.42 |
| Hex | A2 | 32 | 57 | 0 | 45 | 2E | 24 | 154 | 35 | 2A |
| Octal | 242 | 62 | 127 | 0 | 105 | 56 | 44 | 524 | 65 | 52 |
| Binary | 10100010 | 110010 | 1010111 | 0 | 1000101 | 101110 | 100100 | 101010100 | 110101 | 101010 |
Color Harmonies of #A23257
Complementary color
Monochromatic Colors of #A23257
Black with #A23257
Text Example
Text Example
White with #A23257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23257; }
p { color: rgb(162,50,87); }
H1.HeaderClassName
{
color: #A23257;
}
.AnyTagClassName
{
color: #A23257;
}
</style>
background-color css
<style>
a { background-color: #A23257; }
a { background-color: rgb(162,50,87); }
div.DivClassName
{
background-color: #A23257;
}
.BgClassName
{
background-color: #A23257;
}
</style>
border-color css
<style>
span { border-color: #A23257; }
span { border-color: rgb(162,50,87); }
td.TdClassName
{
border-color: #A23257;
}
.TagClassName
{
border-color: #A23257;
}
</style>