COLOR #A2A1B4

HEX: #A2A1B4 RGB: (162,161,180)

Color info

#A2A1B4 contains red, green and blue colors in about the same proportion. Web safe color of #A2A1B4 is #9999CC (or #99C).

RGB color model

#A2A1B4 color RGB value is (162,161,180).

RGB: (162,161,180) (64%, 63%, 71%)

RGB channels and saturation

R 162 of 255 = 64%
G 161 of 255 = 63%
B 180 of 255 = 71%

162
161
180

R + G + B ~ 66%. #A2A1B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 161 + 180 = 503 (100%)
R 162 of 503 ~ 32.21%
G 161 of 503 ~ 32.01%
B 180 of 503 ~ 35.79'%

%32.21
%32.01
%35.79

CMYK color model

#A2A1B4 color CMYK value is (10,11,0,29).

  • cyan value is 10.00%
  • magenta value is 10.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK: (10,11,0,29) C10M11Y0K29 (10%,11%,0%,29%) (0.10/0.11/0.00/0.29) 

CMYK percentages

%10
%10.56
%0
%29.41

Codes

Color #A2A1B4 in popluar color models

A2 A1 B4
RGB 162 161 180
HSL 243° 11.24% 66.86%
HSB/HSV 243° 10.56% 70.59%
CMYK 10.00% 10.56% 0.00%
29.41%

Color #A2A1B4 in popluar number systems.

HEX A2 A1 B4
Decimal 162 161 180
Binary 10100010 10100001 10110100
Octal 242 241 264

Shades and tints

Shades of #A2A1B4

#A2A1B4
(162,161,180)
#9493A4
(148,147,164)
#868594
(134,133,148)
#787784
(120,119,132)
#6A6974
(106,105,116)
#5C5B64
(92,91,100)
#4E4D54
(78,77,84)
#403F44
(64,63,68)
#323134
(50,49,52)
#242324
(36,35,36)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #A2A1B4

#A2A1B4
(162,161,180)
#AAA9BA
(170,169,186)
#B2B1C0
(178,177,192)
#BAB9C6
(186,185,198)
#C2C1CC
(194,193,204)
#CAC9D2
(202,201,210)
#D2D1D8
(210,209,216)
#DAD9DE
(218,217,222)
#E2E1E4
(226,225,228)
#EAE9EA
(234,233,234)
#F2F1F0
(242,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2A1B4 color. Also use rgb(162,161,180) instead hex code.

Text Font Color

.myTextColor { color: #A2A1B4; }

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

This text font color is #A2A1B4.

Background Color

.myBgColor { background-color: #A2A1B4; }

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

This div background color is #A2A1B4.

Border color

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

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

This div border color is #A2A1B4.

Opacity

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

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

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

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

This text has shadow with #A2A1B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2A1B4.

Preview

Color preview on black background

This text has color #A2A1B4 on black background.


Color preview on white background

This text has color #A2A1B4 on white background.


Black color preview on #A2A1B4 background

This text has black color on #A2A1B4 background.


White color preview on #A2A1B4 background

This text has white color on #A2A1B4 background.


Related colors

Complementary color

Complementary color for #hex is #5D5E4B.


I love getcolorcode.com

Triadic colors

1 #B4A2A1 and #A1B4A2 with #A2A1B4 are triadic colors.

2 #B4A1A2 and #A1A2B4 with #A2A1B4 are triadic colors.