COLOR #A579B6

HEX: #A579B6
RGB: (165,121,182)

Color info

#A579B6 contains mainly red and blue colors. Web safe color of #A579B6 is #9966CC (or #96C).

RGB color model

#A579B6 color RGB value is (165,121,182).

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

RGB channels and saturation

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

165
121
182

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

Portions of RGB colors in percentages

R + G + B =
165 + 121 + 182 = 468 (100%)
R 165 of 468 ~ 35.26%
G 121 of 468 ~ 25.85%
B 182 of 468 ~ 38.89%

%35.26
%25.85
%38.89

CMYK color model

#A579B6 color CMYK value is (9,34,0,29).

  • cyan value is 9.34%
  • magenta value is 33.52%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(9,34,0,29)
C9M34Y0K29 
(9%,34%,0%,29%)
(0.09/0.34/0.00/0.29)	

CMYK percentages

%9.34
%33.52
%0
%28.63

Codes

Color #A579B6 in popluar color models

A579B6
RGB165121182
HSL283°29.47%59.41%
HSB/HSV283°33.52%71.37%
CMYK9.34%33.52%0.00%
28.63%

Color #A579B6 in popluar number systems.

HEXA579B6
Decimal165121182
Binary10100101111100110110110
Octal245171266

Shades and tints

Shades of #A579B6

#A579B6
(165,121,182)
#966EA6
(150,110,166)
#876396
(135,99,150)
#785886
(120,88,134)
#694D76
(105,77,118)
#5A4266
(90,66,102)
#4B3756
(75,55,86)
#3C2C46
(60,44,70)
#2D2136
(45,33,54)
#1E1626
(30,22,38)
#0F0B16
(15,11,22)
#000000
(0,0,0)

Tints of #A579B6

#A579B6
(165,121,182)
#AD85BC
(173,133,188)
#B591C2
(181,145,194)
#BD9DC8
(189,157,200)
#C5A9CE
(197,169,206)
#CDB5D4
(205,181,212)
#D5C1DA
(213,193,218)
#DDCDE0
(221,205,224)
#E5D9E6
(229,217,230)
#EDE5EC
(237,229,236)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A579B6; }

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

This text font color is #A579B6.


Background Color

.myBgColor { background-color: #A579B6; }

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

This div background color is #A579B6.


Border color

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

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

This div border color is #A579B6.


Opacity

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

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

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

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

This text has shadow with #A579B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A579B6 on black background.


Color preview on white background

This text has color #A579B6 on white background.



Black color preview on #A579B6 background

This text has black color on #A579B6 background.


White color preview on #A579B6 background

This text has white color on #A579B6 background.