COLOR #A777D0

HEX: #A777D0
RGB: (167,119,208)

Color info

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

RGB color model

#A777D0 color RGB value is (167,119,208).

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

RGB channels and saturation

R 167 of 255 = 65%
G 119 of 255 = 47%
B 208 of 255 = 82%

167
119
208

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

Portions of RGB colors in percentages

R + G + B =
167 + 119 + 208 = 494 (100%)
R 167 of 494 ~ 33.81%
G 119 of 494 ~ 24.09%
B 208 of 494 ~ 42.11%

%33.81
%24.09
%42.11

CMYK color model

#A777D0 color CMYK value is (20,43,0,18).

  • cyan value is 19.71%
  • magenta value is 42.79%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(20,43,0,18)
C20M43Y0K18 
(20%,43%,0%,18%)
(0.20/0.43/0.00/0.18)	

CMYK percentages

%19.71
%42.79
%0
%18.43

Codes

Color #A777D0 in popluar color models

A777D0
RGB167119208
HSL272°48.63%64.12%
HSB/HSV272°42.79%81.57%
CMYK19.71%42.79%0.00%
18.43%

Color #A777D0 in popluar number systems.

HEXA777D0
Decimal167119208
Binary10100111111011111010000
Octal247167320

Shades and tints

Shades of #A777D0

#A777D0
(167,119,208)
#986DBE
(152,109,190)
#8963AC
(137,99,172)
#7A599A
(122,89,154)
#6B4F88
(107,79,136)
#5C4576
(92,69,118)
#4D3B64
(77,59,100)
#3E3152
(62,49,82)
#2F2740
(47,39,64)
#201D2E
(32,29,46)
#11131C
(17,19,28)
#000000
(0,0,0)

Tints of #A777D0

#A777D0
(167,119,208)
#AF83D4
(175,131,212)
#B78FD8
(183,143,216)
#BF9BDC
(191,155,220)
#C7A7E0
(199,167,224)
#CFB3E4
(207,179,228)
#D7BFE8
(215,191,232)
#DFCBEC
(223,203,236)
#E7D7F0
(231,215,240)
#EFE3F4
(239,227,244)
#F7EFF8
(247,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A777D0; }

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

This text font color is #A777D0.


Background Color

.myBgColor { background-color: #A777D0; }

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

This div background color is #A777D0.


Border color

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

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

This div border color is #A777D0.


Opacity

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

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

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

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

This text has shadow with #A777D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A777D0 on black background.


Color preview on white background

This text has color #A777D0 on white background.



Black color preview on #A777D0 background

This text has black color on #A777D0 background.


White color preview on #A777D0 background

This text has white color on #A777D0 background.