#A02760

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

Shades of Lipstick #A02760

Tints of Lipstick #A02760

Color information

#A02760 (or 0xA02760) is unknown color: approx Lipstick. HEX triplet: A0, 27 and 60. RGB value is (160,39,96). Sum of RGB (Red+Green+Blue) = 160+39+96=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A02760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02760 is #5FD89F. Grayscale: #515151. Windows color (decimal): -6281376 or 6301600. OLE color: 6301600.

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

Color convert

RGB1603996-
CMYK00.760.40.37
HSL331.74º60.8%39.02%-
HSV(B)331.74º75.63%62.75%-
XYZ17.339.7712.04-
YUV81.68136.09183.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.24%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=54.24%
G=13.22%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.4
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160399600.760.40.37331.7460.839.02
HexA0276004C282514c3d27
Octal24047140011450455147547
Binary10100000100111110000001001100101000100101101001100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02760; }

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

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

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

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

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

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

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

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