COLOR #A86CCC

HEX: #A86CCC RGB: (168,108,204)

Color info

#A86CCC contains mainly red and blue colors. Web safe color of #A86CCC is #9966CC (or #96C).

RGB color model

#A86CCC color RGB value is (168,108,204).

RGB: (168,108,204) (66%, 42%, 80%)

RGB channels and saturation

R 168 of 255 = 66%
G 108 of 255 = 42%
B 204 of 255 = 80%

168
108
204

R + G + B ~ 63%. #A86CCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 108 + 204 = 480 (100%)
R 168 of 480 ~ 35%
G 108 of 480 ~ 22.5%
B 204 of 480 ~ 42.5'%

%35
%22.5
%42.5

CMYK color model

#A86CCC color CMYK value is (18,47,0,20).

  • cyan value is 17.65%
  • magenta value is 47.06%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (18,47,0,20)
C18M47Y0K20 (18%, 47%, 0%, 20%)
(0.18 / 0.47 / 0.00 / 0.20)

CMYK percentages

%17.65
%47.06
%0
%20

Codes

Color #A86CCC in popluar color models

A8 6C CC
RGB 168 108 204
HSL 278° 48.48% 61.18%
HSB/HSV 278° 47.06% 80.00%
CMYK 17.65% 47.06% 0.00%
20.00%

Color #A86CCC in popluar number systems.

HEX A8 6C CC
Decimal 168 108 204
Binary 10101000 1101100 11001100
Octal 250 154 314

Shades and tints

Shades of #A86CCC

#A86CCC
(168,108,204)
#9963BA
(153,99,186)
#8A5AA8
(138,90,168)
#7B5196
(123,81,150)
#6C4884
(108,72,132)
#5D3F72
(93,63,114)
#4E3660
(78,54,96)
#3F2D4E
(63,45,78)
#30243C
(48,36,60)
#211B2A
(33,27,42)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #A86CCC

#A86CCC
(168,108,204)
#AF79D0
(175,121,208)
#B686D4
(182,134,212)
#BD93D8
(189,147,216)
#C4A0DC
(196,160,220)
#CBADE0
(203,173,224)
#D2BAE4
(210,186,228)
#D9C7E8
(217,199,232)
#E0D4EC
(224,212,236)
#E7E1F0
(231,225,240)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86CCC; }

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

This text font color is #A86CCC.

Background Color

.myBgColor { background-color: #A86CCC; }

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

This div background color is #A86CCC.

Border color

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

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

This div border color is #A86CCC.

Opacity

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

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

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

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

This text has shadow with #A86CCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A86CCC.

Preview

Color preview on black background

This text has color #A86CCC on black background.


Color preview on white background

This text has color #A86CCC on white background.


Black color preview on #A86CCC background

This text has black color on #A86CCC background.


White color preview on #A86CCC background

This text has white color on #A86CCC background.


Related colors

Complementary color

Complementary color for #hex is #579333.


I love getcolorcode.com

Triadic colors

1 #CCA86C and #6CCCA8 with #A86CCC are triadic colors.

2 #CC6CA8 and #6CA8CC with #A86CCC are triadic colors.