COLOR #A386BD

HEX: #A386BD RGB: (163,134,189)

Color info

#A386BD contains red, green and blue colors in about the same proportion. Web safe color of #A386BD is #9999CC (or #99C).

RGB color model

#A386BD color RGB value is (163,134,189).

RGB: (163,134,189) (64%, 53%, 74%)

RGB channels and saturation

R 163 of 255 = 64%
G 134 of 255 = 53%
B 189 of 255 = 74%

163
134
189

R + G + B ~ 64%. #A386BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 134 + 189 = 486 (100%)
R 163 of 486 ~ 33.54%
G 134 of 486 ~ 27.57%
B 189 of 486 ~ 38.89'%

%33.54
%27.57
%38.89

CMYK color model

#A386BD color CMYK value is (14,29,0,26).

  • cyan value is 13.76%
  • magenta value is 29.10%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (14,29,0,26)
C14M29Y0K26 (14%, 29%, 0%, 26%)
(0.14 / 0.29 / 0.00 / 0.26)

CMYK percentages

%13.76
%29.1
%0
%25.88

Codes

Color #A386BD in popluar color models

A3 86 BD
RGB 163 134 189
HSL 272° 29.41% 63.33%
HSB/HSV 272° 29.10% 74.12%
CMYK 13.76% 29.10% 0.00%
25.88%

Color #A386BD in popluar number systems.

HEX A3 86 BD
Decimal 163 134 189
Binary 10100011 10000110 10111101
Octal 243 206 275

Shades and tints

Shades of #A386BD

#A386BD
(163,134,189)
#957AAC
(149,122,172)
#876E9B
(135,110,155)
#79628A
(121,98,138)
#6B5679
(107,86,121)
#5D4A68
(93,74,104)
#4F3E57
(79,62,87)
#413246
(65,50,70)
#332635
(51,38,53)
#251A24
(37,26,36)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #A386BD

#A386BD
(163,134,189)
#AB91C3
(171,145,195)
#B39CC9
(179,156,201)
#BBA7CF
(187,167,207)
#C3B2D5
(195,178,213)
#CBBDDB
(203,189,219)
#D3C8E1
(211,200,225)
#DBD3E7
(219,211,231)
#E3DEED
(227,222,237)
#EBE9F3
(235,233,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A386BD color. Also use rgb(163,134,189) instead hex code.

Text Font Color

.myTextColor { color: #A386BD; }

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

This text font color is #A386BD.

Background Color

.myBgColor { background-color: #A386BD; }

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

This div background color is #A386BD.

Border color

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

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

This div border color is #A386BD.

Opacity

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

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

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

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

This text has shadow with #A386BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A386BD.

Preview

Color preview on black background

This text has color #A386BD on black background.


Color preview on white background

This text has color #A386BD on white background.


Black color preview on #A386BD background

This text has black color on #A386BD background.


White color preview on #A386BD background

This text has white color on #A386BD background.


Related colors

Complementary color

Complementary color for #hex is #5C7942.


I love getcolorcode.com

Triadic colors

1 #BDA386 and #86BDA3 with #A386BD are triadic colors.

2 #BD86A3 and #86A3BD with #A386BD are triadic colors.