Color Hex Logo

#a16199 Color Hex

#A16199
(161,97,153)
0 Favorites   0 Comments

Color spaces of #a16199

RGB 16197153
HSL0.850.250.51
HSV308°40°63°
CMYK 0.000.400.05   0.37
XYZ24.722418.426432.3906
Yxy18.42640.32730.2439
Hunter Lab42.926027.6832-14.6902
CIE-Lab50.009334.6464-19.7017

#a16199 color RGB value is (161,97,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01100001 10011001
Octal 241 141 231
Decimal 161 97 153
Hex A1 61 99

RGB Percentages of Color #a16199

%39.17
%23.60
%37.23

CMYK Percentages of Color #a16199

%0
%40
%5
%37

Triadic Colors of #a16199

#a16199 #99a161 #6199a1

Analogous Colors of #a16199

#a16199 #a16179 #8961a1

Monochromatic Colors of #a16199

#a16199

Complementary Color

#a16199 #61a169

#a16199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16199 Color CSS Codes

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

#a16199 Text Font Color

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

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


#a16199 Background Color

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

This div background color is #a16199


#a16199 Border Color

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

This div border color is #a16199


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,97,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 #a16199">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16199


Comments

No comments written yet.

Please login to write comment.