Shades of Lipstick #A0305C
Tints of Lipstick #A0305C
RGB
CMYK
RGB Variations
Color information
#A0305C (or 0xA0305C) is known color: Lipstick. HEX triplet: A0, 30 and 5C. RGB value is (160,48,92). Sum of RGB (Red+Green+Blue) = 160+48+92=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0305C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0305C is #5FCFA3. Grayscale: #565656. Windows color (decimal): -6279076 or 6041760. OLE color: 6041760.
HSL color Cylindrical-coordinate representation of color #A0305C: hue angle of 336.43º 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 #A0305C is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 92 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.37 |
| HSL | 336.43º | 0.54% | 0.41% | - |
| HSV(B) | 336.43º | 0.7% | 0.63% | - |
| XYZ | 17.49 | 10.36 | 11.2 | - |
| YUV | 86.5 | 131.11 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 92 | 0 | 0.70 | 0.43 | 0.37 | 336.43 | 0.54 | 0.41 |
| Hex | A0 | 30 | 5C | 0 | 46 | 2B | 25 | 150 | 36 | 29 |
| Octal | 240 | 60 | 134 | 0 | 106 | 53 | 45 | 520 | 66 | 51 |
| Binary | 10100000 | 110000 | 1011100 | 0 | 1000110 | 101011 | 100101 | 101010000 | 110110 | 101001 |
Color Harmonies of #A0305C
Complementary color
Monochromatic Colors of #A0305C
Black with #A0305C
Text Example
Text Example
White with #A0305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0305C; }
p { color: rgb(160,48,92); }
H1.HeaderClassName
{
color: #A0305C;
}
.AnyTagClassName
{
color: #A0305C;
}
</style>
background-color css
<style>
a { background-color: #A0305C; }
a { background-color: rgb(160,48,92); }
div.DivClassName
{
background-color: #A0305C;
}
.BgClassName
{
background-color: #A0305C;
}
</style>
border-color css
<style>
span { border-color: #A0305C; }
span { border-color: rgb(160,48,92); }
td.TdClassName
{
border-color: #A0305C;
}
.TagClassName
{
border-color: #A0305C;
}
</style>