COLOR #A1638B

HEX: #A1638B
RGB: (161,99,139)

Color info

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

RGB color model

#A1638B color RGB value is (161,99,139).

  • red value is 161;
  • green value is 99;
  • blue value is 139.
RGB:
(161,99,139)
(63%,39%,55%)

RGB channels and saturation

R 161 of 255 = 63%
G 99 of 255 = 39%
B 139 of 255 = 55%

161
99
139

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

Portions of RGB colors in percentages

R + G + B =
161 + 99 + 139 = 399 (100%)
R 161 of 399 ~ 40.35%
G 99 of 399 ~ 24.81%
B 139 of 399 ~ 34.84%

%40.35
%24.81
%34.84

CMYK color model

#A1638B color CMYK value is (0,39,14,37).

  • cyan value is 0.00%
  • magenta value is 38.51%
  • yellow value is 13.66%
  • key color value is 36.86%
CMYK:
(0,39,14,37)
C0M39Y14K37 
(0%,39%,14%,37%)
(0.00/0.39/0.14/0.37)	

CMYK percentages

%0
%38.51
%13.66
%36.86

Codes

Color #A1638B in popluar color models

A1638B
RGB16199139
HSL321°24.80%50.98%
HSB/HSV321°38.51%63.14%
CMYK0.00%38.51%13.66%
36.86%

Color #A1638B in popluar number systems.

HEXA1638B
Decimal16199139
Binary10100001110001110001011
Octal241143213

Shades and tints

Shades of #A1638B

#A1638B
(161,99,139)
#935A7F
(147,90,127)
#855173
(133,81,115)
#774867
(119,72,103)
#693F5B
(105,63,91)
#5B364F
(91,54,79)
#4D2D43
(77,45,67)
#3F2437
(63,36,55)
#311B2B
(49,27,43)
#23121F
(35,18,31)
#150913
(21,9,19)
#000000
(0,0,0)

Tints of #A1638B

#A1638B
(161,99,139)
#A97195
(169,113,149)
#B17F9F
(177,127,159)
#B98DA9
(185,141,169)
#C19BB3
(193,155,179)
#C9A9BD
(201,169,189)
#D1B7C7
(209,183,199)
#D9C5D1
(217,197,209)
#E1D3DB
(225,211,219)
#E9E1E5
(233,225,229)
#F1EFEF
(241,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1638B color. Also use rgb(161,99,139) instead hex code.

Text Font Color

.myTextColor { color: #A1638B; }

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

This text font color is #A1638B.


Background Color

.myBgColor { background-color: #A1638B; }

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

This div background color is #A1638B.


Border color

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

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

This div border color is #A1638B.


Opacity

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

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

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

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

This text has shadow with #A1638B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1638B on black background.


Color preview on white background

This text has color #A1638B on white background.



Black color preview on #A1638B background

This text has black color on #A1638B background.


White color preview on #A1638B background

This text has white color on #A1638B background.