COLOR #A774D1

HEX: #A774D1
RGB: (167,116,209)

Color info

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

RGB color model

#A774D1 color RGB value is (167,116,209).

  • red value is 167;
  • green value is 116;
  • blue value is 209.
RGB:
(167,116,209)
(65%,45%,82%)

RGB channels and saturation

R 167 of 255 = 65%
G 116 of 255 = 45%
B 209 of 255 = 82%

167
116
209

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

Portions of RGB colors in percentages

R + G + B =
167 + 116 + 209 = 492 (100%)
R 167 of 492 ~ 33.94%
G 116 of 492 ~ 23.58%
B 209 of 492 ~ 42.48%

%33.94
%23.58
%42.48

CMYK color model

#A774D1 color CMYK value is (20,44,0,18).

  • cyan value is 20.10%
  • magenta value is 44.50%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,44,0,18)
C20M44Y0K18 
(20%,44%,0%,18%)
(0.20/0.44/0.00/0.18)	

CMYK percentages

%20.1
%44.5
%0
%18.04

Codes

Color #A774D1 in popluar color models

A774D1
RGB167116209
HSL273°50.27%63.73%
HSB/HSV273°44.50%81.96%
CMYK20.10%44.50%0.00%
18.04%

Color #A774D1 in popluar number systems.

HEXA774D1
Decimal167116209
Binary10100111111010011010001
Octal247164321

Shades and tints

Shades of #A774D1

#A774D1
(167,116,209)
#986ABE
(152,106,190)
#8960AB
(137,96,171)
#7A5698
(122,86,152)
#6B4C85
(107,76,133)
#5C4272
(92,66,114)
#4D385F
(77,56,95)
#3E2E4C
(62,46,76)
#2F2439
(47,36,57)
#201A26
(32,26,38)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #A774D1

#A774D1
(167,116,209)
#AF80D5
(175,128,213)
#B78CD9
(183,140,217)
#BF98DD
(191,152,221)
#C7A4E1
(199,164,225)
#CFB0E5
(207,176,229)
#D7BCE9
(215,188,233)
#DFC8ED
(223,200,237)
#E7D4F1
(231,212,241)
#EFE0F5
(239,224,245)
#F7ECF9
(247,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A774D1 color. Also use rgb(167,116,209) instead hex code.

Text Font Color

.myTextColor { color: #A774D1; }

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

This text font color is #A774D1.


Background Color

.myBgColor { background-color: #A774D1; }

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

This div background color is #A774D1.


Border color

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

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

This div border color is #A774D1.


Opacity

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

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

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

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

This text has shadow with #A774D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A774D1 on black background.


Color preview on white background

This text has color #A774D1 on white background.



Black color preview on #A774D1 background

This text has black color on #A774D1 background.


White color preview on #A774D1 background

This text has white color on #A774D1 background.