COLOR #A579A6

HEX: #A579A6
RGB: (165,121,166)

Color info

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

RGB color model

#A579A6 color RGB value is (165,121,166).

  • red value is 165;
  • green value is 121;
  • blue value is 166.
RGB:
(165,121,166)
(65%,47%,65%)

RGB channels and saturation

R 165 of 255 = 65%
G 121 of 255 = 47%
B 166 of 255 = 65%

165
121
166

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

Portions of RGB colors in percentages

R + G + B =
165 + 121 + 166 = 452 (100%)
R 165 of 452 ~ 36.5%
G 121 of 452 ~ 26.77%
B 166 of 452 ~ 36.73%

%36.5
%26.77
%36.73

CMYK color model

#A579A6 color CMYK value is (1,27,0,35).

  • cyan value is 0.60%
  • magenta value is 27.11%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(1,27,0,35)
C1M27Y0K35 
(1%,27%,0%,35%)
(0.01/0.27/0.00/0.35)	

CMYK percentages

%0.6
%27.11
%0
%34.9

Codes

Color #A579A6 in popluar color models

A579A6
RGB165121166
HSL299°20.18%56.27%
HSB/HSV299°27.11%65.10%
CMYK0.60%27.11%0.00%
34.90%

Color #A579A6 in popluar number systems.

HEXA579A6
Decimal165121166
Binary10100101111100110100110
Octal245171246

Shades and tints

Shades of #A579A6

#A579A6
(165,121,166)
#966E97
(150,110,151)
#876388
(135,99,136)
#785879
(120,88,121)
#694D6A
(105,77,106)
#5A425B
(90,66,91)
#4B374C
(75,55,76)
#3C2C3D
(60,44,61)
#2D212E
(45,33,46)
#1E161F
(30,22,31)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #A579A6

#A579A6
(165,121,166)
#AD85AE
(173,133,174)
#B591B6
(181,145,182)
#BD9DBE
(189,157,190)
#C5A9C6
(197,169,198)
#CDB5CE
(205,181,206)
#D5C1D6
(213,193,214)
#DDCDDE
(221,205,222)
#E5D9E6
(229,217,230)
#EDE5EE
(237,229,238)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A579A6; }

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

This text font color is #A579A6.


Background Color

.myBgColor { background-color: #A579A6; }

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

This div background color is #A579A6.


Border color

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

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

This div border color is #A579A6.


Opacity

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

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

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

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

This text has shadow with #A579A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A579A6 on black background.


Color preview on white background

This text has color #A579A6 on white background.



Black color preview on #A579A6 background

This text has black color on #A579A6 background.


White color preview on #A579A6 background

This text has white color on #A579A6 background.