COLOR #A16191

HEX: #A16191
RGB: (161,97,145)

Color info

#A16191 contains mainly red and blue colors. Web safe color of #A16191 is #996699 (or #969).

RGB color model

#A16191 color RGB value is (161,97,145).

  • red value is 161;
  • green value is 97;
  • blue value is 145.
RGB:
(161,97,145)
(63%,38%,57%)

RGB channels and saturation

R 161 of 255 = 63%
G 97 of 255 = 38%
B 145 of 255 = 57%

161
97
145

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

Portions of RGB colors in percentages

R + G + B =
161 + 97 + 145 = 403 (100%)
R 161 of 403 ~ 39.95%
G 97 of 403 ~ 24.07%
B 145 of 403 ~ 35.98%

%39.95
%24.07
%35.98

CMYK color model

#A16191 color CMYK value is (0,40,10,37).

  • cyan value is 0.00%
  • magenta value is 39.75%
  • yellow value is 9.94%
  • key color value is 36.86%
CMYK:
(0,40,10,37)
C0M40Y10K37 
(0%,40%,10%,37%)
(0.00/0.40/0.10/0.37)	

CMYK percentages

%0
%39.75
%9.94
%36.86

Codes

Color #A16191 in popluar color models

A16191
RGB16197145
HSL315°25.40%50.59%
HSB/HSV315°39.75%63.14%
CMYK0.00%39.75%9.94%
36.86%

Color #A16191 in popluar number systems.

HEXA16191
Decimal16197145
Binary10100001110000110010001
Octal241141221

Shades and tints

Shades of #A16191

#A16191
(161,97,145)
#935984
(147,89,132)
#855177
(133,81,119)
#77496A
(119,73,106)
#69415D
(105,65,93)
#5B3950
(91,57,80)
#4D3143
(77,49,67)
#3F2936
(63,41,54)
#312129
(49,33,41)
#23191C
(35,25,28)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #A16191

#A16191
(161,97,145)
#A96F9B
(169,111,155)
#B17DA5
(177,125,165)
#B98BAF
(185,139,175)
#C199B9
(193,153,185)
#C9A7C3
(201,167,195)
#D1B5CD
(209,181,205)
#D9C3D7
(217,195,215)
#E1D1E1
(225,209,225)
#E9DFEB
(233,223,235)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A16191 color. Also use rgb(161,97,145) instead hex code.

Text Font Color

.myTextColor { color: #A16191; }

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

This text font color is #A16191.


Background Color

.myBgColor { background-color: #A16191; }

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

This div background color is #A16191.


Border color

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

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

This div border color is #A16191.


Opacity

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

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

Text with #A16191 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 #A16191;}

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

This text has shadow with #A16191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A16191 on black background.


Color preview on white background

This text has color #A16191 on white background.



Black color preview on #A16191 background

This text has black color on #A16191 background.


White color preview on #A16191 background

This text has white color on #A16191 background.