COLOR #A579AE

HEX: #A579AE RGB: (165,121,174)

Color info

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

RGB color model

#A579AE color RGB value is (165,121,174).

RGB: (165,121,174) (65%, 47%, 68%)

RGB channels and saturation

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

165
121
174

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

Portions of RGB colors in percentages

R + G + B = 165 + 121 + 174 = 460 (100%)
R 165 of 460 ~ 35.87%
G 121 of 460 ~ 26.3%
B 174 of 460 ~ 37.83'%

%35.87
%26.3
%37.83

CMYK color model

#A579AE color CMYK value is (5,30,0,32).

  • cyan value is 5.17%
  • magenta value is 30.46%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (5,30,0,32)
C5M30Y0K32 (5%, 30%, 0%, 32%)
(0.05 / 0.30 / 0.00 / 0.32)

CMYK percentages

%5.17
%30.46
%0
%31.76

Codes

Color #A579AE in popluar color models

A5 79 AE
RGB 165 121 174
HSL 290° 24.65% 57.84%
HSB/HSV 290° 30.46% 68.24%
CMYK 5.17% 30.46% 0.00%
31.76%

Color #A579AE in popluar number systems.

HEX A5 79 AE
Decimal 165 121 174
Binary 10100101 1111001 10101110
Octal 245 171 256

Shades and tints

Shades of #A579AE

#A579AE
(165,121,174)
#966E9F
(150,110,159)
#876390
(135,99,144)
#785881
(120,88,129)
#694D72
(105,77,114)
#5A4263
(90,66,99)
#4B3754
(75,55,84)
#3C2C45
(60,44,69)
#2D2136
(45,33,54)
#1E1627
(30,22,39)
#0F0B18
(15,11,24)
#000000
(0,0,0)

Tints of #A579AE

#A579AE
(165,121,174)
#AD85B5
(173,133,181)
#B591BC
(181,145,188)
#BD9DC3
(189,157,195)
#C5A9CA
(197,169,202)
#CDB5D1
(205,181,209)
#D5C1D8
(213,193,216)
#DDCDDF
(221,205,223)
#E5D9E6
(229,217,230)
#EDE5ED
(237,229,237)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A579AE; }

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

This text font color is #A579AE.

Background Color

.myBgColor { background-color: #A579AE; }

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

This div background color is #A579AE.

Border color

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

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

This div border color is #A579AE.

Opacity

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

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

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

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

This text has shadow with #A579AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A579AE.

Preview

Color preview on black background

This text has color #A579AE on black background.


Color preview on white background

This text has color #A579AE on white background.


Black color preview on #A579AE background

This text has black color on #A579AE background.


White color preview on #A579AE background

This text has white color on #A579AE background.


Related colors

Complementary color

Complementary color for #hex is #5A8651.


I love getcolorcode.com

Triadic colors

1 #AEA579 and #79AEA5 with #A579AE are triadic colors.

2 #AE79A5 and #79A5AE with #A579AE are triadic colors.