#A62560

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

Shades of Lipstick #A62560

Tints of Lipstick #A62560

Color information

#A62560 (or 0xA62560) is unknown color: approx Lipstick. HEX triplet: A6, 25 and 60. RGB value is (166,37,96). Sum of RGB (Red+Green+Blue) = 166+37+96=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A62560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62560 is #59DA9F. Grayscale: #525252. Windows color (decimal): -5888672 or 6301094. OLE color: 6301094.

HSL color Cylindrical-coordinate representation of color #A62560: hue angle of 332.56º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62560 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1663796-
CMYK00.780.420.35
HSL332.56º63.55%39.8%-
HSV(B)332.56º77.71%65.1%-
XYZ18.510.2712.07-
YUV82.3135.74187.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.52%
GREEN value IS 37 (14.84% from 255) = 12.37%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=55.52%
G=12.37%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166379600.780.420.35332.5663.5539.8
HexA6256004E2A2314d4028
Octal246451400116524351510050
Binary101001101001011100000010011101010101000111010011011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62560; }

 p { color: rgb(166,37,96); }

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

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

 a { background-color: rgb(166,37,96); }

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

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

 span { border-color: rgb(166,37,96); }

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