COLOR #A37EF6

HEX: #A37EF6
RGB: (163,126,246)

Color info

#A37EF6 contains mainly blue color. Web safe color of #A37EF6 is #9966FF (or #96F).

RGB color model

#A37EF6 color RGB value is (163,126,246).

  • red value is 163;
  • green value is 126;
  • blue value is 246.
RGB:
(163,126,246)
(64%,49%,96%)

RGB channels and saturation

R 163 of 255 = 64%
G 126 of 255 = 49%
B 246 of 255 = 96%

163
126
246

R + G + B ~ 70%. #A37EF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 126 + 246 = 535 (100%)
R 163 of 535 ~ 30.47%
G 126 of 535 ~ 23.55%
B 246 of 535 ~ 45.98%

%30.47
%23.55
%45.98

CMYK color model

#A37EF6 color CMYK value is (34,49,0,4).

  • cyan value is 33.74%
  • magenta value is 48.78%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(34,49,0,4)
C34M49Y0K4 
(34%,49%,0%,4%)
(0.34/0.49/0.00/0.04)	

CMYK percentages

%33.74
%48.78
%0
%3.53

Codes

Color #A37EF6 in popluar color models

A37EF6
RGB163126246
HSL259°86.96%72.94%
HSB/HSV259°48.78%96.47%
CMYK33.74%48.78%0.00%
3.53%

Color #A37EF6 in popluar number systems.

HEXA37EF6
Decimal163126246
Binary10100011111111011110110
Octal243176366

Shades and tints

Shades of #A37EF6

#A37EF6
(163,126,246)
#9573E0
(149,115,224)
#8768CA
(135,104,202)
#795DB4
(121,93,180)
#6B529E
(107,82,158)
#5D4788
(93,71,136)
#4F3C72
(79,60,114)
#41315C
(65,49,92)
#332646
(51,38,70)
#251B30
(37,27,48)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #A37EF6

#A37EF6
(163,126,246)
#AB89F6
(171,137,246)
#B394F6
(179,148,246)
#BB9FF6
(187,159,246)
#C3AAF6
(195,170,246)
#CBB5F6
(203,181,246)
#D3C0F6
(211,192,246)
#DBCBF6
(219,203,246)
#E3D6F6
(227,214,246)
#EBE1F6
(235,225,246)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37EF6; }

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

This text font color is #A37EF6.


Background Color

.myBgColor { background-color: #A37EF6; }

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

This div background color is #A37EF6.


Border color

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

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

This div border color is #A37EF6.


Opacity

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

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

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

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

This text has shadow with #A37EF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37EF6 on black background.


Color preview on white background

This text has color #A37EF6 on white background.



Black color preview on #A37EF6 background

This text has black color on #A37EF6 background.


White color preview on #A37EF6 background

This text has white color on #A37EF6 background.