Color Hex Logo

#a4166e Color Hex

#A4166E
(164,22,110)
0 Favorites   0 Comments

Color spaces of #a4166e

RGB 16422110
HSL0.900.760.36
HSV323°87°64°
CMYK 0.000.870.33   0.36
XYZ18.41129.592115.6329
Yxy9.59210.42190.2198
Hunter Lab30.971151.9123-8.2473
CIE-Lab37.100260.4218-13.1745

#a4166e color RGB value is (164,22,110).

#a4166e hex color red value is 164, green value is 22 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a4166e hue: 0.90 , saturation: 0.76 and the lightness value of a4166e is 0.36.

The process color (four color CMYK) of #a4166e color hex is 0.00, 0.87, 0.33, 0.36. Web safe color of #a4166e is #990066. Color #a4166e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010110 01101110
Octal 244 26 156
Decimal 164 22 110
Hex A4 16 6E

RGB Percentages of Color #a4166e

%55.41
%7.43
%37.16

CMYK Percentages of Color #a4166e

%0
%87
%33
%36

Triadic Colors of #a4166e

#a4166e #6ea416 #166ea4

Analogous Colors of #a4166e

#a4166e #a41627 #9316a4

Monochromatic Colors of #a4166e

#a4166e

Complementary Color

#a4166e #16a44c

#a4166e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4166e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4166e Color CSS Codes

.mybgcolor {background-color:#a4166e; } 
.myforecolor {color:#a4166e; }
.mybordercolor {border:3px solid #a4166e; }

#a4166e Text Font Color

<p style="color:#a4166e">Text here</p>

This sample text font color is #a4166e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a4166e Background Color

<div style="background-color:#a4166e">
Div content here</div>

This div background color is #a4166e


#a4166e Border Color

<div style="border:3px solid #a4166e">
Div here</div>

This div border color is #a4166e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,22,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4166e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4166e;
  -webkit-box-shadow: 1px 1px 3px 2px #a4166e;
  box-shadow:         1px 1px 3px 2px #a4166e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,22,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a4166e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a4166e;
  -webkit-box-shadow: 1px 1px 3px 2px #a4166e;
  box-shadow:         1px 1px 3px 2px #a4166e;">
Div content here</div>

This div box has shadow with color #a4166e


Comments

No comments written yet.

Please login to write comment.