COLOR #A16BA0

HEX: #A16BA0
RGB: (161,107,160)

Color info

#A16BA0 contains red, green and blue colors in about the same proportion. Web safe color of #A16BA0 is #996699 (or #969).

RGB color model

#A16BA0 color RGB value is (161,107,160).

  • red value is 161;
  • green value is 107;
  • blue value is 160.
RGB:
(161,107,160)
(63%,42%,63%)

RGB channels and saturation

R 161 of 255 = 63%
G 107 of 255 = 42%
B 160 of 255 = 63%

161
107
160

R + G + B ~ 56%. #A16BA0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
161 + 107 + 160 = 428 (100%)
R 161 of 428 ~ 37.62%
G 107 of 428 ~ 25%
B 160 of 428 ~ 37.38%

%37.62
%25
%37.38

CMYK color model

#A16BA0 color CMYK value is (0,34,1,37).

  • cyan value is 0.00%
  • magenta value is 33.54%
  • yellow value is 0.62%
  • key color value is 36.86%
CMYK:
(0,34,1,37)
C0M34Y1K37 
(0%,34%,1%,37%)
(0.00/0.34/0.01/0.37)	

CMYK percentages

%0
%33.54
%0.62
%36.86

Codes

Color #A16BA0 in popluar color models

A16BA0
RGB161107160
HSL301°22.31%52.55%
HSB/HSV301°33.54%63.14%
CMYK0.00%33.54%0.62%
36.86%

Color #A16BA0 in popluar number systems.

HEXA16BA0
Decimal161107160
Binary10100001110101110100000
Octal241153240

Shades and tints

Shades of #A16BA0

#A16BA0
(161,107,160)
#936292
(147,98,146)
#855984
(133,89,132)
#775076
(119,80,118)
#694768
(105,71,104)
#5B3E5A
(91,62,90)
#4D354C
(77,53,76)
#3F2C3E
(63,44,62)
#312330
(49,35,48)
#231A22
(35,26,34)
#151114
(21,17,20)
#000000
(0,0,0)

Tints of #A16BA0

#A16BA0
(161,107,160)
#A978A8
(169,120,168)
#B185B0
(177,133,176)
#B992B8
(185,146,184)
#C19FC0
(193,159,192)
#C9ACC8
(201,172,200)
#D1B9D0
(209,185,208)
#D9C6D8
(217,198,216)
#E1D3E0
(225,211,224)
#E9E0E8
(233,224,232)
#F1EDF0
(241,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A16BA0 color. Also use rgb(161,107,160) instead hex code.

Text Font Color

.myTextColor { color: #A16BA0; }

<p style="color:#A16BA0">This sample text font color is #A16BA0.</p>

This text font color is #A16BA0.


Background Color

.myBgColor { background-color: #A16BA0; }

<div style="background-color:#A16BA0">Inner text</div>

This div background color is #A16BA0.


Border color

.myBorderColor { border: 1px solid #A16BA0; }

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

This div border color is #A16BA0.


Opacity

.myOpacity80 { color: #A16BA0; opacity: 0.8; }

<p style="color:#A16BA0;opacity:0.8;">80%</p>

Text with #A16BA0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A16BA0;}

<p style="text-shadow: 3px 3px 1px #A16BA0">Text here.</p>

This text has shadow with #A16BA0 color.

.textShadow {text-shadow: 3px 3px 1px #A16BA0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A16BA0, 5px 5px 20px red">Text here.</p>

This text has shadow with #A16BA0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A16BA0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A16BA0, Direction=45, Strength=4)">Text</p>

This text has shadow with #A16BA0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A16BA0;
  -webkit-box-shadow:	1px 1px 3px 2px #A16BA0;
  box-shadow:		1px 1px 3px 2px #A16BA0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A16BA0;
-webkit-box-shadow: 1px 1px 3px 2px #A16BA0;
box-shadow:1px 1px 3px 2px #A16BA0;">
Div content here</div>
This div box has shadow with color #A16BA0.

Preview

Color preview on black background

This text has color #A16BA0 on black background.


Color preview on white background

This text has color #A16BA0 on white background.



Black color preview on #A16BA0 background

This text has black color on #A16BA0 background.


White color preview on #A16BA0 background

This text has white color on #A16BA0 background.