#A03163

Color #A03163 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #A03163

Tints of Lipstick #A03163

Color information

#A03163 (or 0xA03163) is unknown color: approx Lipstick. HEX triplet: A0, 31 and 63. RGB value is (160,49,99). Sum of RGB (Red+Green+Blue) = 160+49+99=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A03163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03163 is #5FCE9C. Grayscale: #575757. Windows color (decimal): -6278813 or 6500768. OLE color: 6500768.

HSL color Cylindrical-coordinate representation of color #A03163: hue angle of 332.97º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03163 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB1604999-
CMYK00.690.380.37
HSL332.97º53.11%40.98%-
HSV(B)332.97º69.38%62.75%-
XYZ17.8510.5712.9-
YUV87.89134.27179.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 51.95%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 99 (39.06% from 255) = 32.14%
R=51.95%
G=15.91%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160499900.690.380.37332.9753.1140.98
HexA03163045262514d3529
Octal24061143010546455156551
Binary10100000110001110001101000101100110100101101001101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03163; }

 p { color: rgb(160,49,99); }

 H1.HeaderClassName
 {
   color: #A03163;
 }
 .AnyTagClassName
 {
   color: #A03163;
 }
</style>
background-color css

<style>
 a { background-color: #A03163; }

 a { background-color: rgb(160,49,99); }

 div.DivClassName
 {
   background-color: #A03163;
 }
 .BgClassName
 {
   background-color: #A03163;
 }
</style>
border-color css

<style>
 span { border-color: #A03163; }

 span { border-color: rgb(160,49,99); }

 td.TdClassName
 {
   border-color: #A03163;
 }
 .TagClassName
 {
   border-color: #A03163;
 }
</style>