COLOR #A4A1B5

HEX: #A4A1B5 RGB: (164,161,181)

Color info

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

RGB color model

#A4A1B5 color RGB value is (164,161,181).

RGB: (164,161,181) (64%, 63%, 71%)

RGB channels and saturation

R 164 of 255 = 64%
G 161 of 255 = 63%
B 181 of 255 = 71%

164
161
181

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

Portions of RGB colors in percentages

R + G + B = 164 + 161 + 181 = 506 (100%)
R 164 of 506 ~ 32.41%
G 161 of 506 ~ 31.82%
B 181 of 506 ~ 35.77'%

%32.41
%31.82
%35.77

CMYK color model

#A4A1B5 color CMYK value is (9,11,0,29).

  • cyan value is 9.39%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (9,11,0,29)
C9M11Y0K29 (9%, 11%, 0%, 29%)
(0.09 / 0.11 / 0.00 / 0.29)

CMYK percentages

%9.39
%11.05
%0
%29.02

Codes

Color #A4A1B5 in popluar color models

A4 A1 B5
RGB 164 161 181
HSL 249° 11.90% 67.06%
HSB/HSV 249° 11.05% 70.98%
CMYK 9.39% 11.05% 0.00%
29.02%

Color #A4A1B5 in popluar number systems.

HEX A4 A1 B5
Decimal 164 161 181
Binary 10100100 10100001 10110101
Octal 244 241 265

Shades and tints

Shades of #A4A1B5

#A4A1B5
(164,161,181)
#9693A5
(150,147,165)
#888595
(136,133,149)
#7A7785
(122,119,133)
#6C6975
(108,105,117)
#5E5B65
(94,91,101)
#504D55
(80,77,85)
#423F45
(66,63,69)
#343135
(52,49,53)
#262325
(38,35,37)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #A4A1B5

#A4A1B5
(164,161,181)
#ACA9BB
(172,169,187)
#B4B1C1
(180,177,193)
#BCB9C7
(188,185,199)
#C4C1CD
(196,193,205)
#CCC9D3
(204,201,211)
#D4D1D9
(212,209,217)
#DCD9DF
(220,217,223)
#E4E1E5
(228,225,229)
#ECE9EB
(236,233,235)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A1B5 color. Also use rgb(164,161,181) instead hex code.

Text Font Color

.myTextColor { color: #A4A1B5; }

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

This text font color is #A4A1B5.

Background Color

.myBgColor { background-color: #A4A1B5; }

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

This div background color is #A4A1B5.

Border color

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

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

This div border color is #A4A1B5.

Opacity

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

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

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

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

This text has shadow with #A4A1B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A1B5.

Preview

Color preview on black background

This text has color #A4A1B5 on black background.


Color preview on white background

This text has color #A4A1B5 on white background.


Black color preview on #A4A1B5 background

This text has black color on #A4A1B5 background.


White color preview on #A4A1B5 background

This text has white color on #A4A1B5 background.


Related colors

Complementary color

Complementary color for #hex is #5B5E4A.


I love getcolorcode.com

Triadic colors

1 #B5A4A1 and #A1B5A4 with #A4A1B5 are triadic colors.

2 #B5A1A4 and #A1A4B5 with #A4A1B5 are triadic colors.