COLOR #A69FAA

HEX: #A69FAA RGB: (166,159,170)

Color info

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

RGB color model

#A69FAA color RGB value is (166,159,170).

RGB: (166,159,170) (65%, 62%, 67%)

RGB channels and saturation

R 166 of 255 = 65%
G 159 of 255 = 62%
B 170 of 255 = 67%

166
159
170

R + G + B ~ 65%. #A69FAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 159 + 170 = 495 (100%)
R 166 of 495 ~ 33.54%
G 159 of 495 ~ 32.12%
B 170 of 495 ~ 34.34'%

%33.54
%32.12
%34.34

CMYK color model

#A69FAA color CMYK value is (2,6,0,33).

  • cyan value is 2.35%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (2,6,0,33)
C2M6Y0K33 (2%, 6%, 0%, 33%)
(0.02 / 0.06 / 0.00 / 0.33)

CMYK percentages

%2.35
%6.47
%0
%33.33

Codes

Color #A69FAA in popluar color models

A6 9F AA
RGB 166 159 170
HSL 278° 6.08% 64.51%
HSB/HSV 278° 6.47% 66.67%
CMYK 2.35% 6.47% 0.00%
33.33%

Color #A69FAA in popluar number systems.

HEX A6 9F AA
Decimal 166 159 170
Binary 10100110 10011111 10101010
Octal 246 237 252

Shades and tints

Shades of #A69FAA

#A69FAA
(166,159,170)
#97919B
(151,145,155)
#88838C
(136,131,140)
#79757D
(121,117,125)
#6A676E
(106,103,110)
#5B595F
(91,89,95)
#4C4B50
(76,75,80)
#3D3D41
(61,61,65)
#2E2F32
(46,47,50)
#1F2123
(31,33,35)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #A69FAA

#A69FAA
(166,159,170)
#AEA7B1
(174,167,177)
#B6AFB8
(182,175,184)
#BEB7BF
(190,183,191)
#C6BFC6
(198,191,198)
#CEC7CD
(206,199,205)
#D6CFD4
(214,207,212)
#DED7DB
(222,215,219)
#E6DFE2
(230,223,226)
#EEE7E9
(238,231,233)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69FAA color. Also use rgb(166,159,170) instead hex code.

Text Font Color

.myTextColor { color: #A69FAA; }

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

This text font color is #A69FAA.

Background Color

.myBgColor { background-color: #A69FAA; }

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

This div background color is #A69FAA.

Border color

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

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

This div border color is #A69FAA.

Opacity

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

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

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

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

This text has shadow with #A69FAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69FAA.

Preview

Color preview on black background

This text has color #A69FAA on black background.


Color preview on white background

This text has color #A69FAA on white background.


Black color preview on #A69FAA background

This text has black color on #A69FAA background.


White color preview on #A69FAA background

This text has white color on #A69FAA background.


Related colors

Complementary color

Complementary color for #hex is #596055.


I love getcolorcode.com

Triadic colors

1 #AAA69F and #9FAAA6 with #A69FAA are triadic colors.

2 #AA9FA6 and #9FA6AA with #A69FAA are triadic colors.