COLOR #A771E1

HEX: #A771E1
RGB: (167,113,225)

Color info

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

RGB color model

#A771E1 color RGB value is (167,113,225).

  • red value is 167;
  • green value is 113;
  • blue value is 225.
RGB:
(167,113,225)
(65%,44%,88%)

RGB channels and saturation

R 167 of 255 = 65%
G 113 of 255 = 44%
B 225 of 255 = 88%

167
113
225

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

Portions of RGB colors in percentages

R + G + B =
167 + 113 + 225 = 505 (100%)
R 167 of 505 ~ 33.07%
G 113 of 505 ~ 22.38%
B 225 of 505 ~ 44.55%

%33.07
%22.38
%44.55

CMYK color model

#A771E1 color CMYK value is (26,50,0,12).

  • cyan value is 25.78%
  • magenta value is 49.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(26,50,0,12)
C26M50Y0K12 
(26%,50%,0%,12%)
(0.26/0.50/0.00/0.12)	

CMYK percentages

%25.78
%49.78
%0
%11.76

Codes

Color #A771E1 in popluar color models

A771E1
RGB167113225
HSL269°65.12%66.27%
HSB/HSV269°49.78%88.24%
CMYK25.78%49.78%0.00%
11.76%

Color #A771E1 in popluar number systems.

HEXA771E1
Decimal167113225
Binary10100111111000111100001
Octal247161341

Shades and tints

Shades of #A771E1

#A771E1
(167,113,225)
#9867CD
(152,103,205)
#895DB9
(137,93,185)
#7A53A5
(122,83,165)
#6B4991
(107,73,145)
#5C3F7D
(92,63,125)
#4D3569
(77,53,105)
#3E2B55
(62,43,85)
#2F2141
(47,33,65)
#20172D
(32,23,45)
#110D19
(17,13,25)
#000000
(0,0,0)

Tints of #A771E1

#A771E1
(167,113,225)
#AF7DE3
(175,125,227)
#B789E5
(183,137,229)
#BF95E7
(191,149,231)
#C7A1E9
(199,161,233)
#CFADEB
(207,173,235)
#D7B9ED
(215,185,237)
#DFC5EF
(223,197,239)
#E7D1F1
(231,209,241)
#EFDDF3
(239,221,243)
#F7E9F5
(247,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A771E1 color. Also use rgb(167,113,225) instead hex code.

Text Font Color

.myTextColor { color: #A771E1; }

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

This text font color is #A771E1.


Background Color

.myBgColor { background-color: #A771E1; }

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

This div background color is #A771E1.


Border color

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

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

This div border color is #A771E1.


Opacity

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

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

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

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

This text has shadow with #A771E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A771E1 on black background.


Color preview on white background

This text has color #A771E1 on white background.



Black color preview on #A771E1 background

This text has black color on #A771E1 background.


White color preview on #A771E1 background

This text has white color on #A771E1 background.