Shades of Lipstick #A1305D
Tints of Lipstick #A1305D
RGB
CMYK
RGB Variations
Color information
#A1305D (or 0xA1305D) is known color: Lipstick. HEX triplet: A1, 30 and 5D. RGB value is (161,48,93). Sum of RGB (Red+Green+Blue) = 161+48+93=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A1305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1305D is #5ECFA2. Grayscale: #565656. Windows color (decimal): -6213539 or 6107297. OLE color: 6107297.
HSL color Cylindrical-coordinate representation of color #A1305D: hue angle of 336.11º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1305D is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 93 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.37 |
| HSL | 336.11º | 0.54% | 0.41% | - |
| HSV(B) | 336.11º | 0.7% | 0.63% | - |
| XYZ | 17.73 | 10.48 | 11.44 | - |
| YUV | 86.92 | 131.44 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 93 | 0 | 0.70 | 0.42 | 0.37 | 336.11 | 0.54 | 0.41 |
| Hex | A1 | 30 | 5D | 0 | 46 | 2A | 25 | 150 | 36 | 29 |
| Octal | 241 | 60 | 135 | 0 | 106 | 52 | 45 | 520 | 66 | 51 |
| Binary | 10100001 | 110000 | 1011101 | 0 | 1000110 | 101010 | 100101 | 101010000 | 110110 | 101001 |
Color Harmonies of #A1305D
Complementary color
Monochromatic Colors of #A1305D
Black with #A1305D
Text Example
Text Example
White with #A1305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1305D; }
p { color: rgb(161,48,93); }
H1.HeaderClassName
{
color: #A1305D;
}
.AnyTagClassName
{
color: #A1305D;
}
</style>
background-color css
<style>
a { background-color: #A1305D; }
a { background-color: rgb(161,48,93); }
div.DivClassName
{
background-color: #A1305D;
}
.BgClassName
{
background-color: #A1305D;
}
</style>
border-color css
<style>
span { border-color: #A1305D; }
span { border-color: rgb(161,48,93); }
td.TdClassName
{
border-color: #A1305D;
}
.TagClassName
{
border-color: #A1305D;
}
</style>