COLOR #A6769E

HEX: #A6769E
RGB: (166,118,158)

Color info

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

RGB color model

#A6769E color RGB value is (166,118,158).

  • red value is 166;
  • green value is 118;
  • blue value is 158.
RGB:
(166,118,158)
(65%,46%,62%)

RGB channels and saturation

R 166 of 255 = 65%
G 118 of 255 = 46%
B 158 of 255 = 62%

166
118
158

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

Portions of RGB colors in percentages

R + G + B =
166 + 118 + 158 = 442 (100%)
R 166 of 442 ~ 37.56%
G 118 of 442 ~ 26.7%
B 158 of 442 ~ 35.75%

%37.56
%26.7
%35.75

CMYK color model

#A6769E color CMYK value is (0,29,5,35).

  • cyan value is 0.00%
  • magenta value is 28.92%
  • yellow value is 4.82%
  • key color value is 34.90%
CMYK:
(0,29,5,35)
C0M29Y5K35 
(0%,29%,5%,35%)
(0.00/0.29/0.05/0.35)	

CMYK percentages

%0
%28.92
%4.82
%34.9

Codes

Color #A6769E in popluar color models

A6769E
RGB166118158
HSL310°21.24%55.69%
HSB/HSV310°28.92%65.10%
CMYK0.00%28.92%4.82%
34.90%

Color #A6769E in popluar number systems.

HEXA6769E
Decimal166118158
Binary10100110111011010011110
Octal246166236

Shades and tints

Shades of #A6769E

#A6769E
(166,118,158)
#976C90
(151,108,144)
#886282
(136,98,130)
#795874
(121,88,116)
#6A4E66
(106,78,102)
#5B4458
(91,68,88)
#4C3A4A
(76,58,74)
#3D303C
(61,48,60)
#2E262E
(46,38,46)
#1F1C20
(31,28,32)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #A6769E

#A6769E
(166,118,158)
#AE82A6
(174,130,166)
#B68EAE
(182,142,174)
#BE9AB6
(190,154,182)
#C6A6BE
(198,166,190)
#CEB2C6
(206,178,198)
#D6BECE
(214,190,206)
#DECAD6
(222,202,214)
#E6D6DE
(230,214,222)
#EEE2E6
(238,226,230)
#F6EEEE
(246,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6769E color. Also use rgb(166,118,158) instead hex code.

Text Font Color

.myTextColor { color: #A6769E; }

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

This text font color is #A6769E.


Background Color

.myBgColor { background-color: #A6769E; }

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

This div background color is #A6769E.


Border color

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

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

This div border color is #A6769E.


Opacity

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

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

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

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

This text has shadow with #A6769E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6769E on black background.


Color preview on white background

This text has color #A6769E on white background.



Black color preview on #A6769E background

This text has black color on #A6769E background.


White color preview on #A6769E background

This text has white color on #A6769E background.