COLOR #A37EDA

HEX: #A37EDA RGB: (163,126,218)

Color info

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

RGB color model

#A37EDA color RGB value is (163,126,218).

RGB: (163,126,218) (64%, 49%, 85%)

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 218 of 255 = 85%

163
126
218

R + G + B ~ 66%. #A37EDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 126 + 218 = 507 (100%)
R 163 of 507 ~ 32.15%
G 126 of 507 ~ 24.85%
B 218 of 507 ~ 43'%

%32.15
%24.85
%43

CMYK color model

#A37EDA color CMYK value is (25,42,0,15).

  • cyan value is 25.23%
  • magenta value is 42.20%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (25,42,0,15)
C25M42Y0K15 (25%, 42%, 0%, 15%)
(0.25 / 0.42 / 0.00 / 0.15)

CMYK percentages

%25.23
%42.2
%0
%14.51

Codes

Color #A37EDA in popluar color models

A3 7E DA
RGB 163 126 218
HSL 264° 55.42% 67.45%
HSB/HSV 264° 42.20% 85.49%
CMYK 25.23% 42.20% 0.00%
14.51%

Color #A37EDA in popluar number systems.

HEX A3 7E DA
Decimal 163 126 218
Binary 10100011 1111110 11011010
Octal 243 176 332

Shades and tints

Shades of #A37EDA

#A37EDA
(163,126,218)
#9573C7
(149,115,199)
#8768B4
(135,104,180)
#795DA1
(121,93,161)
#6B528E
(107,82,142)
#5D477B
(93,71,123)
#4F3C68
(79,60,104)
#413155
(65,49,85)
#332642
(51,38,66)
#251B2F
(37,27,47)
#17101C
(23,16,28)
#000000
(0,0,0)

Tints of #A37EDA

#A37EDA
(163,126,218)
#AB89DD
(171,137,221)
#B394E0
(179,148,224)
#BB9FE3
(187,159,227)
#C3AAE6
(195,170,230)
#CBB5E9
(203,181,233)
#D3C0EC
(211,192,236)
#DBCBEF
(219,203,239)
#E3D6F2
(227,214,242)
#EBE1F5
(235,225,245)
#F3ECF8
(243,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37EDA; }

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

This text font color is #A37EDA.

Background Color

.myBgColor { background-color: #A37EDA; }

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

This div background color is #A37EDA.

Border color

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

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

This div border color is #A37EDA.

Opacity

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

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

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

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

This text has shadow with #A37EDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37EDA.

Preview

Color preview on black background

This text has color #A37EDA on black background.


Color preview on white background

This text has color #A37EDA on white background.


Black color preview on #A37EDA background

This text has black color on #A37EDA background.


White color preview on #A37EDA background

This text has white color on #A37EDA background.


Related colors

Complementary color

Complementary color for #hex is #5C8125.


I love getcolorcode.com

Triadic colors

1 #DAA37E and #7EDAA3 with #A37EDA are triadic colors.

2 #DA7EA3 and #7EA3DA with #A37EDA are triadic colors.