COLOR #A386AB

HEX: #A386AB RGB: (163,134,171)

Color info

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

RGB color model

#A386AB color RGB value is (163,134,171).

RGB: (163,134,171) (64%, 53%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 134 of 255 = 53%
B 171 of 255 = 67%

163
134
171

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

Portions of RGB colors in percentages

R + G + B = 163 + 134 + 171 = 468 (100%)
R 163 of 468 ~ 34.83%
G 134 of 468 ~ 28.63%
B 171 of 468 ~ 36.54'%

%34.83
%28.63
%36.54

CMYK color model

#A386AB color CMYK value is (5,22,0,33).

  • cyan value is 4.68%
  • magenta value is 21.64%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (5,22,0,33)
C5M22Y0K33 (5%, 22%, 0%, 33%)
(0.05 / 0.22 / 0.00 / 0.33)

CMYK percentages

%4.68
%21.64
%0
%32.94

Codes

Color #A386AB in popluar color models

A3 86 AB
RGB 163 134 171
HSL 287° 18.05% 59.80%
HSB/HSV 287° 21.64% 67.06%
CMYK 4.68% 21.64% 0.00%
32.94%

Color #A386AB in popluar number systems.

HEX A3 86 AB
Decimal 163 134 171
Binary 10100011 10000110 10101011
Octal 243 206 253

Shades and tints

Shades of #A386AB

#A386AB
(163,134,171)
#957A9C
(149,122,156)
#876E8D
(135,110,141)
#79627E
(121,98,126)
#6B566F
(107,86,111)
#5D4A60
(93,74,96)
#4F3E51
(79,62,81)
#413242
(65,50,66)
#332633
(51,38,51)
#251A24
(37,26,36)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #A386AB

#A386AB
(163,134,171)
#AB91B2
(171,145,178)
#B39CB9
(179,156,185)
#BBA7C0
(187,167,192)
#C3B2C7
(195,178,199)
#CBBDCE
(203,189,206)
#D3C8D5
(211,200,213)
#DBD3DC
(219,211,220)
#E3DEE3
(227,222,227)
#EBE9EA
(235,233,234)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A386AB; }

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

This text font color is #A386AB.

Background Color

.myBgColor { background-color: #A386AB; }

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

This div background color is #A386AB.

Border color

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

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

This div border color is #A386AB.

Opacity

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

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

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

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

This text has shadow with #A386AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A386AB.

Preview

Color preview on black background

This text has color #A386AB on black background.


Color preview on white background

This text has color #A386AB on white background.


Black color preview on #A386AB background

This text has black color on #A386AB background.


White color preview on #A386AB background

This text has white color on #A386AB background.


Related colors

Complementary color

Complementary color for #hex is #5C7954.


I love getcolorcode.com

Triadic colors

1 #ABA386 and #86ABA3 with #A386AB are triadic colors.

2 #AB86A3 and #86A3AB with #A386AB are triadic colors.