COLOR #A778A3

HEX: #A778A3
RGB: (167,120,163)

Color info

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

RGB color model

#A778A3 color RGB value is (167,120,163).

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

RGB channels and saturation

R 167 of 255 = 65%
G 120 of 255 = 47%
B 163 of 255 = 64%

167
120
163

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

Portions of RGB colors in percentages

R + G + B =
167 + 120 + 163 = 450 (100%)
R 167 of 450 ~ 37.11%
G 120 of 450 ~ 26.67%
B 163 of 450 ~ 36.22%

%37.11
%26.67
%36.22

CMYK color model

#A778A3 color CMYK value is (0,28,2,35).

  • cyan value is 0.00%
  • magenta value is 28.14%
  • yellow value is 2.40%
  • key color value is 34.51%
CMYK:
(0,28,2,35)
C0M28Y2K35 
(0%,28%,2%,35%)
(0.00/0.28/0.02/0.35)	

CMYK percentages

%0
%28.14
%2.4
%34.51

Codes

Color #A778A3 in popluar color models

A778A3
RGB167120163
HSL305°21.08%56.27%
HSB/HSV305°28.14%65.49%
CMYK0.00%28.14%2.40%
34.51%

Color #A778A3 in popluar number systems.

HEXA778A3
Decimal167120163
Binary10100111111100010100011
Octal247170243

Shades and tints

Shades of #A778A3

#A778A3
(167,120,163)
#986E95
(152,110,149)
#896487
(137,100,135)
#7A5A79
(122,90,121)
#6B506B
(107,80,107)
#5C465D
(92,70,93)
#4D3C4F
(77,60,79)
#3E3241
(62,50,65)
#2F2833
(47,40,51)
#201E25
(32,30,37)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #A778A3

#A778A3
(167,120,163)
#AF84AB
(175,132,171)
#B790B3
(183,144,179)
#BF9CBB
(191,156,187)
#C7A8C3
(199,168,195)
#CFB4CB
(207,180,203)
#D7C0D3
(215,192,211)
#DFCCDB
(223,204,219)
#E7D8E3
(231,216,227)
#EFE4EB
(239,228,235)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A778A3; }

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

This text font color is #A778A3.


Background Color

.myBgColor { background-color: #A778A3; }

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

This div background color is #A778A3.


Border color

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

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

This div border color is #A778A3.


Opacity

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

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

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

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

This text has shadow with #A778A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A778A3 on black background.


Color preview on white background

This text has color #A778A3 on white background.



Black color preview on #A778A3 background

This text has black color on #A778A3 background.


White color preview on #A778A3 background

This text has white color on #A778A3 background.