COLOR #A86CA5

HEX: #A86CA5
RGB: (168,108,165)

Color info

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

RGB color model

#A86CA5 color RGB value is (168,108,165).

  • red value is 168;
  • green value is 108;
  • blue value is 165.
RGB:
(168,108,165)
(66%,42%,65%)

RGB channels and saturation

R 168 of 255 = 66%
G 108 of 255 = 42%
B 165 of 255 = 65%

168
108
165

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

Portions of RGB colors in percentages

R + G + B =
168 + 108 + 165 = 441 (100%)
R 168 of 441 ~ 38.1%
G 108 of 441 ~ 24.49%
B 165 of 441 ~ 37.41%

%38.1
%24.49
%37.41

CMYK color model

#A86CA5 color CMYK value is (0,36,2,34).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 1.79%
  • key color value is 34.12%
CMYK:
(0,36,2,34)
C0M36Y2K34 
(0%,36%,2%,34%)
(0.00/0.36/0.02/0.34)	

CMYK percentages

%0
%35.71
%1.79
%34.12

Codes

Color #A86CA5 in popluar color models

A86CA5
RGB168108165
HSL303°25.64%54.12%
HSB/HSV303°35.71%65.88%
CMYK0.00%35.71%1.79%
34.12%

Color #A86CA5 in popluar number systems.

HEXA86CA5
Decimal168108165
Binary10101000110110010100101
Octal250154245

Shades and tints

Shades of #A86CA5

#A86CA5
(168,108,165)
#996396
(153,99,150)
#8A5A87
(138,90,135)
#7B5178
(123,81,120)
#6C4869
(108,72,105)
#5D3F5A
(93,63,90)
#4E364B
(78,54,75)
#3F2D3C
(63,45,60)
#30242D
(48,36,45)
#211B1E
(33,27,30)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #A86CA5

#A86CA5
(168,108,165)
#AF79AD
(175,121,173)
#B686B5
(182,134,181)
#BD93BD
(189,147,189)
#C4A0C5
(196,160,197)
#CBADCD
(203,173,205)
#D2BAD5
(210,186,213)
#D9C7DD
(217,199,221)
#E0D4E5
(224,212,229)
#E7E1ED
(231,225,237)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A86CA5 color. Also use rgb(168,108,165) instead hex code.

Text Font Color

.myTextColor { color: #A86CA5; }

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

This text font color is #A86CA5.


Background Color

.myBgColor { background-color: #A86CA5; }

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

This div background color is #A86CA5.


Border color

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

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

This div border color is #A86CA5.


Opacity

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

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

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

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

This text has shadow with #A86CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A86CA5 on black background.


Color preview on white background

This text has color #A86CA5 on white background.



Black color preview on #A86CA5 background

This text has black color on #A86CA5 background.


White color preview on #A86CA5 background

This text has white color on #A86CA5 background.