COLOR #A37BC1

HEX: #A37BC1
RGB: (163,123,193)

Color info

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

RGB color model

#A37BC1 color RGB value is (163,123,193).

  • red value is 163;
  • green value is 123;
  • blue value is 193.
RGB:
(163,123,193)
(64%,48%,76%)

RGB channels and saturation

R 163 of 255 = 64%
G 123 of 255 = 48%
B 193 of 255 = 76%

163
123
193

R + G + B ~ 63%. #A37BC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 123 + 193 = 479 (100%)
R 163 of 479 ~ 34.03%
G 123 of 479 ~ 25.68%
B 193 of 479 ~ 40.29%

%34.03
%25.68
%40.29

CMYK color model

#A37BC1 color CMYK value is (16,36,0,24).

  • cyan value is 15.54%
  • magenta value is 36.27%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(16,36,0,24)
C16M36Y0K24 
(16%,36%,0%,24%)
(0.16/0.36/0.00/0.24)	

CMYK percentages

%15.54
%36.27
%0
%24.31

Codes

Color #A37BC1 in popluar color models

A37BC1
RGB163123193
HSL274°36.08%61.96%
HSB/HSV274°36.27%75.69%
CMYK15.54%36.27%0.00%
24.31%

Color #A37BC1 in popluar number systems.

HEXA37BC1
Decimal163123193
Binary10100011111101111000001
Octal243173301

Shades and tints

Shades of #A37BC1

#A37BC1
(163,123,193)
#9570B0
(149,112,176)
#87659F
(135,101,159)
#795A8E
(121,90,142)
#6B4F7D
(107,79,125)
#5D446C
(93,68,108)
#4F395B
(79,57,91)
#412E4A
(65,46,74)
#332339
(51,35,57)
#251828
(37,24,40)
#170D17
(23,13,23)
#000000
(0,0,0)

Tints of #A37BC1

#A37BC1
(163,123,193)
#AB87C6
(171,135,198)
#B393CB
(179,147,203)
#BB9FD0
(187,159,208)
#C3ABD5
(195,171,213)
#CBB7DA
(203,183,218)
#D3C3DF
(211,195,223)
#DBCFE4
(219,207,228)
#E3DBE9
(227,219,233)
#EBE7EE
(235,231,238)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A37BC1 color. Also use rgb(163,123,193) instead hex code.

Text Font Color

.myTextColor { color: #A37BC1; }

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

This text font color is #A37BC1.


Background Color

.myBgColor { background-color: #A37BC1; }

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

This div background color is #A37BC1.


Border color

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

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

This div border color is #A37BC1.


Opacity

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

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

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

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

This text has shadow with #A37BC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A37BC1 on black background.


Color preview on white background

This text has color #A37BC1 on white background.



Black color preview on #A37BC1 background

This text has black color on #A37BC1 background.


White color preview on #A37BC1 background

This text has white color on #A37BC1 background.