COLOR #A386A6

HEX: #A386A6
RGB: (163,134,166)

Color info

#A386A6 contains red, green and blue colors in about the same proportion. Web safe color of #A386A6 is #999999 (or #999).

RGB color model

#A386A6 color RGB value is (163,134,166).

  • red value is 163;
  • green value is 134;
  • blue value is 166.
RGB:
(163,134,166)
(64%,53%,65%)

RGB channels and saturation

R 163 of 255 = 64%
G 134 of 255 = 53%
B 166 of 255 = 65%

163
134
166

R + G + B ~ 61%. #A386A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 134 + 166 = 463 (100%)
R 163 of 463 ~ 35.21%
G 134 of 463 ~ 28.94%
B 166 of 463 ~ 35.85%

%35.21
%28.94
%35.85

CMYK color model

#A386A6 color CMYK value is (2,19,0,35).

  • cyan value is 1.81%
  • magenta value is 19.28%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(2,19,0,35)
C2M19Y0K35 
(2%,19%,0%,35%)
(0.02/0.19/0.00/0.35)	

CMYK percentages

%1.81
%19.28
%0
%34.9

Codes

Color #A386A6 in popluar color models

A386A6
RGB163134166
HSL294°15.24%58.82%
HSB/HSV294°19.28%65.10%
CMYK1.81%19.28%0.00%
34.90%

Color #A386A6 in popluar number systems.

HEXA386A6
Decimal163134166
Binary101000111000011010100110
Octal243206246

Shades and tints

Shades of #A386A6

#A386A6
(163,134,166)
#957A97
(149,122,151)
#876E88
(135,110,136)
#796279
(121,98,121)
#6B566A
(107,86,106)
#5D4A5B
(93,74,91)
#4F3E4C
(79,62,76)
#41323D
(65,50,61)
#33262E
(51,38,46)
#251A1F
(37,26,31)
#170E10
(23,14,16)
#000000
(0,0,0)

Tints of #A386A6

#A386A6
(163,134,166)
#AB91AE
(171,145,174)
#B39CB6
(179,156,182)
#BBA7BE
(187,167,190)
#C3B2C6
(195,178,198)
#CBBDCE
(203,189,206)
#D3C8D6
(211,200,214)
#DBD3DE
(219,211,222)
#E3DEE6
(227,222,230)
#EBE9EE
(235,233,238)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A386A6; }

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

This text font color is #A386A6.


Background Color

.myBgColor { background-color: #A386A6; }

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

This div background color is #A386A6.


Border color

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

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

This div border color is #A386A6.


Opacity

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

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

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

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

This text has shadow with #A386A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A386A6 on black background.


Color preview on white background

This text has color #A386A6 on white background.



Black color preview on #A386A6 background

This text has black color on #A386A6 background.


White color preview on #A386A6 background

This text has white color on #A386A6 background.