COLOR #A777B1

HEX: #A777B1
RGB: (167,119,177)

Color info

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

RGB color model

#A777B1 color RGB value is (167,119,177).

  • red value is 167;
  • green value is 119;
  • blue value is 177.
RGB:
(167,119,177)
(65%,47%,69%)

RGB channels and saturation

R 167 of 255 = 65%
G 119 of 255 = 47%
B 177 of 255 = 69%

167
119
177

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

Portions of RGB colors in percentages

R + G + B =
167 + 119 + 177 = 463 (100%)
R 167 of 463 ~ 36.07%
G 119 of 463 ~ 25.7%
B 177 of 463 ~ 38.23%

%36.07
%25.7
%38.23

CMYK color model

#A777B1 color CMYK value is (6,33,0,31).

  • cyan value is 5.65%
  • magenta value is 32.77%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(6,33,0,31)
C6M33Y0K31 
(6%,33%,0%,31%)
(0.06/0.33/0.00/0.31)	

CMYK percentages

%5.65
%32.77
%0
%30.59

Codes

Color #A777B1 in popluar color models

A777B1
RGB167119177
HSL290°27.10%58.04%
HSB/HSV290°32.77%69.41%
CMYK5.65%32.77%0.00%
30.59%

Color #A777B1 in popluar number systems.

HEXA777B1
Decimal167119177
Binary10100111111011110110001
Octal247167261

Shades and tints

Shades of #A777B1

#A777B1
(167,119,177)
#986DA1
(152,109,161)
#896391
(137,99,145)
#7A5981
(122,89,129)
#6B4F71
(107,79,113)
#5C4561
(92,69,97)
#4D3B51
(77,59,81)
#3E3141
(62,49,65)
#2F2731
(47,39,49)
#201D21
(32,29,33)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #A777B1

#A777B1
(167,119,177)
#AF83B8
(175,131,184)
#B78FBF
(183,143,191)
#BF9BC6
(191,155,198)
#C7A7CD
(199,167,205)
#CFB3D4
(207,179,212)
#D7BFDB
(215,191,219)
#DFCBE2
(223,203,226)
#E7D7E9
(231,215,233)
#EFE3F0
(239,227,240)
#F7EFF7
(247,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A777B1 color. Also use rgb(167,119,177) instead hex code.

Text Font Color

.myTextColor { color: #A777B1; }

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

This text font color is #A777B1.


Background Color

.myBgColor { background-color: #A777B1; }

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

This div background color is #A777B1.


Border color

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

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

This div border color is #A777B1.


Opacity

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

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

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

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

This text has shadow with #A777B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A777B1 on black background.


Color preview on white background

This text has color #A777B1 on white background.



Black color preview on #A777B1 background

This text has black color on #A777B1 background.


White color preview on #A777B1 background

This text has white color on #A777B1 background.