Color Hex Logo

#a16599 Color Hex

#A16599
(161,101,153)
0 Favorites   0 Comments

Color spaces of #a16599

RGB 161101153
HSL0.860.240.51
HSV308°37°63°
CMYK 0.000.370.05   0.37
XYZ25.101419.184332.5170
Yxy19.18430.32680.2498
Hunter Lab43.799925.6473-13.3569
CIE-Lab50.902132.4205-18.3357

#a16599 color RGB value is (161,101,153).

#a16599 hex color red value is 161, green value is 101 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a16599 hue: 0.86 , saturation: 0.24 and the lightness value of a16599 is 0.51.

The process color (four color CMYK) of #a16599 color hex is 0.00, 0.37, 0.05, 0.37. Web safe color of #a16599 is #996699. Color #a16599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100101 10011001
Octal 241 145 231
Decimal 161 101 153
Hex A1 65 99

RGB Percentages of Color #a16599

%38.80
%24.34
%36.87

CMYK Percentages of Color #a16599

%0
%37
%5
%37

Triadic Colors of #a16599

#a16599 #99a165 #6599a1

Analogous Colors of #a16599

#a16599 #a1657b #8b65a1

Monochromatic Colors of #a16599

#a16599

Complementary Color

#a16599 #65a16d

#a16599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16599 Color CSS Codes

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

#a16599 Text Font Color

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

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


#a16599 Background Color

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

This div background color is #a16599


#a16599 Border Color

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

This div border color is #a16599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16599


Comments

No comments written yet.

Please login to write comment.