COLOR #A679AA

HEX: #A679AA
RGB: (166,121,170)

Color info

#A679AA contains red, green and blue colors in about the same proportion. Web safe color of #A679AA is #996699 (or #969).

RGB color model

#A679AA color RGB value is (166,121,170).

  • red value is 166;
  • green value is 121;
  • blue value is 170.
RGB:
(166,121,170)
(65%,47%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 121 of 255 = 47%
B 170 of 255 = 67%

166
121
170

R + G + B ~ 60%. #A679AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
166 + 121 + 170 = 457 (100%)
R 166 of 457 ~ 36.32%
G 121 of 457 ~ 26.48%
B 170 of 457 ~ 37.2%

%36.32
%26.48
%37.2

CMYK color model

#A679AA color CMYK value is (2,29,0,33).

  • cyan value is 2.35%
  • magenta value is 28.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(2,29,0,33)
C2M29Y0K33 
(2%,29%,0%,33%)
(0.02/0.29/0.00/0.33)	

CMYK percentages

%2.35
%28.82
%0
%33.33

Codes

Color #A679AA in popluar color models

A679AA
RGB166121170
HSL295°22.37%57.06%
HSB/HSV295°28.82%66.67%
CMYK2.35%28.82%0.00%
33.33%

Color #A679AA in popluar number systems.

HEXA679AA
Decimal166121170
Binary10100110111100110101010
Octal246171252

Shades and tints

Shades of #A679AA

#A679AA
(166,121,170)
#976E9B
(151,110,155)
#88638C
(136,99,140)
#79587D
(121,88,125)
#6A4D6E
(106,77,110)
#5B425F
(91,66,95)
#4C3750
(76,55,80)
#3D2C41
(61,44,65)
#2E2132
(46,33,50)
#1F1623
(31,22,35)
#100B14
(16,11,20)
#000000
(0,0,0)

Tints of #A679AA

#A679AA
(166,121,170)
#AE85B1
(174,133,177)
#B691B8
(182,145,184)
#BE9DBF
(190,157,191)
#C6A9C6
(198,169,198)
#CEB5CD
(206,181,205)
#D6C1D4
(214,193,212)
#DECDDB
(222,205,219)
#E6D9E2
(230,217,226)
#EEE5E9
(238,229,233)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A679AA; }

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

This text font color is #A679AA.


Background Color

.myBgColor { background-color: #A679AA; }

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

This div background color is #A679AA.


Border color

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

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

This div border color is #A679AA.


Opacity

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

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

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

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

This text has shadow with #A679AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A679AA on black background.


Color preview on white background

This text has color #A679AA on white background.



Black color preview on #A679AA background

This text has black color on #A679AA background.


White color preview on #A679AA background

This text has white color on #A679AA background.