COLOR #A77ECD

HEX: #A77ECD RGB: (167,126,205)

Color info

#A77ECD contains mainly red and blue colors. Web safe color of #A77ECD is #9966CC (or #96C).

RGB color model

#A77ECD color RGB value is (167,126,205).

RGB: (167,126,205) (65%, 49%, 80%)

RGB channels and saturation

R 167 of 255 = 65%
G 126 of 255 = 49%
B 205 of 255 = 80%

167
126
205

R + G + B ~ 65%. #A77ECD is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 126 + 205 = 498 (100%)
R 167 of 498 ~ 33.53%
G 126 of 498 ~ 25.3%
B 205 of 498 ~ 41.16'%

%33.53
%25.3
%41.16

CMYK color model

#A77ECD color CMYK value is (19,39,0,20).

  • cyan value is 18.54%
  • magenta value is 38.54%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (19,39,0,20)
C19M39Y0K20 (19%, 39%, 0%, 20%)
(0.19 / 0.39 / 0.00 / 0.20)

CMYK percentages

%18.54
%38.54
%0
%19.61

Codes

Color #A77ECD in popluar color models

A7 7E CD
RGB 167 126 205
HSL 271° 44.13% 64.90%
HSB/HSV 271° 38.54% 80.39%
CMYK 18.54% 38.54% 0.00%
19.61%

Color #A77ECD in popluar number systems.

HEX A7 7E CD
Decimal 167 126 205
Binary 10100111 1111110 11001101
Octal 247 176 315

Shades and tints

Shades of #A77ECD

#A77ECD
(167,126,205)
#9873BB
(152,115,187)
#8968A9
(137,104,169)
#7A5D97
(122,93,151)
#6B5285
(107,82,133)
#5C4773
(92,71,115)
#4D3C61
(77,60,97)
#3E314F
(62,49,79)
#2F263D
(47,38,61)
#201B2B
(32,27,43)
#111019
(17,16,25)
#000000
(0,0,0)

Tints of #A77ECD

#A77ECD
(167,126,205)
#AF89D1
(175,137,209)
#B794D5
(183,148,213)
#BF9FD9
(191,159,217)
#C7AADD
(199,170,221)
#CFB5E1
(207,181,225)
#D7C0E5
(215,192,229)
#DFCBE9
(223,203,233)
#E7D6ED
(231,214,237)
#EFE1F1
(239,225,241)
#F7ECF5
(247,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77ECD color. Also use rgb(167,126,205) instead hex code.

Text Font Color

.myTextColor { color: #A77ECD; }

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

This text font color is #A77ECD.

Background Color

.myBgColor { background-color: #A77ECD; }

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

This div background color is #A77ECD.

Border color

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

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

This div border color is #A77ECD.

Opacity

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

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

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

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

This text has shadow with #A77ECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77ECD.

Preview

Color preview on black background

This text has color #A77ECD on black background.


Color preview on white background

This text has color #A77ECD on white background.


Black color preview on #A77ECD background

This text has black color on #A77ECD background.


White color preview on #A77ECD background

This text has white color on #A77ECD background.


Related colors

Complementary color

Complementary color for #hex is #588132.


I love getcolorcode.com

Triadic colors

1 #CDA77E and #7ECDA7 with #A77ECD are triadic colors.

2 #CD7EA7 and #7EA7CD with #A77ECD are triadic colors.