COLOR #A37EC2

HEX: #A37EC2 RGB: (163,126,194)

Color info

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

RGB color model

#A37EC2 color RGB value is (163,126,194).

RGB: (163,126,194) (64%, 49%, 76%)

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 194 of 255 = 76%

163
126
194

R + G + B ~ 63%. #A37EC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 126 + 194 = 483 (100%)
R 163 of 483 ~ 33.75%
G 126 of 483 ~ 26.09%
B 194 of 483 ~ 40.17'%

%33.75
%26.09
%40.17

CMYK color model

#A37EC2 color CMYK value is (16,35,0,24).

  • cyan value is 15.98%
  • magenta value is 35.05%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (16,35,0,24)
C16M35Y0K24 (16%, 35%, 0%, 24%)
(0.16 / 0.35 / 0.00 / 0.24)

CMYK percentages

%15.98
%35.05
%0
%23.92

Codes

Color #A37EC2 in popluar color models

A3 7E C2
RGB 163 126 194
HSL 273° 35.79% 62.75%
HSB/HSV 273° 35.05% 76.08%
CMYK 15.98% 35.05% 0.00%
23.92%

Color #A37EC2 in popluar number systems.

HEX A3 7E C2
Decimal 163 126 194
Binary 10100011 1111110 11000010
Octal 243 176 302

Shades and tints

Shades of #A37EC2

#A37EC2
(163,126,194)
#9573B1
(149,115,177)
#8768A0
(135,104,160)
#795D8F
(121,93,143)
#6B527E
(107,82,126)
#5D476D
(93,71,109)
#4F3C5C
(79,60,92)
#41314B
(65,49,75)
#33263A
(51,38,58)
#251B29
(37,27,41)
#171018
(23,16,24)
#000000
(0,0,0)

Tints of #A37EC2

#A37EC2
(163,126,194)
#AB89C7
(171,137,199)
#B394CC
(179,148,204)
#BB9FD1
(187,159,209)
#C3AAD6
(195,170,214)
#CBB5DB
(203,181,219)
#D3C0E0
(211,192,224)
#DBCBE5
(219,203,229)
#E3D6EA
(227,214,234)
#EBE1EF
(235,225,239)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37EC2; }

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

This text font color is #A37EC2.

Background Color

.myBgColor { background-color: #A37EC2; }

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

This div background color is #A37EC2.

Border color

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

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

This div border color is #A37EC2.

Opacity

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

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

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

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

This text has shadow with #A37EC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37EC2.

Preview

Color preview on black background

This text has color #A37EC2 on black background.


Color preview on white background

This text has color #A37EC2 on white background.


Black color preview on #A37EC2 background

This text has black color on #A37EC2 background.


White color preview on #A37EC2 background

This text has white color on #A37EC2 background.


Related colors

Complementary color

Complementary color for #hex is #5C813D.


I love getcolorcode.com

Triadic colors

1 #C2A37E and #7EC2A3 with #A37EC2 are triadic colors.

2 #C27EA3 and #7EA3C2 with #A37EC2 are triadic colors.