COLOR #A77DA1

HEX: #A77DA1 RGB: (167,125,161)

Color info

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

RGB color model

#A77DA1 color RGB value is (167,125,161).

RGB: (167,125,161) (65%, 49%, 63%)

RGB channels and saturation

R 167 of 255 = 65%
G 125 of 255 = 49%
B 161 of 255 = 63%

167
125
161

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

Portions of RGB colors in percentages

R + G + B = 167 + 125 + 161 = 453 (100%)
R 167 of 453 ~ 36.87%
G 125 of 453 ~ 27.59%
B 161 of 453 ~ 35.54'%

%36.87
%27.59
%35.54

CMYK color model

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

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

CMYK: (0,25,4,35)
C0M25Y4K35 (0%, 25%, 4%, 35%)
(0.00 / 0.25 / 0.04 / 0.35)

CMYK percentages

%0
%25.15
%3.59
%34.51

Codes

Color #A77DA1 in popluar color models

A7 7D A1
RGB 167 125 161
HSL 309° 19.27% 57.25%
HSB/HSV 309° 25.15% 65.49%
CMYK 0.00% 25.15% 3.59%
34.51%

Color #A77DA1 in popluar number systems.

HEX A7 7D A1
Decimal 167 125 161
Binary 10100111 1111101 10100001
Octal 247 175 241

Shades and tints

Shades of #A77DA1

#A77DA1
(167,125,161)
#987293
(152,114,147)
#896785
(137,103,133)
#7A5C77
(122,92,119)
#6B5169
(107,81,105)
#5C465B
(92,70,91)
#4D3B4D
(77,59,77)
#3E303F
(62,48,63)
#2F2531
(47,37,49)
#201A23
(32,26,35)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #A77DA1

#A77DA1
(167,125,161)
#AF88A9
(175,136,169)
#B793B1
(183,147,177)
#BF9EB9
(191,158,185)
#C7A9C1
(199,169,193)
#CFB4C9
(207,180,201)
#D7BFD1
(215,191,209)
#DFCAD9
(223,202,217)
#E7D5E1
(231,213,225)
#EFE0E9
(239,224,233)
#F7EBF1
(247,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77DA1; }

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

This text font color is #A77DA1.

Background Color

.myBgColor { background-color: #A77DA1; }

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

This div background color is #A77DA1.

Border color

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

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

This div border color is #A77DA1.

Opacity

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

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

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

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

This text has shadow with #A77DA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77DA1.

Preview

Color preview on black background

This text has color #A77DA1 on black background.


Color preview on white background

This text has color #A77DA1 on white background.


Black color preview on #A77DA1 background

This text has black color on #A77DA1 background.


White color preview on #A77DA1 background

This text has white color on #A77DA1 background.


Related colors

Complementary color

Complementary color for #hex is #58825E.


I love getcolorcode.com

Triadic colors

1 #A1A77D and #7DA1A7 with #A77DA1 are triadic colors.

2 #A17DA7 and #7DA7A1 with #A77DA1 are triadic colors.