COLOR #A77993

HEX: #A77993 RGB: (167,121,147)

Color info

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

RGB color model

#A77993 color RGB value is (167,121,147).

RGB: (167,121,147) (65%, 47%, 58%)

RGB channels and saturation

R 167 of 255 = 65%
G 121 of 255 = 47%
B 147 of 255 = 58%

167
121
147

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

Portions of RGB colors in percentages

R + G + B = 167 + 121 + 147 = 435 (100%)
R 167 of 435 ~ 38.39%
G 121 of 435 ~ 27.82%
B 147 of 435 ~ 33.79'%

%38.39
%27.82
%33.79

CMYK color model

#A77993 color CMYK value is (0,28,12,35).

  • cyan value is 0.00%
  • magenta value is 27.54%
  • yellow value is 11.98%
  • key color value is 34.51%

CMYK: (0,28,12,35)
C0M28Y12K35 (0%, 28%, 12%, 35%)
(0.00 / 0.28 / 0.12 / 0.35)

CMYK percentages

%0
%27.54
%11.98
%34.51

Codes

Color #A77993 in popluar color models

A7 79 93
RGB 167 121 147
HSL 326° 20.72% 56.47%
HSB/HSV 326° 27.54% 65.49%
CMYK 0.00% 27.54% 11.98%
34.51%

Color #A77993 in popluar number systems.

HEX A7 79 93
Decimal 167 121 147
Binary 10100111 1111001 10010011
Octal 247 171 223

Shades and tints

Shades of #A77993

#A77993
(167,121,147)
#986E86
(152,110,134)
#896379
(137,99,121)
#7A586C
(122,88,108)
#6B4D5F
(107,77,95)
#5C4252
(92,66,82)
#4D3745
(77,55,69)
#3E2C38
(62,44,56)
#2F212B
(47,33,43)
#20161E
(32,22,30)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #A77993

#A77993
(167,121,147)
#AF859C
(175,133,156)
#B791A5
(183,145,165)
#BF9DAE
(191,157,174)
#C7A9B7
(199,169,183)
#CFB5C0
(207,181,192)
#D7C1C9
(215,193,201)
#DFCDD2
(223,205,210)
#E7D9DB
(231,217,219)
#EFE5E4
(239,229,228)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77993 color. Also use rgb(167,121,147) instead hex code.

Text Font Color

.myTextColor { color: #A77993; }

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

This text font color is #A77993.

Background Color

.myBgColor { background-color: #A77993; }

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

This div background color is #A77993.

Border color

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

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

This div border color is #A77993.

Opacity

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

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

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

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

This text has shadow with #A77993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77993.

Preview

Color preview on black background

This text has color #A77993 on black background.


Color preview on white background

This text has color #A77993 on white background.


Black color preview on #A77993 background

This text has black color on #A77993 background.


White color preview on #A77993 background

This text has white color on #A77993 background.


Related colors

Complementary color

Complementary color for #hex is #58866C.


I love getcolorcode.com

Triadic colors

1 #93A779 and #7993A7 with #A77993 are triadic colors.

2 #9379A7 and #79A793 with #A77993 are triadic colors.