COLOR #A6579D

HEX: #A6579D
RGB: (166,87,157)

Color info

#A6579D contains mainly red and blue colors. Web safe color of #A6579D is #996699 (or #969).

RGB color model

#A6579D color RGB value is (166,87,157).

  • red value is 166;
  • green value is 87;
  • blue value is 157.
RGB:
(166,87,157)
(65%,34%,62%)

RGB channels and saturation

R 166 of 255 = 65%
G 87 of 255 = 34%
B 157 of 255 = 62%

166
87
157

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

Portions of RGB colors in percentages

R + G + B =
166 + 87 + 157 = 410 (100%)
R 166 of 410 ~ 40.49%
G 87 of 410 ~ 21.22%
B 157 of 410 ~ 38.29%

%40.49
%21.22
%38.29

CMYK color model

#A6579D color CMYK value is (0,48,5,35).

  • cyan value is 0.00%
  • magenta value is 47.59%
  • yellow value is 5.42%
  • key color value is 34.90%
CMYK:
(0,48,5,35)
C0M48Y5K35 
(0%,48%,5%,35%)
(0.00/0.48/0.05/0.35)	

CMYK percentages

%0
%47.59
%5.42
%34.9

Codes

Color #A6579D in popluar color models

A6579D
RGB16687157
HSL307°31.23%49.61%
HSB/HSV307°47.59%65.10%
CMYK0.00%47.59%5.42%
34.90%

Color #A6579D in popluar number systems.

HEXA6579D
Decimal16687157
Binary10100110101011110011101
Octal246127235

Shades and tints

Shades of #A6579D

#A6579D
(166,87,157)
#97508F
(151,80,143)
#884981
(136,73,129)
#794273
(121,66,115)
#6A3B65
(106,59,101)
#5B3457
(91,52,87)
#4C2D49
(76,45,73)
#3D263B
(61,38,59)
#2E1F2D
(46,31,45)
#1F181F
(31,24,31)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #A6579D

#A6579D
(166,87,157)
#AE66A5
(174,102,165)
#B675AD
(182,117,173)
#BE84B5
(190,132,181)
#C693BD
(198,147,189)
#CEA2C5
(206,162,197)
#D6B1CD
(214,177,205)
#DEC0D5
(222,192,213)
#E6CFDD
(230,207,221)
#EEDEE5
(238,222,229)
#F6EDED
(246,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6579D color. Also use rgb(166,87,157) instead hex code.

Text Font Color

.myTextColor { color: #A6579D; }

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

This text font color is #A6579D.


Background Color

.myBgColor { background-color: #A6579D; }

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

This div background color is #A6579D.


Border color

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

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

This div border color is #A6579D.


Opacity

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

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

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

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

This text has shadow with #A6579D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6579D on black background.


Color preview on white background

This text has color #A6579D on white background.



Black color preview on #A6579D background

This text has black color on #A6579D background.


White color preview on #A6579D background

This text has white color on #A6579D background.