Shades of Lipstick #A0305E
Tints of Lipstick #A0305E
RGB
CMYK
RGB Variations
Color information
#A0305E (or 0xA0305E) is known color: Lipstick. HEX triplet: A0, 30 and 5E. RGB value is (160,48,94). Sum of RGB (Red+Green+Blue) = 160+48+94=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A0305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0305E is #5FCFA1. Grayscale: #565656. Windows color (decimal): -6279074 or 6172832. OLE color: 6172832.
HSL color Cylindrical-coordinate representation of color #A0305E: hue angle of 335.36º 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 #A0305E is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 94 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.37 |
| HSL | 335.36º | 0.54% | 0.41% | - |
| HSV(B) | 335.36º | 0.7% | 0.63% | - |
| XYZ | 17.57 | 10.4 | 11.67 | - |
| YUV | 86.73 | 132.11 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 94 | 0 | 0.70 | 0.41 | 0.37 | 335.36 | 0.54 | 0.41 |
| Hex | A0 | 30 | 5E | 0 | 46 | 29 | 25 | 14F | 36 | 29 |
| Octal | 240 | 60 | 136 | 0 | 106 | 51 | 45 | 517 | 66 | 51 |
| Binary | 10100000 | 110000 | 1011110 | 0 | 1000110 | 101001 | 100101 | 101001111 | 110110 | 101001 |
Color Harmonies of #A0305E
Complementary color
Monochromatic Colors of #A0305E
Black with #A0305E
Text Example
Text Example
White with #A0305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0305E; }
p { color: rgb(160,48,94); }
H1.HeaderClassName
{
color: #A0305E;
}
.AnyTagClassName
{
color: #A0305E;
}
</style>
background-color css
<style>
a { background-color: #A0305E; }
a { background-color: rgb(160,48,94); }
div.DivClassName
{
background-color: #A0305E;
}
.BgClassName
{
background-color: #A0305E;
}
</style>
border-color css
<style>
span { border-color: #A0305E; }
span { border-color: rgb(160,48,94); }
td.TdClassName
{
border-color: #A0305E;
}
.TagClassName
{
border-color: #A0305E;
}
</style>