Color Hex Logo

#a1616c Color Hex

#A1616C
(161,97,108)
0 Favorites   0 Comments

Color spaces of #a1616c

RGB 16197108
HSL0.970.250.51
HSV350°40°63°
CMYK 0.000.400.33   0.37
XYZ21.679417.209216.3664
Yxy17.20920.39240.3115
Hunter Lab41.484020.68665.6475
CIE-Lab48.522627.38214.9063

#a1616c color RGB value is (161,97,108).

#a1616c hex color red value is 161, green value is 97 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #a1616c hue: 0.97 , saturation: 0.25 and the lightness value of a1616c is 0.51.

The process color (four color CMYK) of #a1616c color hex is 0.00, 0.40, 0.33, 0.37. Web safe color of #a1616c is #996666. Color #a1616c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100001 01101100
Octal 241 141 154
Decimal 161 97 108
Hex A1 61 6C

RGB Percentages of Color #a1616c

%43.99
%26.50
%29.51

CMYK Percentages of Color #a1616c

%0
%40
%33
%37

Triadic Colors of #a1616c

#a1616c #6ca161 #616ca1

Analogous Colors of #a1616c

#a1616c #a17661 #a1618c

Monochromatic Colors of #a1616c

#a1616c

Complementary Color

#a1616c #61a196

#a1616c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1616c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1616c Color CSS Codes

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

#a1616c Text Font Color

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

This sample text font color is #a1616c
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.


#a1616c Background Color

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

This div background color is #a1616c


#a1616c Border Color

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

This div border color is #a1616c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,97,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1616c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1616c;
  -webkit-box-shadow: 1px 1px 3px 2px #a1616c;
  box-shadow:         1px 1px 3px 2px #a1616c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,97,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1616c


Comments

No comments written yet.

Please login to write comment.