COLOR #A37EBC

HEX: #A37EBC RGB: (163,126,188)

Color info

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

RGB color model

#A37EBC color RGB value is (163,126,188).

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

RGB channels and saturation

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

163
126
188

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

Portions of RGB colors in percentages

R + G + B = 163 + 126 + 188 = 477 (100%)
R 163 of 477 ~ 34.17%
G 126 of 477 ~ 26.42%
B 188 of 477 ~ 39.41'%

%34.17
%26.42
%39.41

CMYK color model

#A37EBC color CMYK value is (13,33,0,26).

  • cyan value is 13.30%
  • magenta value is 32.98%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (13,33,0,26)
C13M33Y0K26 (13%, 33%, 0%, 26%)
(0.13 / 0.33 / 0.00 / 0.26)

CMYK percentages

%13.3
%32.98
%0
%26.27

Codes

Color #A37EBC in popluar color models

A3 7E BC
RGB 163 126 188
HSL 276° 31.63% 61.57%
HSB/HSV 276° 32.98% 73.73%
CMYK 13.30% 32.98% 0.00%
26.27%

Color #A37EBC in popluar number systems.

HEX A3 7E BC
Decimal 163 126 188
Binary 10100011 1111110 10111100
Octal 243 176 274

Shades and tints

Shades of #A37EBC

#A37EBC
(163,126,188)
#9573AB
(149,115,171)
#87689A
(135,104,154)
#795D89
(121,93,137)
#6B5278
(107,82,120)
#5D4767
(93,71,103)
#4F3C56
(79,60,86)
#413145
(65,49,69)
#332634
(51,38,52)
#251B23
(37,27,35)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #A37EBC

#A37EBC
(163,126,188)
#AB89C2
(171,137,194)
#B394C8
(179,148,200)
#BB9FCE
(187,159,206)
#C3AAD4
(195,170,212)
#CBB5DA
(203,181,218)
#D3C0E0
(211,192,224)
#DBCBE6
(219,203,230)
#E3D6EC
(227,214,236)
#EBE1F2
(235,225,242)
#F3ECF8
(243,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37EBC; }

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

This text font color is #A37EBC.

Background Color

.myBgColor { background-color: #A37EBC; }

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

This div background color is #A37EBC.

Border color

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

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

This div border color is #A37EBC.

Opacity

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

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

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

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

This text has shadow with #A37EBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37EBC.

Preview

Color preview on black background

This text has color #A37EBC on black background.


Color preview on white background

This text has color #A37EBC on white background.


Black color preview on #A37EBC background

This text has black color on #A37EBC background.


White color preview on #A37EBC background

This text has white color on #A37EBC background.


Related colors

Complementary color

Complementary color for #hex is #5C8143.


I love getcolorcode.com

Triadic colors

1 #BCA37E and #7EBCA3 with #A37EBC are triadic colors.

2 #BC7EA3 and #7EA3BC with #A37EBC are triadic colors.