COLOR #A6A1DA

HEX: #A6A1DA RGB: (166,161,218)

Color info

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

RGB color model

#A6A1DA color RGB value is (166,161,218).

RGB: (166,161,218) (65%, 63%, 85%)

RGB channels and saturation

R 166 of 255 = 65%
G 161 of 255 = 63%
B 218 of 255 = 85%

166
161
218

R + G + B ~ 71%. #A6A1DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 161 + 218 = 545 (100%)
R 166 of 545 ~ 30.46%
G 161 of 545 ~ 29.54%
B 218 of 545 ~ 40'%

%30.46
%29.54
%40

CMYK color model

#A6A1DA color CMYK value is (24,26,0,15).

  • cyan value is 23.85%
  • magenta value is 26.15%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (24,26,0,15)
C24M26Y0K15 (24%, 26%, 0%, 15%)
(0.24 / 0.26 / 0.00 / 0.15)

CMYK percentages

%23.85
%26.15
%0
%14.51

Codes

Color #A6A1DA in popluar color models

A6 A1 DA
RGB 166 161 218
HSL 245° 43.51% 74.31%
HSB/HSV 245° 26.15% 85.49%
CMYK 23.85% 26.15% 0.00%
14.51%

Color #A6A1DA in popluar number systems.

HEX A6 A1 DA
Decimal 166 161 218
Binary 10100110 10100001 11011010
Octal 246 241 332

Shades and tints

Shades of #A6A1DA

#A6A1DA
(166,161,218)
#9793C7
(151,147,199)
#8885B4
(136,133,180)
#7977A1
(121,119,161)
#6A698E
(106,105,142)
#5B5B7B
(91,91,123)
#4C4D68
(76,77,104)
#3D3F55
(61,63,85)
#2E3142
(46,49,66)
#1F232F
(31,35,47)
#10151C
(16,21,28)
#000000
(0,0,0)

Tints of #A6A1DA

#A6A1DA
(166,161,218)
#AEA9DD
(174,169,221)
#B6B1E0
(182,177,224)
#BEB9E3
(190,185,227)
#C6C1E6
(198,193,230)
#CEC9E9
(206,201,233)
#D6D1EC
(214,209,236)
#DED9EF
(222,217,239)
#E6E1F2
(230,225,242)
#EEE9F5
(238,233,245)
#F6F1F8
(246,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A1DA; }

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

This text font color is #A6A1DA.

Background Color

.myBgColor { background-color: #A6A1DA; }

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

This div background color is #A6A1DA.

Border color

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

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

This div border color is #A6A1DA.

Opacity

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

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

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

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

This text has shadow with #A6A1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A1DA.

Preview

Color preview on black background

This text has color #A6A1DA on black background.


Color preview on white background

This text has color #A6A1DA on white background.


Black color preview on #A6A1DA background

This text has black color on #A6A1DA background.


White color preview on #A6A1DA background

This text has white color on #A6A1DA background.


Related colors

Complementary color

Complementary color for #hex is #595E25.


I love getcolorcode.com

Triadic colors

1 #DAA6A1 and #A1DAA6 with #A6A1DA are triadic colors.

2 #DAA1A6 and #A1A6DA with #A6A1DA are triadic colors.