COLOR #A19AB1

HEX: #A19AB1
RGB: (161,154,177)

Color info

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

RGB color model

#A19AB1 color RGB value is (161,154,177).

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

RGB channels and saturation

R 161 of 255 = 63%
G 154 of 255 = 60%
B 177 of 255 = 69%

161
154
177

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

Portions of RGB colors in percentages

R + G + B =
161 + 154 + 177 = 492 (100%)
R 161 of 492 ~ 32.72%
G 154 of 492 ~ 31.3%
B 177 of 492 ~ 35.98%

%32.72
%31.3
%35.98

CMYK color model

#A19AB1 color CMYK value is (9,13,0,31).

  • cyan value is 9.04%
  • magenta value is 12.99%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(9,13,0,31)
C9M13Y0K31 
(9%,13%,0%,31%)
(0.09/0.13/0.00/0.31)	

CMYK percentages

%9.04
%12.99
%0
%30.59

Codes

Color #A19AB1 in popluar color models

A19AB1
RGB161154177
HSL258°12.85%64.90%
HSB/HSV258°12.99%69.41%
CMYK9.04%12.99%0.00%
30.59%

Color #A19AB1 in popluar number systems.

HEXA19AB1
Decimal161154177
Binary101000011001101010110001
Octal241232261

Shades and tints

Shades of #A19AB1

#A19AB1
(161,154,177)
#938CA1
(147,140,161)
#857E91
(133,126,145)
#777081
(119,112,129)
#696271
(105,98,113)
#5B5461
(91,84,97)
#4D4651
(77,70,81)
#3F3841
(63,56,65)
#312A31
(49,42,49)
#231C21
(35,28,33)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #A19AB1

#A19AB1
(161,154,177)
#A9A3B8
(169,163,184)
#B1ACBF
(177,172,191)
#B9B5C6
(185,181,198)
#C1BECD
(193,190,205)
#C9C7D4
(201,199,212)
#D1D0DB
(209,208,219)
#D9D9E2
(217,217,226)
#E1E2E9
(225,226,233)
#E9EBF0
(233,235,240)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A19AB1; }

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

This text font color is #A19AB1.


Background Color

.myBgColor { background-color: #A19AB1; }

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

This div background color is #A19AB1.


Border color

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

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

This div border color is #A19AB1.


Opacity

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

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

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

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

This text has shadow with #A19AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A19AB1 on black background.


Color preview on white background

This text has color #A19AB1 on white background.



Black color preview on #A19AB1 background

This text has black color on #A19AB1 background.


White color preview on #A19AB1 background

This text has white color on #A19AB1 background.