COLOR #A47DDD

HEX: #A47DDD RGB: (164,125,221)

Color info

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

RGB color model

#A47DDD color RGB value is (164,125,221).

RGB: (164,125,221) (64%, 49%, 87%)

RGB channels and saturation

R 164 of 255 = 64%
G 125 of 255 = 49%
B 221 of 255 = 87%

164
125
221

R + G + B ~ 67%. #A47DDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 125 + 221 = 510 (100%)
R 164 of 510 ~ 32.16%
G 125 of 510 ~ 24.51%
B 221 of 510 ~ 43.33'%

%32.16
%24.51
%43.33

CMYK color model

#A47DDD color CMYK value is (26,43,0,13).

  • cyan value is 25.79%
  • magenta value is 43.44%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (26,43,0,13)
C26M43Y0K13 (26%, 43%, 0%, 13%)
(0.26 / 0.43 / 0.00 / 0.13)

CMYK percentages

%25.79
%43.44
%0
%13.33

Codes

Color #A47DDD in popluar color models

A4 7D DD
RGB 164 125 221
HSL 264° 58.54% 67.84%
HSB/HSV 264° 43.44% 86.67%
CMYK 25.79% 43.44% 0.00%
13.33%

Color #A47DDD in popluar number systems.

HEX A4 7D DD
Decimal 164 125 221
Binary 10100100 1111101 11011101
Octal 244 175 335

Shades and tints

Shades of #A47DDD

#A47DDD
(164,125,221)
#9672C9
(150,114,201)
#8867B5
(136,103,181)
#7A5CA1
(122,92,161)
#6C518D
(108,81,141)
#5E4679
(94,70,121)
#503B65
(80,59,101)
#423051
(66,48,81)
#34253D
(52,37,61)
#261A29
(38,26,41)
#180F15
(24,15,21)
#000000
(0,0,0)

Tints of #A47DDD

#A47DDD
(164,125,221)
#AC88E0
(172,136,224)
#B493E3
(180,147,227)
#BC9EE6
(188,158,230)
#C4A9E9
(196,169,233)
#CCB4EC
(204,180,236)
#D4BFEF
(212,191,239)
#DCCAF2
(220,202,242)
#E4D5F5
(228,213,245)
#ECE0F8
(236,224,248)
#F4EBFB
(244,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47DDD color. Also use rgb(164,125,221) instead hex code.

Text Font Color

.myTextColor { color: #A47DDD; }

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

This text font color is #A47DDD.

Background Color

.myBgColor { background-color: #A47DDD; }

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

This div background color is #A47DDD.

Border color

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

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

This div border color is #A47DDD.

Opacity

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

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

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

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

This text has shadow with #A47DDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A47DDD.

Preview

Color preview on black background

This text has color #A47DDD on black background.


Color preview on white background

This text has color #A47DDD on white background.


Black color preview on #A47DDD background

This text has black color on #A47DDD background.


White color preview on #A47DDD background

This text has white color on #A47DDD background.


Related colors

Complementary color

Complementary color for #hex is #5B8222.


I love getcolorcode.com

Triadic colors

1 #DDA47D and #7DDDA4 with #A47DDD are triadic colors.

2 #DD7DA4 and #7DA4DD with #A47DDD are triadic colors.