COLOR #A37BAD

HEX: #A37BAD RGB: (163,123,173)

Color info

#A37BAD contains red, green and blue colors in about the same proportion. Web safe color of #A37BAD is #996699 (or #969).

RGB color model

#A37BAD color RGB value is (163,123,173).

RGB: (163,123,173) (64%, 48%, 68%)

RGB channels and saturation

R 163 of 255 = 64%
G 123 of 255 = 48%
B 173 of 255 = 68%

163
123
173

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

Portions of RGB colors in percentages

R + G + B = 163 + 123 + 173 = 459 (100%)
R 163 of 459 ~ 35.51%
G 123 of 459 ~ 26.8%
B 173 of 459 ~ 37.69'%

%35.51
%26.8
%37.69

CMYK color model

#A37BAD color CMYK value is (6,29,0,32).

  • cyan value is 5.78%
  • magenta value is 28.90%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (6,29,0,32)
C6M29Y0K32 (6%, 29%, 0%, 32%)
(0.06 / 0.29 / 0.00 / 0.32)

CMYK percentages

%5.78
%28.9
%0
%32.16

Codes

Color #A37BAD in popluar color models

A3 7B AD
RGB 163 123 173
HSL 288° 23.36% 58.04%
HSB/HSV 288° 28.90% 67.84%
CMYK 5.78% 28.90% 0.00%
32.16%

Color #A37BAD in popluar number systems.

HEX A3 7B AD
Decimal 163 123 173
Binary 10100011 1111011 10101101
Octal 243 173 255

Shades and tints

Shades of #A37BAD

#A37BAD
(163,123,173)
#95709E
(149,112,158)
#87658F
(135,101,143)
#795A80
(121,90,128)
#6B4F71
(107,79,113)
#5D4462
(93,68,98)
#4F3953
(79,57,83)
#412E44
(65,46,68)
#332335
(51,35,53)
#251826
(37,24,38)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #A37BAD

#A37BAD
(163,123,173)
#AB87B4
(171,135,180)
#B393BB
(179,147,187)
#BB9FC2
(187,159,194)
#C3ABC9
(195,171,201)
#CBB7D0
(203,183,208)
#D3C3D7
(211,195,215)
#DBCFDE
(219,207,222)
#E3DBE5
(227,219,229)
#EBE7EC
(235,231,236)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37BAD color. Also use rgb(163,123,173) instead hex code.

Text Font Color

.myTextColor { color: #A37BAD; }

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

This text font color is #A37BAD.

Background Color

.myBgColor { background-color: #A37BAD; }

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

This div background color is #A37BAD.

Border color

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

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

This div border color is #A37BAD.

Opacity

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

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

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

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

This text has shadow with #A37BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37BAD.

Preview

Color preview on black background

This text has color #A37BAD on black background.


Color preview on white background

This text has color #A37BAD on white background.


Black color preview on #A37BAD background

This text has black color on #A37BAD background.


White color preview on #A37BAD background

This text has white color on #A37BAD background.


Related colors

Complementary color

Complementary color for #hex is #5C8452.


I love getcolorcode.com

Triadic colors

1 #ADA37B and #7BADA3 with #A37BAD are triadic colors.

2 #AD7BA3 and #7BA3AD with #A37BAD are triadic colors.