COLOR #A37DCD

HEX: #A37DCD RGB: (163,125,205)

Color info

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

RGB color model

#A37DCD color RGB value is (163,125,205).

RGB: (163,125,205) (64%, 49%, 80%)

RGB channels and saturation

R 163 of 255 = 64%
G 125 of 255 = 49%
B 205 of 255 = 80%

163
125
205

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

Portions of RGB colors in percentages

R + G + B = 163 + 125 + 205 = 493 (100%)
R 163 of 493 ~ 33.06%
G 125 of 493 ~ 25.35%
B 205 of 493 ~ 41.58'%

%33.06
%25.35
%41.58

CMYK color model

#A37DCD color CMYK value is (20,39,0,20).

  • cyan value is 20.49%
  • magenta value is 39.02%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (20,39,0,20)
C20M39Y0K20 (20%, 39%, 0%, 20%)
(0.20 / 0.39 / 0.00 / 0.20)

CMYK percentages

%20.49
%39.02
%0
%19.61

Codes

Color #A37DCD in popluar color models

A3 7D CD
RGB 163 125 205
HSL 269° 44.44% 64.71%
HSB/HSV 269° 39.02% 80.39%
CMYK 20.49% 39.02% 0.00%
19.61%

Color #A37DCD in popluar number systems.

HEX A3 7D CD
Decimal 163 125 205
Binary 10100011 1111101 11001101
Octal 243 175 315

Shades and tints

Shades of #A37DCD

#A37DCD
(163,125,205)
#9572BB
(149,114,187)
#8767A9
(135,103,169)
#795C97
(121,92,151)
#6B5185
(107,81,133)
#5D4673
(93,70,115)
#4F3B61
(79,59,97)
#41304F
(65,48,79)
#33253D
(51,37,61)
#251A2B
(37,26,43)
#170F19
(23,15,25)
#000000
(0,0,0)

Tints of #A37DCD

#A37DCD
(163,125,205)
#AB88D1
(171,136,209)
#B393D5
(179,147,213)
#BB9ED9
(187,158,217)
#C3A9DD
(195,169,221)
#CBB4E1
(203,180,225)
#D3BFE5
(211,191,229)
#DBCAE9
(219,202,233)
#E3D5ED
(227,213,237)
#EBE0F1
(235,224,241)
#F3EBF5
(243,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37DCD; }

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

This text font color is #A37DCD.

Background Color

.myBgColor { background-color: #A37DCD; }

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

This div background color is #A37DCD.

Border color

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

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

This div border color is #A37DCD.

Opacity

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

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

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

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

This text has shadow with #A37DCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37DCD.

Preview

Color preview on black background

This text has color #A37DCD on black background.


Color preview on white background

This text has color #A37DCD on white background.


Black color preview on #A37DCD background

This text has black color on #A37DCD background.


White color preview on #A37DCD background

This text has white color on #A37DCD background.


Related colors

Complementary color

Complementary color for #hex is #5C8232.


I love getcolorcode.com

Triadic colors

1 #CDA37D and #7DCDA3 with #A37DCD are triadic colors.

2 #CD7DA3 and #7DA3CD with #A37DCD are triadic colors.