COLOR #A76DA1

HEX: #A76DA1 RGB: (167,109,161)

Color info

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

RGB color model

#A76DA1 color RGB value is (167,109,161).

RGB: (167,109,161) (65%, 43%, 63%)

RGB channels and saturation

R 167 of 255 = 65%
G 109 of 255 = 43%
B 161 of 255 = 63%

167
109
161

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

Portions of RGB colors in percentages

R + G + B = 167 + 109 + 161 = 437 (100%)
R 167 of 437 ~ 38.22%
G 109 of 437 ~ 24.94%
B 161 of 437 ~ 36.84'%

%38.22
%24.94
%36.84

CMYK color model

#A76DA1 color CMYK value is (0,35,4,35).

  • cyan value is 0.00%
  • magenta value is 34.73%
  • yellow value is 3.59%
  • key color value is 34.51%

CMYK: (0,35,4,35)
C0M35Y4K35 (0%, 35%, 4%, 35%)
(0.00 / 0.35 / 0.04 / 0.35)

CMYK percentages

%0
%34.73
%3.59
%34.51

Codes

Color #A76DA1 in popluar color models

A7 6D A1
RGB 167 109 161
HSL 306° 24.79% 54.12%
HSB/HSV 306° 34.73% 65.49%
CMYK 0.00% 34.73% 3.59%
34.51%

Color #A76DA1 in popluar number systems.

HEX A7 6D A1
Decimal 167 109 161
Binary 10100111 1101101 10100001
Octal 247 155 241

Shades and tints

Shades of #A76DA1

#A76DA1
(167,109,161)
#986493
(152,100,147)
#895B85
(137,91,133)
#7A5277
(122,82,119)
#6B4969
(107,73,105)
#5C405B
(92,64,91)
#4D374D
(77,55,77)
#3E2E3F
(62,46,63)
#2F2531
(47,37,49)
#201C23
(32,28,35)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #A76DA1

#A76DA1
(167,109,161)
#AF7AA9
(175,122,169)
#B787B1
(183,135,177)
#BF94B9
(191,148,185)
#C7A1C1
(199,161,193)
#CFAEC9
(207,174,201)
#D7BBD1
(215,187,209)
#DFC8D9
(223,200,217)
#E7D5E1
(231,213,225)
#EFE2E9
(239,226,233)
#F7EFF1
(247,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A76DA1 color. Also use rgb(167,109,161) instead hex code.

Text Font Color

.myTextColor { color: #A76DA1; }

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

This text font color is #A76DA1.

Background Color

.myBgColor { background-color: #A76DA1; }

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

This div background color is #A76DA1.

Border color

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

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

This div border color is #A76DA1.

Opacity

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

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

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

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

This text has shadow with #A76DA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A76DA1.

Preview

Color preview on black background

This text has color #A76DA1 on black background.


Color preview on white background

This text has color #A76DA1 on white background.


Black color preview on #A76DA1 background

This text has black color on #A76DA1 background.


White color preview on #A76DA1 background

This text has white color on #A76DA1 background.


Related colors

Complementary color

Complementary color for #hex is #58925E.


I love getcolorcode.com

Triadic colors

1 #A1A76D and #6DA1A7 with #A76DA1 are triadic colors.

2 #A16DA7 and #6DA7A1 with #A76DA1 are triadic colors.