COLOR #A1A6D1

HEX: #A1A6D1 RGB: (161,166,209)

Color info

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

RGB color model

#A1A6D1 color RGB value is (161,166,209).

RGB: (161,166,209) (63%, 65%, 82%)

RGB channels and saturation

R 161 of 255 = 63%
G 166 of 255 = 65%
B 209 of 255 = 82%

161
166
209

R + G + B ~ 70%. #A1A6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 161 + 166 + 209 = 536 (100%)
R 161 of 536 ~ 30.04%
G 166 of 536 ~ 30.97%
B 209 of 536 ~ 38.99'%

%30.04
%30.97
%38.99

CMYK color model

#A1A6D1 color CMYK value is (23,21,0,18).

  • cyan value is 22.97%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (23,21,0,18)
C23M21Y0K18 (23%, 21%, 0%, 18%)
(0.23 / 0.21 / 0.00 / 0.18)

CMYK percentages

%22.97
%20.57
%0
%18.04

Codes

Color #A1A6D1 in popluar color models

A1 A6 D1
RGB 161 166 209
HSL 234° 34.29% 72.55%
HSB/HSV 234° 22.97% 81.96%
CMYK 22.97% 20.57% 0.00%
18.04%

Color #A1A6D1 in popluar number systems.

HEX A1 A6 D1
Decimal 161 166 209
Binary 10100001 10100110 11010001
Octal 241 246 321

Shades and tints

Shades of #A1A6D1

#A1A6D1
(161,166,209)
#9397BE
(147,151,190)
#8588AB
(133,136,171)
#777998
(119,121,152)
#696A85
(105,106,133)
#5B5B72
(91,91,114)
#4D4C5F
(77,76,95)
#3F3D4C
(63,61,76)
#312E39
(49,46,57)
#231F26
(35,31,38)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #A1A6D1

#A1A6D1
(161,166,209)
#A9AED5
(169,174,213)
#B1B6D9
(177,182,217)
#B9BEDD
(185,190,221)
#C1C6E1
(193,198,225)
#C9CEE5
(201,206,229)
#D1D6E9
(209,214,233)
#D9DEED
(217,222,237)
#E1E6F1
(225,230,241)
#E9EEF5
(233,238,245)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1A6D1 color. Also use rgb(161,166,209) instead hex code.

Text Font Color

.myTextColor { color: #A1A6D1; }

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

This text font color is #A1A6D1.

Background Color

.myBgColor { background-color: #A1A6D1; }

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

This div background color is #A1A6D1.

Border color

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

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

This div border color is #A1A6D1.

Opacity

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

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

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

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

This text has shadow with #A1A6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1A6D1.

Preview

Color preview on black background

This text has color #A1A6D1 on black background.


Color preview on white background

This text has color #A1A6D1 on white background.


Black color preview on #A1A6D1 background

This text has black color on #A1A6D1 background.


White color preview on #A1A6D1 background

This text has white color on #A1A6D1 background.


Related colors

Complementary color

Complementary color for #hex is #5E592E.


I love getcolorcode.com

Triadic colors

1 #D1A1A6 and #A6D1A1 with #A1A6D1 are triadic colors.

2 #D1A6A1 and #A6A1D1 with #A1A6D1 are triadic colors.