COLOR #A37DCA

HEX: #A37DCA RGB: (163,125,202)

Color info

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

RGB color model

#A37DCA color RGB value is (163,125,202).

RGB: (163,125,202) (64%, 49%, 79%)

RGB channels and saturation

R 163 of 255 = 64%
G 125 of 255 = 49%
B 202 of 255 = 79%

163
125
202

R + G + B ~ 64%. #A37DCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 125 + 202 = 490 (100%)
R 163 of 490 ~ 33.27%
G 125 of 490 ~ 25.51%
B 202 of 490 ~ 41.22'%

%33.27
%25.51
%41.22

CMYK color model

#A37DCA color CMYK value is (19,38,0,21).

  • cyan value is 19.31%
  • magenta value is 38.12%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (19,38,0,21)
C19M38Y0K21 (19%, 38%, 0%, 21%)
(0.19 / 0.38 / 0.00 / 0.21)

CMYK percentages

%19.31
%38.12
%0
%20.78

Codes

Color #A37DCA in popluar color models

A3 7D CA
RGB 163 125 202
HSL 270° 42.08% 64.12%
HSB/HSV 270° 38.12% 79.22%
CMYK 19.31% 38.12% 0.00%
20.78%

Color #A37DCA in popluar number systems.

HEX A3 7D CA
Decimal 163 125 202
Binary 10100011 1111101 11001010
Octal 243 175 312

Shades and tints

Shades of #A37DCA

#A37DCA
(163,125,202)
#9572B8
(149,114,184)
#8767A6
(135,103,166)
#795C94
(121,92,148)
#6B5182
(107,81,130)
#5D4670
(93,70,112)
#4F3B5E
(79,59,94)
#41304C
(65,48,76)
#33253A
(51,37,58)
#251A28
(37,26,40)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #A37DCA

#A37DCA
(163,125,202)
#AB88CE
(171,136,206)
#B393D2
(179,147,210)
#BB9ED6
(187,158,214)
#C3A9DA
(195,169,218)
#CBB4DE
(203,180,222)
#D3BFE2
(211,191,226)
#DBCAE6
(219,202,230)
#E3D5EA
(227,213,234)
#EBE0EE
(235,224,238)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37DCA color. Also use rgb(163,125,202) instead hex code.

Text Font Color

.myTextColor { color: #A37DCA; }

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

This text font color is #A37DCA.

Background Color

.myBgColor { background-color: #A37DCA; }

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

This div background color is #A37DCA.

Border color

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

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

This div border color is #A37DCA.

Opacity

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

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

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

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

This text has shadow with #A37DCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37DCA.

Preview

Color preview on black background

This text has color #A37DCA on black background.


Color preview on white background

This text has color #A37DCA on white background.


Black color preview on #A37DCA background

This text has black color on #A37DCA background.


White color preview on #A37DCA background

This text has white color on #A37DCA background.


Related colors

Complementary color

Complementary color for #hex is #5C8235.


I love getcolorcode.com

Triadic colors

1 #CAA37D and #7DCAA3 with #A37DCA are triadic colors.

2 #CA7DA3 and #7DA3CA with #A37DCA are triadic colors.