COLOR #A37FDC

HEX: #A37FDC
RGB: (163,127,220)

Color info

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

RGB color model

#A37FDC color RGB value is (163,127,220).

  • red value is 163;
  • green value is 127;
  • blue value is 220.
RGB:
(163,127,220)
(64%,50%,86%)

RGB channels and saturation

R 163 of 255 = 64%
G 127 of 255 = 50%
B 220 of 255 = 86%

163
127
220

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

Portions of RGB colors in percentages

R + G + B =
163 + 127 + 220 = 510 (100%)
R 163 of 510 ~ 31.96%
G 127 of 510 ~ 24.9%
B 220 of 510 ~ 43.14%

%31.96
%24.9
%43.14

CMYK color model

#A37FDC color CMYK value is (26,42,0,14).

  • cyan value is 25.91%
  • magenta value is 42.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(26,42,0,14)
C26M42Y0K14 
(26%,42%,0%,14%)
(0.26/0.42/0.00/0.14)	

CMYK percentages

%25.91
%42.27
%0
%13.73

Codes

Color #A37FDC in popluar color models

A37FDC
RGB163127220
HSL263°57.06%68.04%
HSB/HSV263°42.27%86.27%
CMYK25.91%42.27%0.00%
13.73%

Color #A37FDC in popluar number systems.

HEXA37FDC
Decimal163127220
Binary10100011111111111011100
Octal243177334

Shades and tints

Shades of #A37FDC

#A37FDC
(163,127,220)
#9574C8
(149,116,200)
#8769B4
(135,105,180)
#795EA0
(121,94,160)
#6B538C
(107,83,140)
#5D4878
(93,72,120)
#4F3D64
(79,61,100)
#413250
(65,50,80)
#33273C
(51,39,60)
#251C28
(37,28,40)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #A37FDC

#A37FDC
(163,127,220)
#AB8ADF
(171,138,223)
#B395E2
(179,149,226)
#BBA0E5
(187,160,229)
#C3ABE8
(195,171,232)
#CBB6EB
(203,182,235)
#D3C1EE
(211,193,238)
#DBCCF1
(219,204,241)
#E3D7F4
(227,215,244)
#EBE2F7
(235,226,247)
#F3EDFA
(243,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37FDC color. Also use rgb(163,127,220) instead hex code.

Text Font Color

.myTextColor { color: #A37FDC; }

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

This text font color is #A37FDC.


Background Color

.myBgColor { background-color: #A37FDC; }

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

This div background color is #A37FDC.


Border color

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

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

This div border color is #A37FDC.


Opacity

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

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

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

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

This text has shadow with #A37FDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37FDC on black background.


Color preview on white background

This text has color #A37FDC on white background.



Black color preview on #A37FDC background

This text has black color on #A37FDC background.


White color preview on #A37FDC background

This text has white color on #A37FDC background.