COLOR #A77ED1

HEX: #A77ED1
RGB: (167,126,209)

Color info

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

RGB color model

#A77ED1 color RGB value is (167,126,209).

  • red value is 167;
  • green value is 126;
  • blue value is 209.
RGB:
(167,126,209)
(65%,49%,82%)

RGB channels and saturation

R 167 of 255 = 65%
G 126 of 255 = 49%
B 209 of 255 = 82%

167
126
209

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

Portions of RGB colors in percentages

R + G + B =
167 + 126 + 209 = 502 (100%)
R 167 of 502 ~ 33.27%
G 126 of 502 ~ 25.1%
B 209 of 502 ~ 41.63%

%33.27
%25.1
%41.63

CMYK color model

#A77ED1 color CMYK value is (20,40,0,18).

  • cyan value is 20.10%
  • magenta value is 39.71%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,40,0,18)
C20M40Y0K18 
(20%,40%,0%,18%)
(0.20/0.40/0.00/0.18)	

CMYK percentages

%20.1
%39.71
%0
%18.04

Codes

Color #A77ED1 in popluar color models

A77ED1
RGB167126209
HSL270°47.43%65.69%
HSB/HSV270°39.71%81.96%
CMYK20.10%39.71%0.00%
18.04%

Color #A77ED1 in popluar number systems.

HEXA77ED1
Decimal167126209
Binary10100111111111011010001
Octal247176321

Shades and tints

Shades of #A77ED1

#A77ED1
(167,126,209)
#9873BE
(152,115,190)
#8968AB
(137,104,171)
#7A5D98
(122,93,152)
#6B5285
(107,82,133)
#5C4772
(92,71,114)
#4D3C5F
(77,60,95)
#3E314C
(62,49,76)
#2F2639
(47,38,57)
#201B26
(32,27,38)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #A77ED1

#A77ED1
(167,126,209)
#AF89D5
(175,137,213)
#B794D9
(183,148,217)
#BF9FDD
(191,159,221)
#C7AAE1
(199,170,225)
#CFB5E5
(207,181,229)
#D7C0E9
(215,192,233)
#DFCBED
(223,203,237)
#E7D6F1
(231,214,241)
#EFE1F5
(239,225,245)
#F7ECF9
(247,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77ED1; }

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

This text font color is #A77ED1.


Background Color

.myBgColor { background-color: #A77ED1; }

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

This div background color is #A77ED1.


Border color

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

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

This div border color is #A77ED1.


Opacity

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

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

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

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

This text has shadow with #A77ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77ED1 on black background.


Color preview on white background

This text has color #A77ED1 on white background.



Black color preview on #A77ED1 background

This text has black color on #A77ED1 background.


White color preview on #A77ED1 background

This text has white color on #A77ED1 background.