COLOR #A38BAC

HEX: #A38BAC RGB: (163,139,172)

Color info

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

RGB color model

#A38BAC color RGB value is (163,139,172).

RGB: (163,139,172) (64%, 55%, 67%)

RGB channels and saturation

R 163 of 255 = 64%
G 139 of 255 = 55%
B 172 of 255 = 67%

163
139
172

R + G + B ~ 62%. #A38BAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 139 + 172 = 474 (100%)
R 163 of 474 ~ 34.39%
G 139 of 474 ~ 29.32%
B 172 of 474 ~ 36.29'%

%34.39
%29.32
%36.29

CMYK color model

#A38BAC color CMYK value is (5,19,0,33).

  • cyan value is 5.23%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (5,19,0,33)
C5M19Y0K33 (5%, 19%, 0%, 33%)
(0.05 / 0.19 / 0.00 / 0.33)

CMYK percentages

%5.23
%19.19
%0
%32.55

Codes

Color #A38BAC in popluar color models

A3 8B AC
RGB 163 139 172
HSL 284° 16.58% 60.98%
HSB/HSV 284° 19.19% 67.45%
CMYK 5.23% 19.19% 0.00%
32.55%

Color #A38BAC in popluar number systems.

HEX A3 8B AC
Decimal 163 139 172
Binary 10100011 10001011 10101100
Octal 243 213 254

Shades and tints

Shades of #A38BAC

#A38BAC
(163,139,172)
#957F9D
(149,127,157)
#87738E
(135,115,142)
#79677F
(121,103,127)
#6B5B70
(107,91,112)
#5D4F61
(93,79,97)
#4F4352
(79,67,82)
#413743
(65,55,67)
#332B34
(51,43,52)
#251F25
(37,31,37)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #A38BAC

#A38BAC
(163,139,172)
#AB95B3
(171,149,179)
#B39FBA
(179,159,186)
#BBA9C1
(187,169,193)
#C3B3C8
(195,179,200)
#CBBDCF
(203,189,207)
#D3C7D6
(211,199,214)
#DBD1DD
(219,209,221)
#E3DBE4
(227,219,228)
#EBE5EB
(235,229,235)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38BAC color. Also use rgb(163,139,172) instead hex code.

Text Font Color

.myTextColor { color: #A38BAC; }

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

This text font color is #A38BAC.

Background Color

.myBgColor { background-color: #A38BAC; }

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

This div background color is #A38BAC.

Border color

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

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

This div border color is #A38BAC.

Opacity

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

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

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

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

This text has shadow with #A38BAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A38BAC.

Preview

Color preview on black background

This text has color #A38BAC on black background.


Color preview on white background

This text has color #A38BAC on white background.


Black color preview on #A38BAC background

This text has black color on #A38BAC background.


White color preview on #A38BAC background

This text has white color on #A38BAC background.


Related colors

Complementary color

Complementary color for #hex is #5C7453.


I love getcolorcode.com

Triadic colors

1 #ACA38B and #8BACA3 with #A38BAC are triadic colors.

2 #AC8BA3 and #8BA3AC with #A38BAC are triadic colors.