COLOR #A779AE

HEX: #A779AE
RGB: (167,121,174)

Color info

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

RGB color model

#A779AE color RGB value is (167,121,174).

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

RGB channels and saturation

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

167
121
174

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

Portions of RGB colors in percentages

R + G + B =
167 + 121 + 174 = 462 (100%)
R 167 of 462 ~ 36.15%
G 121 of 462 ~ 26.19%
B 174 of 462 ~ 37.66%

%36.15
%26.19
%37.66

CMYK color model

#A779AE color CMYK value is (4,30,0,32).

  • cyan value is 4.02%
  • magenta value is 30.46%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(4,30,0,32)
C4M30Y0K32 
(4%,30%,0%,32%)
(0.04/0.30/0.00/0.32)	

CMYK percentages

%4.02
%30.46
%0
%31.76

Codes

Color #A779AE in popluar color models

A779AE
RGB167121174
HSL292°24.65%57.84%
HSB/HSV292°30.46%68.24%
CMYK4.02%30.46%0.00%
31.76%

Color #A779AE in popluar number systems.

HEXA779AE
Decimal167121174
Binary10100111111100110101110
Octal247171256

Shades and tints

Shades of #A779AE

#A779AE
(167,121,174)
#986E9F
(152,110,159)
#896390
(137,99,144)
#7A5881
(122,88,129)
#6B4D72
(107,77,114)
#5C4263
(92,66,99)
#4D3754
(77,55,84)
#3E2C45
(62,44,69)
#2F2136
(47,33,54)
#201627
(32,22,39)
#110B18
(17,11,24)
#000000
(0,0,0)

Tints of #A779AE

#A779AE
(167,121,174)
#AF85B5
(175,133,181)
#B791BC
(183,145,188)
#BF9DC3
(191,157,195)
#C7A9CA
(199,169,202)
#CFB5D1
(207,181,209)
#D7C1D8
(215,193,216)
#DFCDDF
(223,205,223)
#E7D9E6
(231,217,230)
#EFE5ED
(239,229,237)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A779AE; }

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

This text font color is #A779AE.


Background Color

.myBgColor { background-color: #A779AE; }

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

This div background color is #A779AE.


Border color

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

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

This div border color is #A779AE.


Opacity

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

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

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

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

This text has shadow with #A779AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A779AE on black background.


Color preview on white background

This text has color #A779AE on white background.



Black color preview on #A779AE background

This text has black color on #A779AE background.


White color preview on #A779AE background

This text has white color on #A779AE background.