COLOR #A86EAD

HEX: #A86EAD
RGB: (168,110,173)

Color info

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

RGB color model

#A86EAD color RGB value is (168,110,173).

  • red value is 168;
  • green value is 110;
  • blue value is 173.
RGB:
(168,110,173)
(66%,43%,68%)

RGB channels and saturation

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

168
110
173

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

Portions of RGB colors in percentages

R + G + B =
168 + 110 + 173 = 451 (100%)
R 168 of 451 ~ 37.25%
G 110 of 451 ~ 24.39%
B 173 of 451 ~ 38.36%

%37.25
%24.39
%38.36

CMYK color model

#A86EAD color CMYK value is (3,36,0,32).

  • cyan value is 2.89%
  • magenta value is 36.42%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,36,0,32)
C3M36Y0K32 
(3%,36%,0%,32%)
(0.03/0.36/0.00/0.32)	

CMYK percentages

%2.89
%36.42
%0
%32.16

Codes

Color #A86EAD in popluar color models

A86EAD
RGB168110173
HSL295°27.75%55.49%
HSB/HSV295°36.42%67.84%
CMYK2.89%36.42%0.00%
32.16%

Color #A86EAD in popluar number systems.

HEXA86EAD
Decimal168110173
Binary10101000110111010101101
Octal250156255

Shades and tints

Shades of #A86EAD

#A86EAD
(168,110,173)
#99649E
(153,100,158)
#8A5A8F
(138,90,143)
#7B5080
(123,80,128)
#6C4671
(108,70,113)
#5D3C62
(93,60,98)
#4E3253
(78,50,83)
#3F2844
(63,40,68)
#301E35
(48,30,53)
#211426
(33,20,38)
#120A17
(18,10,23)
#000000
(0,0,0)

Tints of #A86EAD

#A86EAD
(168,110,173)
#AF7BB4
(175,123,180)
#B688BB
(182,136,187)
#BD95C2
(189,149,194)
#C4A2C9
(196,162,201)
#CBAFD0
(203,175,208)
#D2BCD7
(210,188,215)
#D9C9DE
(217,201,222)
#E0D6E5
(224,214,229)
#E7E3EC
(231,227,236)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86EAD; }

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

This text font color is #A86EAD.


Background Color

.myBgColor { background-color: #A86EAD; }

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

This div background color is #A86EAD.


Border color

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

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

This div border color is #A86EAD.


Opacity

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

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

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

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

This text has shadow with #A86EAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86EAD on black background.


Color preview on white background

This text has color #A86EAD on white background.



Black color preview on #A86EAD background

This text has black color on #A86EAD background.


White color preview on #A86EAD background

This text has white color on #A86EAD background.