Color Hex Logo

#a16990 Color Hex

#A16990
(161,105,144)
0 Favorites   0 Comments

Color spaces of #a16990

RGB 161105144
HSL0.880.230.52
HSV318°35°63°
CMYK 0.000.350.11   0.37
XYZ24.783619.693828.8806
Yxy19.69380.33780.2685
Hunter Lab44.377722.0259-7.5210
CIE-Lab51.489228.5303-12.1419

#a16990 color RGB value is (161,105,144).

#a16990 hex color red value is 161, green value is 105 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a16990 hue: 0.88 , saturation: 0.23 and the lightness value of a16990 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101001 10010000
Octal 241 151 220
Decimal 161 105 144
Hex A1 69 90

RGB Percentages of Color #a16990

%39.27
%25.61
%35.12

CMYK Percentages of Color #a16990

%0
%35
%11
%37

Triadic Colors of #a16990

#a16990 #90a169 #6990a1

Analogous Colors of #a16990

#a16990 #a16974 #9669a1

Monochromatic Colors of #a16990

#a16990

Complementary Color

#a16990 #69a17a

#a16990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16990 Color CSS Codes

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

#a16990 Text Font Color

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

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


#a16990 Background Color

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

This div background color is #a16990


#a16990 Border Color

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

This div border color is #a16990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16990


Comments

No comments written yet.

Please login to write comment.