COLOR #A86CAE

HEX: #A86CAE RGB: (168,108,174)

Color info

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

RGB color model

#A86CAE color RGB value is (168,108,174).

RGB: (168,108,174) (66%, 42%, 68%)

RGB channels and saturation

R 168 of 255 = 66%
G 108 of 255 = 42%
B 174 of 255 = 68%

168
108
174

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

Portions of RGB colors in percentages

R + G + B = 168 + 108 + 174 = 450 (100%)
R 168 of 450 ~ 37.33%
G 108 of 450 ~ 24%
B 174 of 450 ~ 38.67'%

%37.33
%24
%38.67

CMYK color model

#A86CAE color CMYK value is (3,38,0,32).

  • cyan value is 3.45%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (3,38,0,32)
C3M38Y0K32 (3%, 38%, 0%, 32%)
(0.03 / 0.38 / 0.00 / 0.32)

CMYK percentages

%3.45
%37.93
%0
%31.76

Codes

Color #A86CAE in popluar color models

A8 6C AE
RGB 168 108 174
HSL 295° 28.95% 55.29%
HSB/HSV 295° 37.93% 68.24%
CMYK 3.45% 37.93% 0.00%
31.76%

Color #A86CAE in popluar number systems.

HEX A8 6C AE
Decimal 168 108 174
Binary 10101000 1101100 10101110
Octal 250 154 256

Shades and tints

Shades of #A86CAE

#A86CAE
(168,108,174)
#99639F
(153,99,159)
#8A5A90
(138,90,144)
#7B5181
(123,81,129)
#6C4872
(108,72,114)
#5D3F63
(93,63,99)
#4E3654
(78,54,84)
#3F2D45
(63,45,69)
#302436
(48,36,54)
#211B27
(33,27,39)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #A86CAE

#A86CAE
(168,108,174)
#AF79B5
(175,121,181)
#B686BC
(182,134,188)
#BD93C3
(189,147,195)
#C4A0CA
(196,160,202)
#CBADD1
(203,173,209)
#D2BAD8
(210,186,216)
#D9C7DF
(217,199,223)
#E0D4E6
(224,212,230)
#E7E1ED
(231,225,237)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A86CAE; }

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

This text font color is #A86CAE.

Background Color

.myBgColor { background-color: #A86CAE; }

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

This div background color is #A86CAE.

Border color

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

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

This div border color is #A86CAE.

Opacity

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

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

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

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

This text has shadow with #A86CAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A86CAE.

Preview

Color preview on black background

This text has color #A86CAE on black background.


Color preview on white background

This text has color #A86CAE on white background.


Black color preview on #A86CAE background

This text has black color on #A86CAE background.


White color preview on #A86CAE background

This text has white color on #A86CAE background.


Related colors

Complementary color

Complementary color for #hex is #579351.


I love getcolorcode.com

Triadic colors

1 #AEA86C and #6CAEA8 with #A86CAE are triadic colors.

2 #AE6CA8 and #6CA8AE with #A86CAE are triadic colors.