COLOR #A77CA1

HEX: #A77CA1 RGB: (167,124,161)

Color info

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

RGB color model

#A77CA1 color RGB value is (167,124,161).

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

RGB channels and saturation

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

167
124
161

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

Portions of RGB colors in percentages

R + G + B = 167 + 124 + 161 = 452 (100%)
R 167 of 452 ~ 36.95%
G 124 of 452 ~ 27.43%
B 161 of 452 ~ 35.62'%

%36.95
%27.43
%35.62

CMYK color model

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

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

CMYK: (0,26,4,35)
C0M26Y4K35 (0%, 26%, 4%, 35%)
(0.00 / 0.26 / 0.04 / 0.35)

CMYK percentages

%0
%25.75
%3.59
%34.51

Codes

Color #A77CA1 in popluar color models

A7 7C A1
RGB 167 124 161
HSL 308° 19.63% 57.06%
HSB/HSV 308° 25.75% 65.49%
CMYK 0.00% 25.75% 3.59%
34.51%

Color #A77CA1 in popluar number systems.

HEX A7 7C A1
Decimal 167 124 161
Binary 10100111 1111100 10100001
Octal 247 174 241

Shades and tints

Shades of #A77CA1

#A77CA1
(167,124,161)
#987193
(152,113,147)
#896685
(137,102,133)
#7A5B77
(122,91,119)
#6B5069
(107,80,105)
#5C455B
(92,69,91)
#4D3A4D
(77,58,77)
#3E2F3F
(62,47,63)
#2F2431
(47,36,49)
#201923
(32,25,35)
#110E15
(17,14,21)
#000000
(0,0,0)

Tints of #A77CA1

#A77CA1
(167,124,161)
#AF87A9
(175,135,169)
#B792B1
(183,146,177)
#BF9DB9
(191,157,185)
#C7A8C1
(199,168,193)
#CFB3C9
(207,179,201)
#D7BED1
(215,190,209)
#DFC9D9
(223,201,217)
#E7D4E1
(231,212,225)
#EFDFE9
(239,223,233)
#F7EAF1
(247,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77CA1; }

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

This text font color is #A77CA1.

Background Color

.myBgColor { background-color: #A77CA1; }

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

This div background color is #A77CA1.

Border color

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

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

This div border color is #A77CA1.

Opacity

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

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

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

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

This text has shadow with #A77CA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77CA1.

Preview

Color preview on black background

This text has color #A77CA1 on black background.


Color preview on white background

This text has color #A77CA1 on white background.


Black color preview on #A77CA1 background

This text has black color on #A77CA1 background.


White color preview on #A77CA1 background

This text has white color on #A77CA1 background.


Related colors

Complementary color

Complementary color for #hex is #58835E.


I love getcolorcode.com

Triadic colors

1 #A1A77C and #7CA1A7 with #A77CA1 are triadic colors.

2 #A17CA7 and #7CA7A1 with #A77CA1 are triadic colors.