COLOR #A37BBA

HEX: #A37BBA RGB: (163,123,186)

Color info

#A37BBA contains mainly red and blue colors. Web safe color of #A37BBA is #9966CC (or #96C).

RGB color model

#A37BBA color RGB value is (163,123,186).

RGB: (163,123,186) (64%, 48%, 73%)

RGB channels and saturation

R 163 of 255 = 64%
G 123 of 255 = 48%
B 186 of 255 = 73%

163
123
186

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

Portions of RGB colors in percentages

R + G + B = 163 + 123 + 186 = 472 (100%)
R 163 of 472 ~ 34.53%
G 123 of 472 ~ 26.06%
B 186 of 472 ~ 39.41'%

%34.53
%26.06
%39.41

CMYK color model

#A37BBA color CMYK value is (12,34,0,27).

  • cyan value is 12.37%
  • magenta value is 33.87%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (12,34,0,27)
C12M34Y0K27 (12%, 34%, 0%, 27%)
(0.12 / 0.34 / 0.00 / 0.27)

CMYK percentages

%12.37
%33.87
%0
%27.06

Codes

Color #A37BBA in popluar color models

A3 7B BA
RGB 163 123 186
HSL 278° 31.34% 60.59%
HSB/HSV 278° 33.87% 72.94%
CMYK 12.37% 33.87% 0.00%
27.06%

Color #A37BBA in popluar number systems.

HEX A3 7B BA
Decimal 163 123 186
Binary 10100011 1111011 10111010
Octal 243 173 272

Shades and tints

Shades of #A37BBA

#A37BBA
(163,123,186)
#9570AA
(149,112,170)
#87659A
(135,101,154)
#795A8A
(121,90,138)
#6B4F7A
(107,79,122)
#5D446A
(93,68,106)
#4F395A
(79,57,90)
#412E4A
(65,46,74)
#33233A
(51,35,58)
#25182A
(37,24,42)
#170D1A
(23,13,26)
#000000
(0,0,0)

Tints of #A37BBA

#A37BBA
(163,123,186)
#AB87C0
(171,135,192)
#B393C6
(179,147,198)
#BB9FCC
(187,159,204)
#C3ABD2
(195,171,210)
#CBB7D8
(203,183,216)
#D3C3DE
(211,195,222)
#DBCFE4
(219,207,228)
#E3DBEA
(227,219,234)
#EBE7F0
(235,231,240)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37BBA; }

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

This text font color is #A37BBA.

Background Color

.myBgColor { background-color: #A37BBA; }

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

This div background color is #A37BBA.

Border color

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

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

This div border color is #A37BBA.

Opacity

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

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

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

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

This text has shadow with #A37BBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37BBA.

Preview

Color preview on black background

This text has color #A37BBA on black background.


Color preview on white background

This text has color #A37BBA on white background.


Black color preview on #A37BBA background

This text has black color on #A37BBA background.


White color preview on #A37BBA background

This text has white color on #A37BBA background.


Related colors

Complementary color

Complementary color for #hex is #5C8445.


I love getcolorcode.com

Triadic colors

1 #BAA37B and #7BBAA3 with #A37BBA are triadic colors.

2 #BA7BA3 and #7BA3BA with #A37BBA are triadic colors.