COLOR #A69DDD

HEX: #A69DDD RGB: (166,157,221)

Color info

#A69DDD contains mainly red and blue colors. Web safe color of #A69DDD is #9999CC (or #99C).

RGB color model

#A69DDD color RGB value is (166,157,221).

RGB: (166,157,221) (65%, 62%, 87%)

RGB channels and saturation

R 166 of 255 = 65%
G 157 of 255 = 62%
B 221 of 255 = 87%

166
157
221

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

Portions of RGB colors in percentages

R + G + B = 166 + 157 + 221 = 544 (100%)
R 166 of 544 ~ 30.51%
G 157 of 544 ~ 28.86%
B 221 of 544 ~ 40.63'%

%30.51
%28.86
%40.63

CMYK color model

#A69DDD color CMYK value is (25,29,0,13).

  • cyan value is 24.89%
  • magenta value is 28.96%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (25,29,0,13) C25M29Y0K13 (25%,29%,0%,13%) (0.25/0.29/0.00/0.13) 

CMYK percentages

%24.89
%28.96
%0
%13.33

Codes

Color #A69DDD in popluar color models

A6 9D DD
RGB 166 157 221
HSL 248° 48.48% 74.12%
HSB/HSV 248° 28.96% 86.67%
CMYK 24.89% 28.96% 0.00%
13.33%

Color #A69DDD in popluar number systems.

HEX A6 9D DD
Decimal 166 157 221
Binary 10100110 10011101 11011101
Octal 246 235 335

Shades and tints

Shades of #A69DDD

#A69DDD
(166,157,221)
#978FC9
(151,143,201)
#8881B5
(136,129,181)
#7973A1
(121,115,161)
#6A658D
(106,101,141)
#5B5779
(91,87,121)
#4C4965
(76,73,101)
#3D3B51
(61,59,81)
#2E2D3D
(46,45,61)
#1F1F29
(31,31,41)
#101115
(16,17,21)
#000000
(0,0,0)

Tints of #A69DDD

#A69DDD
(166,157,221)
#AEA5E0
(174,165,224)
#B6ADE3
(182,173,227)
#BEB5E6
(190,181,230)
#C6BDE9
(198,189,233)
#CEC5EC
(206,197,236)
#D6CDEF
(214,205,239)
#DED5F2
(222,213,242)
#E6DDF5
(230,221,245)
#EEE5F8
(238,229,248)
#F6EDFB
(246,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69DDD; }

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

This text font color is #A69DDD.

Background Color

.myBgColor { background-color: #A69DDD; }

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

This div background color is #A69DDD.

Border color

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

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

This div border color is #A69DDD.

Opacity

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

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

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

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

This text has shadow with #A69DDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69DDD.

Preview

Color preview on black background

This text has color #A69DDD on black background.


Color preview on white background

This text has color #A69DDD on white background.


Black color preview on #A69DDD background

This text has black color on #A69DDD background.


White color preview on #A69DDD background

This text has white color on #A69DDD background.


Related colors

Complementary color

Complementary color for #hex is #596222.


I love getcolorcode.com

Triadic colors

1 #DDA69D and #9DDDA6 with #A69DDD are triadic colors.

2 #DD9DA6 and #9DA6DD with #A69DDD are triadic colors.