COLOR #A1809B

HEX: #A1809B
RGB: (161,128,155)

Color info

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

RGB color model

#A1809B color RGB value is (161,128,155).

  • red value is 161;
  • green value is 128;
  • blue value is 155.
RGB:
(161,128,155)
(63%,50%,61%)

RGB channels and saturation

R 161 of 255 = 63%
G 128 of 255 = 50%
B 155 of 255 = 61%

161
128
155

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

Portions of RGB colors in percentages

R + G + B =
161 + 128 + 155 = 444 (100%)
R 161 of 444 ~ 36.26%
G 128 of 444 ~ 28.83%
B 155 of 444 ~ 34.91%

%36.26
%28.83
%34.91

CMYK color model

#A1809B color CMYK value is (0,20,4,37).

  • cyan value is 0.00%
  • magenta value is 20.50%
  • yellow value is 3.73%
  • key color value is 36.86%
CMYK:
(0,20,4,37)
C0M20Y4K37 
(0%,20%,4%,37%)
(0.00/0.20/0.04/0.37)	

CMYK percentages

%0
%20.5
%3.73
%36.86

Codes

Color #A1809B in popluar color models

A1809B
RGB161128155
HSL311°14.93%56.67%
HSB/HSV311°20.50%63.14%
CMYK0.00%20.50%3.73%
36.86%

Color #A1809B in popluar number systems.

HEXA1809B
Decimal161128155
Binary101000011000000010011011
Octal241200233

Shades and tints

Shades of #A1809B

#A1809B
(161,128,155)
#93758D
(147,117,141)
#856A7F
(133,106,127)
#775F71
(119,95,113)
#695463
(105,84,99)
#5B4955
(91,73,85)
#4D3E47
(77,62,71)
#3F3339
(63,51,57)
#31282B
(49,40,43)
#231D1D
(35,29,29)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #A1809B

#A1809B
(161,128,155)
#A98BA4
(169,139,164)
#B196AD
(177,150,173)
#B9A1B6
(185,161,182)
#C1ACBF
(193,172,191)
#C9B7C8
(201,183,200)
#D1C2D1
(209,194,209)
#D9CDDA
(217,205,218)
#E1D8E3
(225,216,227)
#E9E3EC
(233,227,236)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1809B color. Also use rgb(161,128,155) instead hex code.

Text Font Color

.myTextColor { color: #A1809B; }

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

This text font color is #A1809B.


Background Color

.myBgColor { background-color: #A1809B; }

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

This div background color is #A1809B.


Border color

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

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

This div border color is #A1809B.


Opacity

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

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

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

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

This text has shadow with #A1809B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1809B on black background.


Color preview on white background

This text has color #A1809B on white background.



Black color preview on #A1809B background

This text has black color on #A1809B background.


White color preview on #A1809B background

This text has white color on #A1809B background.