COLOR #A37CDE

HEX: #A37CDE RGB: (163,124,222)

Color info

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

RGB color model

#A37CDE color RGB value is (163,124,222).

RGB: (163,124,222) (64%, 49%, 87%)

RGB channels and saturation

R 163 of 255 = 64%
G 124 of 255 = 49%
B 222 of 255 = 87%

163
124
222

R + G + B ~ 67%. #A37CDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 124 + 222 = 509 (100%)
R 163 of 509 ~ 32.02%
G 124 of 509 ~ 24.36%
B 222 of 509 ~ 43.61'%

%32.02
%24.36
%43.61

CMYK color model

#A37CDE color CMYK value is (27,44,0,13).

  • cyan value is 26.58%
  • magenta value is 44.14%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (27,44,0,13)
C27M44Y0K13 (27%, 44%, 0%, 13%)
(0.27 / 0.44 / 0.00 / 0.13)

CMYK percentages

%26.58
%44.14
%0
%12.94

Codes

Color #A37CDE in popluar color models

A3 7C DE
RGB 163 124 222
HSL 264° 59.76% 67.84%
HSB/HSV 264° 44.14% 87.06%
CMYK 26.58% 44.14% 0.00%
12.94%

Color #A37CDE in popluar number systems.

HEX A3 7C DE
Decimal 163 124 222
Binary 10100011 1111100 11011110
Octal 243 174 336

Shades and tints

Shades of #A37CDE

#A37CDE
(163,124,222)
#9571CA
(149,113,202)
#8766B6
(135,102,182)
#795BA2
(121,91,162)
#6B508E
(107,80,142)
#5D457A
(93,69,122)
#4F3A66
(79,58,102)
#412F52
(65,47,82)
#33243E
(51,36,62)
#25192A
(37,25,42)
#170E16
(23,14,22)
#000000
(0,0,0)

Tints of #A37CDE

#A37CDE
(163,124,222)
#AB87E1
(171,135,225)
#B392E4
(179,146,228)
#BB9DE7
(187,157,231)
#C3A8EA
(195,168,234)
#CBB3ED
(203,179,237)
#D3BEF0
(211,190,240)
#DBC9F3
(219,201,243)
#E3D4F6
(227,212,246)
#EBDFF9
(235,223,249)
#F3EAFC
(243,234,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37CDE; }

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

This text font color is #A37CDE.

Background Color

.myBgColor { background-color: #A37CDE; }

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

This div background color is #A37CDE.

Border color

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

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

This div border color is #A37CDE.

Opacity

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

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

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

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

This text has shadow with #A37CDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37CDE.

Preview

Color preview on black background

This text has color #A37CDE on black background.


Color preview on white background

This text has color #A37CDE on white background.


Black color preview on #A37CDE background

This text has black color on #A37CDE background.


White color preview on #A37CDE background

This text has white color on #A37CDE background.


Related colors

Complementary color

Complementary color for #hex is #5C8321.


I love getcolorcode.com

Triadic colors

1 #DEA37C and #7CDEA3 with #A37CDE are triadic colors.

2 #DE7CA3 and #7CA3DE with #A37CDE are triadic colors.