COLOR #A779AD

HEX: #A779AD
RGB: (167,121,173)

Color info

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

RGB color model

#A779AD color RGB value is (167,121,173).

  • red value is 167;
  • green value is 121;
  • blue value is 173.
RGB:
(167,121,173)
(65%,47%,68%)

RGB channels and saturation

R 167 of 255 = 65%
G 121 of 255 = 47%
B 173 of 255 = 68%

167
121
173

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

Portions of RGB colors in percentages

R + G + B =
167 + 121 + 173 = 461 (100%)
R 167 of 461 ~ 36.23%
G 121 of 461 ~ 26.25%
B 173 of 461 ~ 37.53%

%36.23
%26.25
%37.53

CMYK color model

#A779AD color CMYK value is (3,30,0,32).

  • cyan value is 3.47%
  • magenta value is 30.06%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,30,0,32)
C3M30Y0K32 
(3%,30%,0%,32%)
(0.03/0.30/0.00/0.32)	

CMYK percentages

%3.47
%30.06
%0
%32.16

Codes

Color #A779AD in popluar color models

A779AD
RGB167121173
HSL293°24.07%57.65%
HSB/HSV293°30.06%67.84%
CMYK3.47%30.06%0.00%
32.16%

Color #A779AD in popluar number systems.

HEXA779AD
Decimal167121173
Binary10100111111100110101101
Octal247171255

Shades and tints

Shades of #A779AD

#A779AD
(167,121,173)
#986E9E
(152,110,158)
#89638F
(137,99,143)
#7A5880
(122,88,128)
#6B4D71
(107,77,113)
#5C4262
(92,66,98)
#4D3753
(77,55,83)
#3E2C44
(62,44,68)
#2F2135
(47,33,53)
#201626
(32,22,38)
#110B17
(17,11,23)
#000000
(0,0,0)

Tints of #A779AD

#A779AD
(167,121,173)
#AF85B4
(175,133,180)
#B791BB
(183,145,187)
#BF9DC2
(191,157,194)
#C7A9C9
(199,169,201)
#CFB5D0
(207,181,208)
#D7C1D7
(215,193,215)
#DFCDDE
(223,205,222)
#E7D9E5
(231,217,229)
#EFE5EC
(239,229,236)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A779AD color. Also use rgb(167,121,173) instead hex code.

Text Font Color

.myTextColor { color: #A779AD; }

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

This text font color is #A779AD.


Background Color

.myBgColor { background-color: #A779AD; }

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

This div background color is #A779AD.


Border color

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

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

This div border color is #A779AD.


Opacity

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

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

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

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

This text has shadow with #A779AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A779AD on black background.


Color preview on white background

This text has color #A779AD on white background.



Black color preview on #A779AD background

This text has black color on #A779AD background.


White color preview on #A779AD background

This text has white color on #A779AD background.