COLOR #A679A2

HEX: #A679A2
RGB: (166,121,162)

Color info

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

RGB color model

#A679A2 color RGB value is (166,121,162).

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

RGB channels and saturation

R 166 of 255 = 65%
G 121 of 255 = 47%
B 162 of 255 = 64%

166
121
162

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

Portions of RGB colors in percentages

R + G + B =
166 + 121 + 162 = 449 (100%)
R 166 of 449 ~ 36.97%
G 121 of 449 ~ 26.95%
B 162 of 449 ~ 36.08%

%36.97
%26.95
%36.08

CMYK color model

#A679A2 color CMYK value is (0,27,2,35).

  • cyan value is 0.00%
  • magenta value is 27.11%
  • yellow value is 2.41%
  • key color value is 34.90%
CMYK:
(0,27,2,35)
C0M27Y2K35 
(0%,27%,2%,35%)
(0.00/0.27/0.02/0.35)	

CMYK percentages

%0
%27.11
%2.41
%34.9

Codes

Color #A679A2 in popluar color models

A679A2
RGB166121162
HSL305°20.18%56.27%
HSB/HSV305°27.11%65.10%
CMYK0.00%27.11%2.41%
34.90%

Color #A679A2 in popluar number systems.

HEXA679A2
Decimal166121162
Binary10100110111100110100010
Octal246171242

Shades and tints

Shades of #A679A2

#A679A2
(166,121,162)
#976E94
(151,110,148)
#886386
(136,99,134)
#795878
(121,88,120)
#6A4D6A
(106,77,106)
#5B425C
(91,66,92)
#4C374E
(76,55,78)
#3D2C40
(61,44,64)
#2E2132
(46,33,50)
#1F1624
(31,22,36)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #A679A2

#A679A2
(166,121,162)
#AE85AA
(174,133,170)
#B691B2
(182,145,178)
#BE9DBA
(190,157,186)
#C6A9C2
(198,169,194)
#CEB5CA
(206,181,202)
#D6C1D2
(214,193,210)
#DECDDA
(222,205,218)
#E6D9E2
(230,217,226)
#EEE5EA
(238,229,234)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A679A2; }

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

This text font color is #A679A2.


Background Color

.myBgColor { background-color: #A679A2; }

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

This div background color is #A679A2.


Border color

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

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

This div border color is #A679A2.


Opacity

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

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

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

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

This text has shadow with #A679A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A679A2 on black background.


Color preview on white background

This text has color #A679A2 on white background.



Black color preview on #A679A2 background

This text has black color on #A679A2 background.


White color preview on #A679A2 background

This text has white color on #A679A2 background.