COLOR #A69AAD

HEX: #A69AAD RGB: (166,154,173)

Color info

#A69AAD contains red, green and blue colors in about the same proportion. Web safe color of #A69AAD is #999999 (or #999).

RGB color model

#A69AAD color RGB value is (166,154,173).

RGB: (166,154,173) (65%, 60%, 68%)

RGB channels and saturation

R 166 of 255 = 65%
G 154 of 255 = 60%
B 173 of 255 = 68%

166
154
173

R + G + B ~ 64%. #A69AAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 154 + 173 = 493 (100%)
R 166 of 493 ~ 33.67%
G 154 of 493 ~ 31.24%
B 173 of 493 ~ 35.09'%

%33.67
%31.24
%35.09

CMYK color model

#A69AAD color CMYK value is (4,11,0,32).

  • cyan value is 4.05%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (4,11,0,32)
C4M11Y0K32 (4%, 11%, 0%, 32%)
(0.04 / 0.11 / 0.00 / 0.32)

CMYK percentages

%4.05
%10.98
%0
%32.16

Codes

Color #A69AAD in popluar color models

A6 9A AD
RGB 166 154 173
HSL 278° 10.38% 64.12%
HSB/HSV 278° 10.98% 67.84%
CMYK 4.05% 10.98% 0.00%
32.16%

Color #A69AAD in popluar number systems.

HEX A6 9A AD
Decimal 166 154 173
Binary 10100110 10011010 10101101
Octal 246 232 255

Shades and tints

Shades of #A69AAD

#A69AAD
(166,154,173)
#978C9E
(151,140,158)
#887E8F
(136,126,143)
#797080
(121,112,128)
#6A6271
(106,98,113)
#5B5462
(91,84,98)
#4C4653
(76,70,83)
#3D3844
(61,56,68)
#2E2A35
(46,42,53)
#1F1C26
(31,28,38)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #A69AAD

#A69AAD
(166,154,173)
#AEA3B4
(174,163,180)
#B6ACBB
(182,172,187)
#BEB5C2
(190,181,194)
#C6BEC9
(198,190,201)
#CEC7D0
(206,199,208)
#D6D0D7
(214,208,215)
#DED9DE
(222,217,222)
#E6E2E5
(230,226,229)
#EEEBEC
(238,235,236)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69AAD color. Also use rgb(166,154,173) instead hex code.

Text Font Color

.myTextColor { color: #A69AAD; }

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

This text font color is #A69AAD.

Background Color

.myBgColor { background-color: #A69AAD; }

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

This div background color is #A69AAD.

Border color

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

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

This div border color is #A69AAD.

Opacity

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

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

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

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

This text has shadow with #A69AAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69AAD.

Preview

Color preview on black background

This text has color #A69AAD on black background.


Color preview on white background

This text has color #A69AAD on white background.


Black color preview on #A69AAD background

This text has black color on #A69AAD background.


White color preview on #A69AAD background

This text has white color on #A69AAD background.


Related colors

Complementary color

Complementary color for #hex is #596552.


I love getcolorcode.com

Triadic colors

1 #ADA69A and #9AADA6 with #A69AAD are triadic colors.

2 #AD9AA6 and #9AA6AD with #A69AAD are triadic colors.