COLOR #A1619B

HEX: #A1619B RGB: (161,97,155)

Color info

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

RGB color model

#A1619B color RGB value is (161,97,155).

RGB: (161,97,155) (63%, 38%, 61%)

RGB channels and saturation

R 161 of 255 = 63%
G 97 of 255 = 38%
B 155 of 255 = 61%

161
97
155

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

Portions of RGB colors in percentages

R + G + B = 161 + 97 + 155 = 413 (100%)
R 161 of 413 ~ 38.98%
G 97 of 413 ~ 23.49%
B 155 of 413 ~ 37.53'%

%38.98
%23.49
%37.53

CMYK color model

#A1619B color CMYK value is (0,40,4,37).

  • cyan value is 0.00%
  • magenta value is 39.75%
  • yellow value is 3.73%
  • key color value is 36.86%
CMYK: (0,40,4,37) C0M40Y4K37 (0%,40%,4%,37%) (0.00/0.40/0.04/0.37) 

CMYK percentages

%0
%39.75
%3.73
%36.86

Codes

Color #A1619B in popluar color models

A1 61 9B
RGB 161 97 155
HSL 306° 25.40% 50.59%
HSB/HSV 306° 39.75% 63.14%
CMYK 0.00% 39.75% 3.73%
36.86%

Color #A1619B in popluar number systems.

HEX A1 61 9B
Decimal 161 97 155
Binary 10100001 1100001 10011011
Octal 241 141 233

Shades and tints

Shades of #A1619B

#A1619B
(161,97,155)
#93598D
(147,89,141)
#85517F
(133,81,127)
#774971
(119,73,113)
#694163
(105,65,99)
#5B3955
(91,57,85)
#4D3147
(77,49,71)
#3F2939
(63,41,57)
#31212B
(49,33,43)
#23191D
(35,25,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #A1619B

#A1619B
(161,97,155)
#A96FA4
(169,111,164)
#B17DAD
(177,125,173)
#B98BB6
(185,139,182)
#C199BF
(193,153,191)
#C9A7C8
(201,167,200)
#D1B5D1
(209,181,209)
#D9C3DA
(217,195,218)
#E1D1E3
(225,209,227)
#E9DFEC
(233,223,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1619B; }

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

This text font color is #A1619B.

Background Color

.myBgColor { background-color: #A1619B; }

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

This div background color is #A1619B.

Border color

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

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

This div border color is #A1619B.

Opacity

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

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

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

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

This text has shadow with #A1619B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1619B.

Preview

Color preview on black background

This text has color #A1619B on black background.


Color preview on white background

This text has color #A1619B on white background.


Black color preview on #A1619B background

This text has black color on #A1619B background.


White color preview on #A1619B background

This text has white color on #A1619B background.


Related colors

Complementary color

Complementary color for #hex is #5E9E64.


I love getcolorcode.com

Triadic colors

1 #9BA161 and #619BA1 with #A1619B are triadic colors.

2 #9B61A1 and #61A19B with #A1619B are triadic colors.