Shades of Lipstick #A23053
Tints of Lipstick #A23053
RGB
CMYK
RGB Variations
Color information
#A23053 (or 0xA23053) is known color: Lipstick. HEX triplet: A2, 30 and 53. RGB value is (162,48,83). Sum of RGB (Red+Green+Blue) = 162+48+83=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A23053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23053 is #5DCFAC. Grayscale: #565656. Windows color (decimal): -6148013 or 5451938. OLE color: 5451938.
HSL color Cylindrical-coordinate representation of color #A23053: hue angle of 341.58º 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 #A23053 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 83 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.36 |
| HSL | 341.58º | 0.54% | 0.41% | - |
| HSV(B) | 341.58º | 0.7% | 0.64% | - |
| XYZ | 17.52 | 10.42 | 9.27 | - |
| YUV | 86.08 | 126.27 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 83 | 0 | 0.70 | 0.49 | 0.36 | 341.58 | 0.54 | 0.41 |
| Hex | A2 | 30 | 53 | 0 | 46 | 31 | 24 | 156 | 36 | 29 |
| Octal | 242 | 60 | 123 | 0 | 106 | 61 | 44 | 526 | 66 | 51 |
| Binary | 10100010 | 110000 | 1010011 | 0 | 1000110 | 110001 | 100100 | 101010110 | 110110 | 101001 |
Color Harmonies of #A23053
Complementary color
Monochromatic Colors of #A23053
Black with #A23053
Text Example
Text Example
White with #A23053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23053; }
p { color: rgb(162,48,83); }
H1.HeaderClassName
{
color: #A23053;
}
.AnyTagClassName
{
color: #A23053;
}
</style>
background-color css
<style>
a { background-color: #A23053; }
a { background-color: rgb(162,48,83); }
div.DivClassName
{
background-color: #A23053;
}
.BgClassName
{
background-color: #A23053;
}
</style>
border-color css
<style>
span { border-color: #A23053; }
span { border-color: rgb(162,48,83); }
td.TdClassName
{
border-color: #A23053;
}
.TagClassName
{
border-color: #A23053;
}
</style>