COLOR #A6A3DD

HEX: #A6A3DD RGB: (166,163,221)

Color info

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

RGB color model

#A6A3DD color RGB value is (166,163,221).

RGB: (166,163,221) (65%, 64%, 87%)

RGB channels and saturation

R 166 of 255 = 65%
G 163 of 255 = 64%
B 221 of 255 = 87%

166
163
221

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

Portions of RGB colors in percentages

R + G + B = 166 + 163 + 221 = 550 (100%)
R 166 of 550 ~ 30.18%
G 163 of 550 ~ 29.64%
B 221 of 550 ~ 40.18'%

%30.18
%29.64
%40.18

CMYK color model

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

  • cyan value is 24.89%
  • magenta value is 26.24%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (25,26,0,13)
C25M26Y0K13 (25%, 26%, 0%, 13%)
(0.25 / 0.26 / 0.00 / 0.13)

CMYK percentages

%24.89
%26.24
%0
%13.33

Codes

Color #A6A3DD in popluar color models

A6 A3 DD
RGB 166 163 221
HSL 243° 46.03% 75.29%
HSB/HSV 243° 26.24% 86.67%
CMYK 24.89% 26.24% 0.00%
13.33%

Color #A6A3DD in popluar number systems.

HEX A6 A3 DD
Decimal 166 163 221
Binary 10100110 10100011 11011101
Octal 246 243 335

Shades and tints

Shades of #A6A3DD

#A6A3DD
(166,163,221)
#9795C9
(151,149,201)
#8887B5
(136,135,181)
#7979A1
(121,121,161)
#6A6B8D
(106,107,141)
#5B5D79
(91,93,121)
#4C4F65
(76,79,101)
#3D4151
(61,65,81)
#2E333D
(46,51,61)
#1F2529
(31,37,41)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #A6A3DD

#A6A3DD
(166,163,221)
#AEABE0
(174,171,224)
#B6B3E3
(182,179,227)
#BEBBE6
(190,187,230)
#C6C3E9
(198,195,233)
#CECBEC
(206,203,236)
#D6D3EF
(214,211,239)
#DEDBF2
(222,219,242)
#E6E3F5
(230,227,245)
#EEEBF8
(238,235,248)
#F6F3FB
(246,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A3DD color. Also use rgb(166,163,221) instead hex code.

Text Font Color

.myTextColor { color: #A6A3DD; }

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

This text font color is #A6A3DD.

Background Color

.myBgColor { background-color: #A6A3DD; }

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

This div background color is #A6A3DD.

Border color

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

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

This div border color is #A6A3DD.

Opacity

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

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

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

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

This text has shadow with #A6A3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A3DD.

Preview

Color preview on black background

This text has color #A6A3DD on black background.


Color preview on white background

This text has color #A6A3DD on white background.


Black color preview on #A6A3DD background

This text has black color on #A6A3DD background.


White color preview on #A6A3DD background

This text has white color on #A6A3DD background.


Related colors

Complementary color

Complementary color for #hex is #595C22.


I love getcolorcode.com

Triadic colors

1 #DDA6A3 and #A3DDA6 with #A6A3DD are triadic colors.

2 #DDA3A6 and #A3A6DD with #A6A3DD are triadic colors.