COLOR #A86D9E

HEX: #A86D9E RGB: (168,109,158)

Color info

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

RGB color model

#A86D9E color RGB value is (168,109,158).

RGB: (168,109,158) (66%, 43%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 109 of 255 = 43%
B 158 of 255 = 62%

168
109
158

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

Portions of RGB colors in percentages

R + G + B = 168 + 109 + 158 = 435 (100%)
R 168 of 435 ~ 38.62%
G 109 of 435 ~ 25.06%
B 158 of 435 ~ 36.32'%

%38.62
%25.06
%36.32

CMYK color model

#A86D9E color CMYK value is (0,35,6,34).

  • cyan value is 0.00%
  • magenta value is 35.12%
  • yellow value is 5.95%
  • key color value is 34.12%

CMYK: (0,35,6,34)
C0M35Y6K34 (0%, 35%, 6%, 34%)
(0.00 / 0.35 / 0.06 / 0.34)

CMYK percentages

%0
%35.12
%5.95
%34.12

Codes

Color #A86D9E in popluar color models

A8 6D 9E
RGB 168 109 158
HSL 310° 25.32% 54.31%
HSB/HSV 310° 35.12% 65.88%
CMYK 0.00% 35.12% 5.95%
34.12%

Color #A86D9E in popluar number systems.

HEX A8 6D 9E
Decimal 168 109 158
Binary 10101000 1101101 10011110
Octal 250 155 236

Shades and tints

Shades of #A86D9E

#A86D9E
(168,109,158)
#996490
(153,100,144)
#8A5B82
(138,91,130)
#7B5274
(123,82,116)
#6C4966
(108,73,102)
#5D4058
(93,64,88)
#4E374A
(78,55,74)
#3F2E3C
(63,46,60)
#30252E
(48,37,46)
#211C20
(33,28,32)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #A86D9E

#A86D9E
(168,109,158)
#AF7AA6
(175,122,166)
#B687AE
(182,135,174)
#BD94B6
(189,148,182)
#C4A1BE
(196,161,190)
#CBAEC6
(203,174,198)
#D2BBCE
(210,187,206)
#D9C8D6
(217,200,214)
#E0D5DE
(224,213,222)
#E7E2E6
(231,226,230)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86D9E color. Also use rgb(168,109,158) instead hex code.

Text Font Color

.myTextColor { color: #A86D9E; }

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

This text font color is #A86D9E.

Background Color

.myBgColor { background-color: #A86D9E; }

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

This div background color is #A86D9E.

Border color

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

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

This div border color is #A86D9E.

Opacity

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

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

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

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

This text has shadow with #A86D9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A86D9E.

Preview

Color preview on black background

This text has color #A86D9E on black background.


Color preview on white background

This text has color #A86D9E on white background.


Black color preview on #A86D9E background

This text has black color on #A86D9E background.


White color preview on #A86D9E background

This text has white color on #A86D9E background.


Related colors

Complementary color

Complementary color for #hex is #579261.


I love getcolorcode.com

Triadic colors

1 #9EA86D and #6D9EA8 with #A86D9E are triadic colors.

2 #9E6DA8 and #6DA89E with #A86D9E are triadic colors.