#A43057

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

Shades of Lipstick #A43057

Tints of Lipstick #A43057

Color information

#A43057 (or 0xA43057) is unknown color: approx Lipstick. HEX triplet: A4, 30 and 57. RGB value is (164,48,87). Sum of RGB (Red+Green+Blue) = 164+48+87=299 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.85% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 164 - color contains mainly: red. Hex color #A43057 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43057 is #5BCFA8. Grayscale: #575757. Windows color (decimal): -6016937 or 5714084. OLE color: 5714084.

HSL color Cylindrical-coordinate representation of color #A43057: hue angle of 339.83º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43057 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB1644887-
CMYK00.710.470.36
HSL339.83º54.72%41.57%-
HSV(B)339.83º70.73%64.31%-
XYZ18.0910.6910.13-
YUV87.13127.93182.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.85%
GREEN value IS 48 (19.14% from 255) = 16.05%
BLUE value IS 87 (34.38% from 255) = 29.10%
R=54.85%
G=16.05%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164488700.710.470.36339.8354.7241.57
HexA430570472F24154372a
Octal24460127010757445246752
Binary10100100110000101011101000111101111100100101010100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43057; }

 p { color: rgb(164,48,87); }

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

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

 a { background-color: rgb(164,48,87); }

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

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

 span { border-color: rgb(164,48,87); }

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