COLOR #A47BC0

HEX: #A47BC0 RGB: (164,123,192)

Color info

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

RGB color model

#A47BC0 color RGB value is (164,123,192).

RGB: (164,123,192) (64%, 48%, 75%)

RGB channels and saturation

R 164 of 255 = 64%
G 123 of 255 = 48%
B 192 of 255 = 75%

164
123
192

R + G + B ~ 62%. #A47BC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 123 + 192 = 479 (100%)
R 164 of 479 ~ 34.24%
G 123 of 479 ~ 25.68%
B 192 of 479 ~ 40.08'%

%34.24
%25.68
%40.08

CMYK color model

#A47BC0 color CMYK value is (15,36,0,25).

  • cyan value is 14.58%
  • magenta value is 35.94%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (15,36,0,25) C15M36Y0K25 (15%,36%,0%,25%) (0.15/0.36/0.00/0.25) 

CMYK percentages

%14.58
%35.94
%0
%24.71

Codes

Color #A47BC0 in popluar color models

A4 7B C0
RGB 164 123 192
HSL 276° 35.38% 61.76%
HSB/HSV 276° 35.94% 75.29%
CMYK 14.58% 35.94% 0.00%
24.71%

Color #A47BC0 in popluar number systems.

HEX A4 7B C0
Decimal 164 123 192
Binary 10100100 1111011 11000000
Octal 244 173 300

Shades and tints

Shades of #A47BC0

#A47BC0
(164,123,192)
#9670AF
(150,112,175)
#88659E
(136,101,158)
#7A5A8D
(122,90,141)
#6C4F7C
(108,79,124)
#5E446B
(94,68,107)
#50395A
(80,57,90)
#422E49
(66,46,73)
#342338
(52,35,56)
#261827
(38,24,39)
#180D16
(24,13,22)
#000000
(0,0,0)

Tints of #A47BC0

#A47BC0
(164,123,192)
#AC87C5
(172,135,197)
#B493CA
(180,147,202)
#BC9FCF
(188,159,207)
#C4ABD4
(196,171,212)
#CCB7D9
(204,183,217)
#D4C3DE
(212,195,222)
#DCCFE3
(220,207,227)
#E4DBE8
(228,219,232)
#ECE7ED
(236,231,237)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47BC0 color. Also use rgb(164,123,192) instead hex code.

Text Font Color

.myTextColor { color: #A47BC0; }

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

This text font color is #A47BC0.

Background Color

.myBgColor { background-color: #A47BC0; }

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

This div background color is #A47BC0.

Border color

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

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

This div border color is #A47BC0.

Opacity

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

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

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

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

This text has shadow with #A47BC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47BC0.

Preview

Color preview on black background

This text has color #A47BC0 on black background.


Color preview on white background

This text has color #A47BC0 on white background.


Black color preview on #A47BC0 background

This text has black color on #A47BC0 background.


White color preview on #A47BC0 background

This text has white color on #A47BC0 background.


Related colors

Complementary color

Complementary color for #hex is #5B843F.


I love getcolorcode.com

Triadic colors

1 #C0A47B and #7BC0A4 with #A47BC0 are triadic colors.

2 #C07BA4 and #7BA4C0 with #A47BC0 are triadic colors.