COLOR #A37AD4

HEX: #A37AD4
RGB: (163,122,212)

Color info

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

RGB color model

#A37AD4 color RGB value is (163,122,212).

  • red value is 163;
  • green value is 122;
  • blue value is 212.
RGB:
(163,122,212)
(64%,48%,83%)

RGB channels and saturation

R 163 of 255 = 64%
G 122 of 255 = 48%
B 212 of 255 = 83%

163
122
212

R + G + B ~ 65%. #A37AD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 122 + 212 = 497 (100%)
R 163 of 497 ~ 32.8%
G 122 of 497 ~ 24.55%
B 212 of 497 ~ 42.66%

%32.8
%24.55
%42.66

CMYK color model

#A37AD4 color CMYK value is (23,42,0,17).

  • cyan value is 23.11%
  • magenta value is 42.45%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(23,42,0,17)
C23M42Y0K17 
(23%,42%,0%,17%)
(0.23/0.42/0.00/0.17)	

CMYK percentages

%23.11
%42.45
%0
%16.86

Codes

Color #A37AD4 in popluar color models

A37AD4
RGB163122212
HSL267°51.14%65.49%
HSB/HSV267°42.45%83.14%
CMYK23.11%42.45%0.00%
16.86%

Color #A37AD4 in popluar number systems.

HEXA37AD4
Decimal163122212
Binary10100011111101011010100
Octal243172324

Shades and tints

Shades of #A37AD4

#A37AD4
(163,122,212)
#956FC1
(149,111,193)
#8764AE
(135,100,174)
#79599B
(121,89,155)
#6B4E88
(107,78,136)
#5D4375
(93,67,117)
#4F3862
(79,56,98)
#412D4F
(65,45,79)
#33223C
(51,34,60)
#251729
(37,23,41)
#170C16
(23,12,22)
#000000
(0,0,0)

Tints of #A37AD4

#A37AD4
(163,122,212)
#AB86D7
(171,134,215)
#B392DA
(179,146,218)
#BB9EDD
(187,158,221)
#C3AAE0
(195,170,224)
#CBB6E3
(203,182,227)
#D3C2E6
(211,194,230)
#DBCEE9
(219,206,233)
#E3DAEC
(227,218,236)
#EBE6EF
(235,230,239)
#F3F2F2
(243,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37AD4 color. Also use rgb(163,122,212) instead hex code.

Text Font Color

.myTextColor { color: #A37AD4; }

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

This text font color is #A37AD4.


Background Color

.myBgColor { background-color: #A37AD4; }

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

This div background color is #A37AD4.


Border color

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

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

This div border color is #A37AD4.


Opacity

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

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

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

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

This text has shadow with #A37AD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37AD4 on black background.


Color preview on white background

This text has color #A37AD4 on white background.



Black color preview on #A37AD4 background

This text has black color on #A37AD4 background.


White color preview on #A37AD4 background

This text has white color on #A37AD4 background.