COLOR #A477D1

HEX: #A477D1
RGB: (164,119,209)

Color info

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

RGB color model

#A477D1 color RGB value is (164,119,209).

  • red value is 164;
  • green value is 119;
  • blue value is 209.
RGB:
(164,119,209)
(64%,47%,82%)

RGB channels and saturation

R 164 of 255 = 64%
G 119 of 255 = 47%
B 209 of 255 = 82%

164
119
209

R + G + B ~ 64%. #A477D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 119 + 209 = 492 (100%)
R 164 of 492 ~ 33.33%
G 119 of 492 ~ 24.19%
B 209 of 492 ~ 42.48%

%33.33
%24.19
%42.48

CMYK color model

#A477D1 color CMYK value is (22,43,0,18).

  • cyan value is 21.53%
  • magenta value is 43.06%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(22,43,0,18)
C22M43Y0K18 
(22%,43%,0%,18%)
(0.22/0.43/0.00/0.18)	

CMYK percentages

%21.53
%43.06
%0
%18.04

Codes

Color #A477D1 in popluar color models

A477D1
RGB164119209
HSL270°49.45%64.31%
HSB/HSV270°43.06%81.96%
CMYK21.53%43.06%0.00%
18.04%

Color #A477D1 in popluar number systems.

HEXA477D1
Decimal164119209
Binary10100100111011111010001
Octal244167321

Shades and tints

Shades of #A477D1

#A477D1
(164,119,209)
#966DBE
(150,109,190)
#8863AB
(136,99,171)
#7A5998
(122,89,152)
#6C4F85
(108,79,133)
#5E4572
(94,69,114)
#503B5F
(80,59,95)
#42314C
(66,49,76)
#342739
(52,39,57)
#261D26
(38,29,38)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #A477D1

#A477D1
(164,119,209)
#AC83D5
(172,131,213)
#B48FD9
(180,143,217)
#BC9BDD
(188,155,221)
#C4A7E1
(196,167,225)
#CCB3E5
(204,179,229)
#D4BFE9
(212,191,233)
#DCCBED
(220,203,237)
#E4D7F1
(228,215,241)
#ECE3F5
(236,227,245)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A477D1 color. Also use rgb(164,119,209) instead hex code.

Text Font Color

.myTextColor { color: #A477D1; }

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

This text font color is #A477D1.


Background Color

.myBgColor { background-color: #A477D1; }

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

This div background color is #A477D1.


Border color

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

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

This div border color is #A477D1.


Opacity

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

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

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

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

This text has shadow with #A477D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A477D1 on black background.


Color preview on white background

This text has color #A477D1 on white background.



Black color preview on #A477D1 background

This text has black color on #A477D1 background.


White color preview on #A477D1 background

This text has white color on #A477D1 background.