COLOR #A37BC7

HEX: #A37BC7 RGB: (163,123,199)

Color info

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

RGB color model

#A37BC7 color RGB value is (163,123,199).

RGB: (163,123,199) (64%, 48%, 78%)

RGB channels and saturation

R 163 of 255 = 64%
G 123 of 255 = 48%
B 199 of 255 = 78%

163
123
199

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

Portions of RGB colors in percentages

R + G + B = 163 + 123 + 199 = 485 (100%)
R 163 of 485 ~ 33.61%
G 123 of 485 ~ 25.36%
B 199 of 485 ~ 41.03'%

%33.61
%25.36
%41.03

CMYK color model

#A37BC7 color CMYK value is (18,38,0,22).

  • cyan value is 18.09%
  • magenta value is 38.19%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (18,38,0,22) C18M38Y0K22 (18%,38%,0%,22%) (0.18/0.38/0.00/0.22) 

CMYK percentages

%18.09
%38.19
%0
%21.96

Codes

Color #A37BC7 in popluar color models

A3 7B C7
RGB 163 123 199
HSL 272° 40.43% 63.14%
HSB/HSV 272° 38.19% 78.04%
CMYK 18.09% 38.19% 0.00%
21.96%

Color #A37BC7 in popluar number systems.

HEX A3 7B C7
Decimal 163 123 199
Binary 10100011 1111011 11000111
Octal 243 173 307

Shades and tints

Shades of #A37BC7

#A37BC7
(163,123,199)
#9570B5
(149,112,181)
#8765A3
(135,101,163)
#795A91
(121,90,145)
#6B4F7F
(107,79,127)
#5D446D
(93,68,109)
#4F395B
(79,57,91)
#412E49
(65,46,73)
#332337
(51,35,55)
#251825
(37,24,37)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #A37BC7

#A37BC7
(163,123,199)
#AB87CC
(171,135,204)
#B393D1
(179,147,209)
#BB9FD6
(187,159,214)
#C3ABDB
(195,171,219)
#CBB7E0
(203,183,224)
#D3C3E5
(211,195,229)
#DBCFEA
(219,207,234)
#E3DBEF
(227,219,239)
#EBE7F4
(235,231,244)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A37BC7; }

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

This text font color is #A37BC7.

Background Color

.myBgColor { background-color: #A37BC7; }

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

This div background color is #A37BC7.

Border color

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

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

This div border color is #A37BC7.

Opacity

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

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

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

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

This text has shadow with #A37BC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A37BC7.

Preview

Color preview on black background

This text has color #A37BC7 on black background.


Color preview on white background

This text has color #A37BC7 on white background.


Black color preview on #A37BC7 background

This text has black color on #A37BC7 background.


White color preview on #A37BC7 background

This text has white color on #A37BC7 background.


Related colors

Complementary color

Complementary color for #hex is #5C8438.


I love getcolorcode.com

Triadic colors

1 #C7A37B and #7BC7A3 with #A37BC7 are triadic colors.

2 #C77BA3 and #7BA3C7 with #A37BC7 are triadic colors.