COLOR #A5779E

HEX: #A5779E RGB: (165,119,158)

Color info

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

RGB color model

#A5779E color RGB value is (165,119,158).

RGB: (165,119,158) (65%, 47%, 62%)

RGB channels and saturation

R 165 of 255 = 65%
G 119 of 255 = 47%
B 158 of 255 = 62%

165
119
158

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

Portions of RGB colors in percentages

R + G + B = 165 + 119 + 158 = 442 (100%)
R 165 of 442 ~ 37.33%
G 119 of 442 ~ 26.92%
B 158 of 442 ~ 35.75'%

%37.33
%26.92
%35.75

CMYK color model

#A5779E color CMYK value is (0,28,4,35).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 4.24%
  • key color value is 35.29%

CMYK: (0,28,4,35)
C0M28Y4K35 (0%, 28%, 4%, 35%)
(0.00 / 0.28 / 0.04 / 0.35)

CMYK percentages

%0
%27.88
%4.24
%35.29

Codes

Color #A5779E in popluar color models

A5 77 9E
RGB 165 119 158
HSL 309° 20.35% 55.69%
HSB/HSV 309° 27.88% 64.71%
CMYK 0.00% 27.88% 4.24%
35.29%

Color #A5779E in popluar number systems.

HEX A5 77 9E
Decimal 165 119 158
Binary 10100101 1110111 10011110
Octal 245 167 236

Shades and tints

Shades of #A5779E

#A5779E
(165,119,158)
#966D90
(150,109,144)
#876382
(135,99,130)
#785974
(120,89,116)
#694F66
(105,79,102)
#5A4558
(90,69,88)
#4B3B4A
(75,59,74)
#3C313C
(60,49,60)
#2D272E
(45,39,46)
#1E1D20
(30,29,32)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #A5779E

#A5779E
(165,119,158)
#AD83A6
(173,131,166)
#B58FAE
(181,143,174)
#BD9BB6
(189,155,182)
#C5A7BE
(197,167,190)
#CDB3C6
(205,179,198)
#D5BFCE
(213,191,206)
#DDCBD6
(221,203,214)
#E5D7DE
(229,215,222)
#EDE3E6
(237,227,230)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5779E color. Also use rgb(165,119,158) instead hex code.

Text Font Color

.myTextColor { color: #A5779E; }

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

This text font color is #A5779E.

Background Color

.myBgColor { background-color: #A5779E; }

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

This div background color is #A5779E.

Border color

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

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

This div border color is #A5779E.

Opacity

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

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

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

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

This text has shadow with #A5779E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5779E.

Preview

Color preview on black background

This text has color #A5779E on black background.


Color preview on white background

This text has color #A5779E on white background.


Black color preview on #A5779E background

This text has black color on #A5779E background.


White color preview on #A5779E background

This text has white color on #A5779E background.


Related colors

Complementary color

Complementary color for #hex is #5A8861.


I love getcolorcode.com

Triadic colors

1 #9EA577 and #779EA5 with #A5779E are triadic colors.

2 #9E77A5 and #77A59E with #A5779E are triadic colors.