#A02755

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

Shades of Lipstick #A02755

Tints of Lipstick #A02755

Color information

#A02755 (or 0xA02755) is unknown color: approx Lipstick. HEX triplet: A0, 27 and 55. RGB value is (160,39,85). Sum of RGB (Red+Green+Blue) = 160+39+85=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A02755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02755 is #5FD8AA. Grayscale: #505050. Windows color (decimal): -6281387 or 5580704. OLE color: 5580704.

HSL color Cylindrical-coordinate representation of color #A02755: hue angle of 337.19º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02755 is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB1603985-
CMYK00.760.470.37
HSL337.19º60.8%39.02%-
HSV(B)337.19º75.63%62.75%-
XYZ16.869.589.55-
YUV80.42130.59184.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.34%
GREEN value IS 39 (15.62% from 255) = 13.73%
BLUE value IS 85 (33.59% from 255) = 29.93%
R=56.34%
G=13.73%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160398500.760.470.37337.1960.839.02
HexA0275504C2F251513d27
Octal24047125011457455217547
Binary10100000100111101010101001100101111100101101010001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02755; }

 p { color: rgb(160,39,85); }

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

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

 a { background-color: rgb(160,39,85); }

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

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

 span { border-color: rgb(160,39,85); }

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