COLOR #A6A4DF

HEX: #A6A4DF RGB: (166,164,223)

Color info

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

RGB color model

#A6A4DF color RGB value is (166,164,223).

RGB: (166,164,223) (65%, 64%, 87%)

RGB channels and saturation

R 166 of 255 = 65%
G 164 of 255 = 64%
B 223 of 255 = 87%

166
164
223

R + G + B ~ 72%. #A6A4DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 164 + 223 = 553 (100%)
R 166 of 553 ~ 30.02%
G 164 of 553 ~ 29.66%
B 223 of 553 ~ 40.33'%

%30.02
%29.66
%40.33

CMYK color model

#A6A4DF color CMYK value is (26,26,0,13).

  • cyan value is 25.56%
  • magenta value is 26.46%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (26,26,0,13)
C26M26Y0K13 (26%, 26%, 0%, 13%)
(0.26 / 0.26 / 0.00 / 0.13)

CMYK percentages

%25.56
%26.46
%0
%12.55

Codes

Color #A6A4DF in popluar color models

A6 A4 DF
RGB 166 164 223
HSL 242° 47.97% 75.88%
HSB/HSV 242° 26.46% 87.45%
CMYK 25.56% 26.46% 0.00%
12.55%

Color #A6A4DF in popluar number systems.

HEX A6 A4 DF
Decimal 166 164 223
Binary 10100110 10100100 11011111
Octal 246 244 337

Shades and tints

Shades of #A6A4DF

#A6A4DF
(166,164,223)
#9796CB
(151,150,203)
#8888B7
(136,136,183)
#797AA3
(121,122,163)
#6A6C8F
(106,108,143)
#5B5E7B
(91,94,123)
#4C5067
(76,80,103)
#3D4253
(61,66,83)
#2E343F
(46,52,63)
#1F262B
(31,38,43)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #A6A4DF

#A6A4DF
(166,164,223)
#AEACE1
(174,172,225)
#B6B4E3
(182,180,227)
#BEBCE5
(190,188,229)
#C6C4E7
(198,196,231)
#CECCE9
(206,204,233)
#D6D4EB
(214,212,235)
#DEDCED
(222,220,237)
#E6E4EF
(230,228,239)
#EEECF1
(238,236,241)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A4DF color. Also use rgb(166,164,223) instead hex code.

Text Font Color

.myTextColor { color: #A6A4DF; }

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

This text font color is #A6A4DF.

Background Color

.myBgColor { background-color: #A6A4DF; }

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

This div background color is #A6A4DF.

Border color

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

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

This div border color is #A6A4DF.

Opacity

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

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

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

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

This text has shadow with #A6A4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A4DF.

Preview

Color preview on black background

This text has color #A6A4DF on black background.


Color preview on white background

This text has color #A6A4DF on white background.


Black color preview on #A6A4DF background

This text has black color on #A6A4DF background.


White color preview on #A6A4DF background

This text has white color on #A6A4DF background.


Related colors

Complementary color

Complementary color for #hex is #595B20.


I love getcolorcode.com

Triadic colors

1 #DFA6A4 and #A4DFA6 with #A6A4DF are triadic colors.

2 #DFA4A6 and #A4A6DF with #A6A4DF are triadic colors.