COLOR #A6879F

HEX: #A6879F RGB: (166,135,159)

Color info

#A6879F contains red, green and blue colors in about the same proportion. Web safe color of #A6879F is #999999 (or #999).

RGB color model

#A6879F color RGB value is (166,135,159).

RGB: (166,135,159) (65%, 53%, 62%)

RGB channels and saturation

R 166 of 255 = 65%
G 135 of 255 = 53%
B 159 of 255 = 62%

166
135
159

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

Portions of RGB colors in percentages

R + G + B = 166 + 135 + 159 = 460 (100%)
R 166 of 460 ~ 36.09%
G 135 of 460 ~ 29.35%
B 159 of 460 ~ 34.57'%

%36.09
%29.35
%34.57

CMYK color model

#A6879F color CMYK value is (0,19,4,35).

  • cyan value is 0.00%
  • magenta value is 18.67%
  • yellow value is 4.22%
  • key color value is 34.90%
CMYK: (0,19,4,35) C0M19Y4K35 (0%,19%,4%,35%) (0.00/0.19/0.04/0.35) 

CMYK percentages

%0
%18.67
%4.22
%34.9

Codes

Color #A6879F in popluar color models

A6 87 9F
RGB 166 135 159
HSL 314° 14.83% 59.02%
HSB/HSV 314° 18.67% 65.10%
CMYK 0.00% 18.67% 4.22%
34.90%

Color #A6879F in popluar number systems.

HEX A6 87 9F
Decimal 166 135 159
Binary 10100110 10000111 10011111
Octal 246 207 237

Shades and tints

Shades of #A6879F

#A6879F
(166,135,159)
#977B91
(151,123,145)
#886F83
(136,111,131)
#796375
(121,99,117)
#6A5767
(106,87,103)
#5B4B59
(91,75,89)
#4C3F4B
(76,63,75)
#3D333D
(61,51,61)
#2E272F
(46,39,47)
#1F1B21
(31,27,33)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #A6879F

#A6879F
(166,135,159)
#AE91A7
(174,145,167)
#B69BAF
(182,155,175)
#BEA5B7
(190,165,183)
#C6AFBF
(198,175,191)
#CEB9C7
(206,185,199)
#D6C3CF
(214,195,207)
#DECDD7
(222,205,215)
#E6D7DF
(230,215,223)
#EEE1E7
(238,225,231)
#F6EBEF
(246,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6879F color. Also use rgb(166,135,159) instead hex code.

Text Font Color

.myTextColor { color: #A6879F; }

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

This text font color is #A6879F.

Background Color

.myBgColor { background-color: #A6879F; }

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

This div background color is #A6879F.

Border color

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

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

This div border color is #A6879F.

Opacity

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

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

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

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

This text has shadow with #A6879F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6879F.

Preview

Color preview on black background

This text has color #A6879F on black background.


Color preview on white background

This text has color #A6879F on white background.


Black color preview on #A6879F background

This text has black color on #A6879F background.


White color preview on #A6879F background

This text has white color on #A6879F background.


Related colors

Complementary color

Complementary color for #hex is #597860.


I love getcolorcode.com

Triadic colors

1 #9FA687 and #879FA6 with #A6879F are triadic colors.

2 #9F87A6 and #87A69F with #A6879F are triadic colors.