COLOR #A37CBC

HEX: #A37CBC RGB: (163,124,188)

Color info

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

RGB color model

#A37CBC color RGB value is (163,124,188).

RGB: (163,124,188) (64%, 49%, 74%)

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 188 of 255 = 74%

163
124
188

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

Portions of RGB colors in percentages

R + G + B = 163 + 124 + 188 = 475 (100%)
R 163 of 475 ~ 34.32%
G 124 of 475 ~ 26.11%
B 188 of 475 ~ 39.58'%

%34.32
%26.11
%39.58

CMYK color model

#A37CBC color CMYK value is (13,34,0,26).

  • cyan value is 13.30%
  • magenta value is 34.04%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (13,34,0,26) C13M34Y0K26 (13%,34%,0%,26%) (0.13/0.34/0.00/0.26) 

CMYK percentages

%13.3
%34.04
%0
%26.27

Codes

Color #A37CBC in popluar color models

A3 7C BC
RGB 163 124 188
HSL 277° 32.32% 61.18%
HSB/HSV 277° 34.04% 73.73%
CMYK 13.30% 34.04% 0.00%
26.27%

Color #A37CBC in popluar number systems.

HEX A3 7C BC
Decimal 163 124 188
Binary 10100011 1111100 10111100
Octal 243 174 274

Shades and tints

Shades of #A37CBC

#A37CBC
(163,124,188)
#9571AB
(149,113,171)
#87669A
(135,102,154)
#795B89
(121,91,137)
#6B5078
(107,80,120)
#5D4567
(93,69,103)
#4F3A56
(79,58,86)
#412F45
(65,47,69)
#332434
(51,36,52)
#251923
(37,25,35)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #A37CBC

#A37CBC
(163,124,188)
#AB87C2
(171,135,194)
#B392C8
(179,146,200)
#BB9DCE
(187,157,206)
#C3A8D4
(195,168,212)
#CBB3DA
(203,179,218)
#D3BEE0
(211,190,224)
#DBC9E6
(219,201,230)
#E3D4EC
(227,212,236)
#EBDFF2
(235,223,242)
#F3EAF8
(243,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37CBC color. Also use rgb(163,124,188) instead hex code.

Text Font Color

.myTextColor { color: #A37CBC; }

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

This text font color is #A37CBC.

Background Color

.myBgColor { background-color: #A37CBC; }

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

This div background color is #A37CBC.

Border color

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

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

This div border color is #A37CBC.

Opacity

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

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

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

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

This text has shadow with #A37CBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37CBC.

Preview

Color preview on black background

This text has color #A37CBC on black background.


Color preview on white background

This text has color #A37CBC on white background.


Black color preview on #A37CBC background

This text has black color on #A37CBC background.


White color preview on #A37CBC background

This text has white color on #A37CBC background.


Related colors

Complementary color

Complementary color for #hex is #5C8343.


I love getcolorcode.com

Triadic colors

1 #BCA37C and #7CBCA3 with #A37CBC are triadic colors.

2 #BC7CA3 and #7CA3BC with #A37CBC are triadic colors.