COLOR #A196B1

HEX: #A196B1
RGB: (161,150,177)

Color info

#A196B1 contains red, green and blue colors in about the same proportion. Web safe color of #A196B1 is #999999 (or #999).

RGB color model

#A196B1 color RGB value is (161,150,177).

  • red value is 161;
  • green value is 150;
  • blue value is 177.
RGB:
(161,150,177)
(63%,59%,69%)

RGB channels and saturation

R 161 of 255 = 63%
G 150 of 255 = 59%
B 177 of 255 = 69%

161
150
177

R + G + B ~ 64%. #A196B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 150 + 177 = 488 (100%)
R 161 of 488 ~ 32.99%
G 150 of 488 ~ 30.74%
B 177 of 488 ~ 36.27%

%32.99
%30.74
%36.27

CMYK color model

#A196B1 color CMYK value is (9,15,0,31).

  • cyan value is 9.04%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(9,15,0,31)
C9M15Y0K31 
(9%,15%,0%,31%)
(0.09/0.15/0.00/0.31)	

CMYK percentages

%9.04
%15.25
%0
%30.59

Codes

Color #A196B1 in popluar color models

A196B1
RGB161150177
HSL264°14.75%64.12%
HSB/HSV264°15.25%69.41%
CMYK9.04%15.25%0.00%
30.59%

Color #A196B1 in popluar number systems.

HEXA196B1
Decimal161150177
Binary101000011001011010110001
Octal241226261

Shades and tints

Shades of #A196B1

#A196B1
(161,150,177)
#9389A1
(147,137,161)
#857C91
(133,124,145)
#776F81
(119,111,129)
#696271
(105,98,113)
#5B5561
(91,85,97)
#4D4851
(77,72,81)
#3F3B41
(63,59,65)
#312E31
(49,46,49)
#232121
(35,33,33)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #A196B1

#A196B1
(161,150,177)
#A99FB8
(169,159,184)
#B1A8BF
(177,168,191)
#B9B1C6
(185,177,198)
#C1BACD
(193,186,205)
#C9C3D4
(201,195,212)
#D1CCDB
(209,204,219)
#D9D5E2
(217,213,226)
#E1DEE9
(225,222,233)
#E9E7F0
(233,231,240)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A196B1 color. Also use rgb(161,150,177) instead hex code.

Text Font Color

.myTextColor { color: #A196B1; }

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

This text font color is #A196B1.


Background Color

.myBgColor { background-color: #A196B1; }

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

This div background color is #A196B1.


Border color

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

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

This div border color is #A196B1.


Opacity

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

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

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

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

This text has shadow with #A196B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A196B1 on black background.


Color preview on white background

This text has color #A196B1 on white background.



Black color preview on #A196B1 background

This text has black color on #A196B1 background.


White color preview on #A196B1 background

This text has white color on #A196B1 background.