COLOR #A47BDC

HEX: #A47BDC RGB: (164,123,220)

Color info

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

RGB color model

#A47BDC color RGB value is (164,123,220).

RGB: (164,123,220) (64%, 48%, 86%)

RGB channels and saturation

R 164 of 255 = 64%
G 123 of 255 = 48%
B 220 of 255 = 86%

164
123
220

R + G + B ~ 66%. #A47BDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 123 + 220 = 507 (100%)
R 164 of 507 ~ 32.35%
G 123 of 507 ~ 24.26%
B 220 of 507 ~ 43.39'%

%32.35
%24.26
%43.39

CMYK color model

#A47BDC color CMYK value is (25,44,0,14).

  • cyan value is 25.45%
  • magenta value is 44.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (25,44,0,14)
C25M44Y0K14 (25%, 44%, 0%, 14%)
(0.25 / 0.44 / 0.00 / 0.14)

CMYK percentages

%25.45
%44.09
%0
%13.73

Codes

Color #A47BDC in popluar color models

A4 7B DC
RGB 164 123 220
HSL 265° 58.08% 67.25%
HSB/HSV 265° 44.09% 86.27%
CMYK 25.45% 44.09% 0.00%
13.73%

Color #A47BDC in popluar number systems.

HEX A4 7B DC
Decimal 164 123 220
Binary 10100100 1111011 11011100
Octal 244 173 334

Shades and tints

Shades of #A47BDC

#A47BDC
(164,123,220)
#9670C8
(150,112,200)
#8865B4
(136,101,180)
#7A5AA0
(122,90,160)
#6C4F8C
(108,79,140)
#5E4478
(94,68,120)
#503964
(80,57,100)
#422E50
(66,46,80)
#34233C
(52,35,60)
#261828
(38,24,40)
#180D14
(24,13,20)
#000000
(0,0,0)

Tints of #A47BDC

#A47BDC
(164,123,220)
#AC87DF
(172,135,223)
#B493E2
(180,147,226)
#BC9FE5
(188,159,229)
#C4ABE8
(196,171,232)
#CCB7EB
(204,183,235)
#D4C3EE
(212,195,238)
#DCCFF1
(220,207,241)
#E4DBF4
(228,219,244)
#ECE7F7
(236,231,247)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A47BDC; }

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

This text font color is #A47BDC.

Background Color

.myBgColor { background-color: #A47BDC; }

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

This div background color is #A47BDC.

Border color

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

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

This div border color is #A47BDC.

Opacity

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

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

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

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

This text has shadow with #A47BDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47BDC.

Preview

Color preview on black background

This text has color #A47BDC on black background.


Color preview on white background

This text has color #A47BDC on white background.


Black color preview on #A47BDC background

This text has black color on #A47BDC background.


White color preview on #A47BDC background

This text has white color on #A47BDC background.


Related colors

Complementary color

Complementary color for #hex is #5B8423.


I love getcolorcode.com

Triadic colors

1 #DCA47B and #7BDCA4 with #A47BDC are triadic colors.

2 #DC7BA4 and #7BA4DC with #A47BDC are triadic colors.