#A02B53

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

Shades of Lipstick #A02B53

Tints of Lipstick #A02B53

Color information

#A02B53 (or 0xA02B53) is unknown color: approx Lipstick. HEX triplet: A0, 2B and 53. RGB value is (160,43,83). Sum of RGB (Red+Green+Blue) = 160+43+83=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 43 (17.19% from 255 or 15.03% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02B53 is #5FD4AC. Grayscale: #525252. Windows color (decimal): -6280365 or 5450656. OLE color: 5450656.

HSL color Cylindrical-coordinate representation of color #A02B53: hue angle of 339.49º 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 #A02B53 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB1604383-
CMYK00.730.480.37
HSL339.49º57.64%39.8%-
HSV(B)339.49º73.12%62.75%-
XYZ16.929.839.19-
YUV82.54128.26183.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.94%
GREEN value IS 43 (17.19% from 255) = 15.03%
BLUE value IS 83 (32.81% from 255) = 29.02%
R=55.94%
G=15.03%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160438300.730.480.37339.4957.6439.8
HexA02B5304930251533a28
Octal24053123011160455237250
Binary10100000101011101001101001001110000100101101010011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02B53; }

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

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

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

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

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

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

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

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