COLOR #A579B4

HEX: #A579B4
RGB: (165,121,180)

Color info

#A579B4 contains red, green and blue colors in about the same proportion. Web safe color of #A579B4 is #9966CC (or #96C).

RGB color model

#A579B4 color RGB value is (165,121,180).

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

RGB channels and saturation

R 165 of 255 = 65%
G 121 of 255 = 47%
B 180 of 255 = 71%

165
121
180

R + G + B ~ 61%. #A579B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 121 + 180 = 466 (100%)
R 165 of 466 ~ 35.41%
G 121 of 466 ~ 25.97%
B 180 of 466 ~ 38.63%

%35.41
%25.97
%38.63

CMYK color model

#A579B4 color CMYK value is (8,33,0,29).

  • cyan value is 8.33%
  • magenta value is 32.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(8,33,0,29)
C8M33Y0K29 
(8%,33%,0%,29%)
(0.08/0.33/0.00/0.29)	

CMYK percentages

%8.33
%32.78
%0
%29.41

Codes

Color #A579B4 in popluar color models

A579B4
RGB165121180
HSL285°28.23%59.02%
HSB/HSV285°32.78%70.59%
CMYK8.33%32.78%0.00%
29.41%

Color #A579B4 in popluar number systems.

HEXA579B4
Decimal165121180
Binary10100101111100110110100
Octal245171264

Shades and tints

Shades of #A579B4

#A579B4
(165,121,180)
#966EA4
(150,110,164)
#876394
(135,99,148)
#785884
(120,88,132)
#694D74
(105,77,116)
#5A4264
(90,66,100)
#4B3754
(75,55,84)
#3C2C44
(60,44,68)
#2D2134
(45,33,52)
#1E1624
(30,22,36)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #A579B4

#A579B4
(165,121,180)
#AD85BA
(173,133,186)
#B591C0
(181,145,192)
#BD9DC6
(189,157,198)
#C5A9CC
(197,169,204)
#CDB5D2
(205,181,210)
#D5C1D8
(213,193,216)
#DDCDDE
(221,205,222)
#E5D9E4
(229,217,228)
#EDE5EA
(237,229,234)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A579B4; }

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

This text font color is #A579B4.


Background Color

.myBgColor { background-color: #A579B4; }

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

This div background color is #A579B4.


Border color

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

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

This div border color is #A579B4.


Opacity

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

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

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

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

This text has shadow with #A579B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A579B4 on black background.


Color preview on white background

This text has color #A579B4 on white background.



Black color preview on #A579B4 background

This text has black color on #A579B4 background.


White color preview on #A579B4 background

This text has white color on #A579B4 background.