COLOR #A37DD1

HEX: #A37DD1
RGB: (163,125,209)

Color info

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

RGB color model

#A37DD1 color RGB value is (163,125,209).

  • red value is 163;
  • green value is 125;
  • blue value is 209.
RGB:
(163,125,209)
(64%,49%,82%)

RGB channels and saturation

R 163 of 255 = 64%
G 125 of 255 = 49%
B 209 of 255 = 82%

163
125
209

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

Portions of RGB colors in percentages

R + G + B =
163 + 125 + 209 = 497 (100%)
R 163 of 497 ~ 32.8%
G 125 of 497 ~ 25.15%
B 209 of 497 ~ 42.05%

%32.8
%25.15
%42.05

CMYK color model

#A37DD1 color CMYK value is (22,40,0,18).

  • cyan value is 22.01%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(22,40,0,18)
C22M40Y0K18 
(22%,40%,0%,18%)
(0.22/0.40/0.00/0.18)	

CMYK percentages

%22.01
%40.19
%0
%18.04

Codes

Color #A37DD1 in popluar color models

A37DD1
RGB163125209
HSL267°47.73%65.49%
HSB/HSV267°40.19%81.96%
CMYK22.01%40.19%0.00%
18.04%

Color #A37DD1 in popluar number systems.

HEXA37DD1
Decimal163125209
Binary10100011111110111010001
Octal243175321

Shades and tints

Shades of #A37DD1

#A37DD1
(163,125,209)
#9572BE
(149,114,190)
#8767AB
(135,103,171)
#795C98
(121,92,152)
#6B5185
(107,81,133)
#5D4672
(93,70,114)
#4F3B5F
(79,59,95)
#41304C
(65,48,76)
#332539
(51,37,57)
#251A26
(37,26,38)
#170F13
(23,15,19)
#000000
(0,0,0)

Tints of #A37DD1

#A37DD1
(163,125,209)
#AB88D5
(171,136,213)
#B393D9
(179,147,217)
#BB9EDD
(187,158,221)
#C3A9E1
(195,169,225)
#CBB4E5
(203,180,229)
#D3BFE9
(211,191,233)
#DBCAED
(219,202,237)
#E3D5F1
(227,213,241)
#EBE0F5
(235,224,245)
#F3EBF9
(243,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37DD1 color. Also use rgb(163,125,209) instead hex code.

Text Font Color

.myTextColor { color: #A37DD1; }

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

This text font color is #A37DD1.


Background Color

.myBgColor { background-color: #A37DD1; }

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

This div background color is #A37DD1.


Border color

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

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

This div border color is #A37DD1.


Opacity

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

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

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

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

This text has shadow with #A37DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37DD1 on black background.


Color preview on white background

This text has color #A37DD1 on white background.



Black color preview on #A37DD1 background

This text has black color on #A37DD1 background.


White color preview on #A37DD1 background

This text has white color on #A37DD1 background.