Color Hex Logo

#a16aba Color Hex

#A16ABA
(161,106,186)
0 Favorites   0 Comments

Color spaces of #a16aba

RGB 161106186
HSL0.780.370.57
HSV281°43°73°
CMYK 0.130.430.00   0.27
XYZ28.714921.430349.0774
Yxy21.43030.28940.2160
Hunter Lab46.292929.7088-30.4513
CIE-Lab53.417336.2881-33.6604

#a16aba color RGB value is (161,106,186).

#a16aba hex color red value is 161, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a16aba hue: 0.78 , saturation: 0.37 and the lightness value of a16aba is 0.57.

The process color (four color CMYK) of #a16aba color hex is 0.13, 0.43, 0.00, 0.27. Web safe color of #a16aba is #9966cc. Color #a16aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101010 10111010
Octal 241 152 272
Decimal 161 106 186
Hex A1 6A BA

RGB Percentages of Color #a16aba

%35.54
%23.40
%41.06

CMYK Percentages of Color #a16aba

%13
%43
%0
%27

Triadic Colors of #a16aba

#a16aba #baa16a #6abaa1

Analogous Colors of #a16aba

#a16aba #ba6aab #796aba

Monochromatic Colors of #a16aba

#a16aba

Complementary Color

#a16aba #83ba6a

#a16aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16aba Color CSS Codes

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

#a16aba Text Font Color

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

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


#a16aba Background Color

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

This div background color is #a16aba


#a16aba Border Color

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

This div border color is #a16aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16aba


Comments

No comments written yet.

Please login to write comment.