COLOR #A86DAD

HEX: #A86DAD RGB: (168,109,173)

Color info

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

RGB color model

#A86DAD color RGB value is (168,109,173).

RGB: (168,109,173) (66%, 43%, 68%)

RGB channels and saturation

R 168 of 255 = 66%
G 109 of 255 = 43%
B 173 of 255 = 68%

168
109
173

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

Portions of RGB colors in percentages

R + G + B = 168 + 109 + 173 = 450 (100%)
R 168 of 450 ~ 37.33%
G 109 of 450 ~ 24.22%
B 173 of 450 ~ 38.44'%

%37.33
%24.22
%38.44

CMYK color model

#A86DAD color CMYK value is (3,37,0,32).

  • cyan value is 2.89%
  • magenta value is 36.99%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (3,37,0,32)
C3M37Y0K32 (3%, 37%, 0%, 32%)
(0.03 / 0.37 / 0.00 / 0.32)

CMYK percentages

%2.89
%36.99
%0
%32.16

Codes

Color #A86DAD in popluar color models

A8 6D AD
RGB 168 109 173
HSL 295° 28.07% 55.29%
HSB/HSV 295° 36.99% 67.84%
CMYK 2.89% 36.99% 0.00%
32.16%

Color #A86DAD in popluar number systems.

HEX A8 6D AD
Decimal 168 109 173
Binary 10101000 1101101 10101101
Octal 250 155 255

Shades and tints

Shades of #A86DAD

#A86DAD
(168,109,173)
#99649E
(153,100,158)
#8A5B8F
(138,91,143)
#7B5280
(123,82,128)
#6C4971
(108,73,113)
#5D4062
(93,64,98)
#4E3753
(78,55,83)
#3F2E44
(63,46,68)
#302535
(48,37,53)
#211C26
(33,28,38)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #A86DAD

#A86DAD
(168,109,173)
#AF7AB4
(175,122,180)
#B687BB
(182,135,187)
#BD94C2
(189,148,194)
#C4A1C9
(196,161,201)
#CBAED0
(203,174,208)
#D2BBD7
(210,187,215)
#D9C8DE
(217,200,222)
#E0D5E5
(224,213,229)
#E7E2EC
(231,226,236)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86DAD; }

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

This text font color is #A86DAD.

Background Color

.myBgColor { background-color: #A86DAD; }

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

This div background color is #A86DAD.

Border color

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

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

This div border color is #A86DAD.

Opacity

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

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

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

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

This text has shadow with #A86DAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A86DAD.

Preview

Color preview on black background

This text has color #A86DAD on black background.


Color preview on white background

This text has color #A86DAD on white background.


Black color preview on #A86DAD background

This text has black color on #A86DAD background.


White color preview on #A86DAD background

This text has white color on #A86DAD background.


Related colors

Complementary color

Complementary color for #hex is #579252.


I love getcolorcode.com

Triadic colors

1 #ADA86D and #6DADA8 with #A86DAD are triadic colors.

2 #AD6DA8 and #6DA8AD with #A86DAD are triadic colors.