COLOR #A778B1

HEX: #A778B1
RGB: (167,120,177)

Color info

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

RGB color model

#A778B1 color RGB value is (167,120,177).

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

RGB channels and saturation

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

167
120
177

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

Portions of RGB colors in percentages

R + G + B =
167 + 120 + 177 = 464 (100%)
R 167 of 464 ~ 35.99%
G 120 of 464 ~ 25.86%
B 177 of 464 ~ 38.15%

%35.99
%25.86
%38.15

CMYK color model

#A778B1 color CMYK value is (6,32,0,31).

  • cyan value is 5.65%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(6,32,0,31)
C6M32Y0K31 
(6%,32%,0%,31%)
(0.06/0.32/0.00/0.31)	

CMYK percentages

%5.65
%32.2
%0
%30.59

Codes

Color #A778B1 in popluar color models

A778B1
RGB167120177
HSL289°26.76%58.24%
HSB/HSV289°32.20%69.41%
CMYK5.65%32.20%0.00%
30.59%

Color #A778B1 in popluar number systems.

HEXA778B1
Decimal167120177
Binary10100111111100010110001
Octal247170261

Shades and tints

Shades of #A778B1

#A778B1
(167,120,177)
#986EA1
(152,110,161)
#896491
(137,100,145)
#7A5A81
(122,90,129)
#6B5071
(107,80,113)
#5C4661
(92,70,97)
#4D3C51
(77,60,81)
#3E3241
(62,50,65)
#2F2831
(47,40,49)
#201E21
(32,30,33)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #A778B1

#A778B1
(167,120,177)
#AF84B8
(175,132,184)
#B790BF
(183,144,191)
#BF9CC6
(191,156,198)
#C7A8CD
(199,168,205)
#CFB4D4
(207,180,212)
#D7C0DB
(215,192,219)
#DFCCE2
(223,204,226)
#E7D8E9
(231,216,233)
#EFE4F0
(239,228,240)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A778B1; }

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

This text font color is #A778B1.


Background Color

.myBgColor { background-color: #A778B1; }

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

This div background color is #A778B1.


Border color

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

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

This div border color is #A778B1.


Opacity

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

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

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

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

This text has shadow with #A778B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A778B1 on black background.


Color preview on white background

This text has color #A778B1 on white background.



Black color preview on #A778B1 background

This text has black color on #A778B1 background.


White color preview on #A778B1 background

This text has white color on #A778B1 background.