#A62562

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

Shades of Lipstick #A62562

Tints of Lipstick #A62562

Color information

#A62562 (or 0xA62562) is unknown color: approx Lipstick. HEX triplet: A6, 25 and 62. RGB value is (166,37,98). Sum of RGB (Red+Green+Blue) = 166+37+98=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A62562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62562 is #59DA9D. Grayscale: #525252. Windows color (decimal): -5888670 or 6432166. OLE color: 6432166.

HSL color Cylindrical-coordinate representation of color #A62562: hue angle of 331.63º 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 #A62562 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB1663798-
CMYK00.780.410.35
HSL331.63º63.55%39.8%-
HSV(B)331.63º77.71%65.1%-
XYZ18.5910.3112.57-
YUV82.52136.74187.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.15%
GREEN value IS 37 (14.84% from 255) = 12.29%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=55.15%
G=12.29%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166379800.780.410.35331.6363.5539.8
HexA6256204E292314c4028
Octal246451420116514351410050
Binary101001101001011100010010011101010011000111010011001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62562; }

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

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

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

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

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

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

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

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