#A02B60

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

Shades of Lipstick #A02B60

Tints of Lipstick #A02B60

Color information

#A02B60 (or 0xA02B60) is unknown color: approx Lipstick. HEX triplet: A0, 2B and 60. RGB value is (160,43,96). Sum of RGB (Red+Green+Blue) = 160+43+96=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02B60 is #5FD49F. Grayscale: #535353. Windows color (decimal): -6280352 or 6302624. OLE color: 6302624.

HSL color Cylindrical-coordinate representation of color #A02B60: hue angle of 332.82º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A02B60 is Cyan = 0, Magento = 0.73, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB1604396-
CMYK00.730.40.37
HSL332.82º57.64%39.8%-
HSV(B)332.82º73.12%62.75%-
XYZ17.4710.0512.08-
YUV84.02134.76182.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.51%
GREEN value IS 43 (17.19% from 255) = 14.38%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=53.51%
G=14.38%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160439600.730.40.37332.8257.6439.8
HexA02B60049282514d3a28
Octal24053140011150455157250
Binary10100000101011110000001001001101000100101101001101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B60; }

 p { color: rgb(160,43,96); }

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

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

 a { background-color: rgb(160,43,96); }

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

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

 span { border-color: rgb(160,43,96); }

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