Color Hex Logo

#a16abb Color Hex

#A16ABB
(161,106,187)
0 Favorites   0 Comments

Color spaces of #a16abb

RGB 161106187
HSL0.780.370.57
HSV281°43°73°
CMYK 0.140.430.00   0.27
XYZ28.821621.473049.6393
Yxy21.47300.28840.2149
Hunter Lab46.339029.9290-31.0754
CIE-Lab53.463336.5045-34.1640

#a16abb color RGB value is (161,106,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01101010 10111011
Octal 241 152 273
Decimal 161 106 187
Hex A1 6A BB

RGB Percentages of Color #a16abb

%35.46
%23.35
%41.19

CMYK Percentages of Color #a16abb

%14
%43
%0
%27

Triadic Colors of #a16abb

#a16abb #bba16a #6abba1

Analogous Colors of #a16abb

#a16abb #bb6aad #796abb

Monochromatic Colors of #a16abb

#a16abb

Complementary Color

#a16abb #84bb6a

#a16abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a16abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a16abb Color CSS Codes

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

#a16abb Text Font Color

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

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


#a16abb Background Color

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

This div background color is #a16abb


#a16abb Border Color

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

This div border color is #a16abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a16abb


Comments

No comments written yet.

Please login to write comment.