COLOR #A777E2

HEX: #A777E2
RGB: (167,119,226)

Color info

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

RGB color model

#A777E2 color RGB value is (167,119,226).

  • red value is 167;
  • green value is 119;
  • blue value is 226.
RGB:
(167,119,226)
(65%,47%,89%)

RGB channels and saturation

R 167 of 255 = 65%
G 119 of 255 = 47%
B 226 of 255 = 89%

167
119
226

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

Portions of RGB colors in percentages

R + G + B =
167 + 119 + 226 = 512 (100%)
R 167 of 512 ~ 32.62%
G 119 of 512 ~ 23.24%
B 226 of 512 ~ 44.14%

%32.62
%23.24
%44.14

CMYK color model

#A777E2 color CMYK value is (26,47,0,11).

  • cyan value is 26.11%
  • magenta value is 47.35%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(26,47,0,11)
C26M47Y0K11 
(26%,47%,0%,11%)
(0.26/0.47/0.00/0.11)	

CMYK percentages

%26.11
%47.35
%0
%11.37

Codes

Color #A777E2 in popluar color models

A777E2
RGB167119226
HSL267°64.85%67.65%
HSB/HSV267°47.35%88.63%
CMYK26.11%47.35%0.00%
11.37%

Color #A777E2 in popluar number systems.

HEXA777E2
Decimal167119226
Binary10100111111011111100010
Octal247167342

Shades and tints

Shades of #A777E2

#A777E2
(167,119,226)
#986DCE
(152,109,206)
#8963BA
(137,99,186)
#7A59A6
(122,89,166)
#6B4F92
(107,79,146)
#5C457E
(92,69,126)
#4D3B6A
(77,59,106)
#3E3156
(62,49,86)
#2F2742
(47,39,66)
#201D2E
(32,29,46)
#11131A
(17,19,26)
#000000
(0,0,0)

Tints of #A777E2

#A777E2
(167,119,226)
#AF83E4
(175,131,228)
#B78FE6
(183,143,230)
#BF9BE8
(191,155,232)
#C7A7EA
(199,167,234)
#CFB3EC
(207,179,236)
#D7BFEE
(215,191,238)
#DFCBF0
(223,203,240)
#E7D7F2
(231,215,242)
#EFE3F4
(239,227,244)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A777E2 color. Also use rgb(167,119,226) instead hex code.

Text Font Color

.myTextColor { color: #A777E2; }

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

This text font color is #A777E2.


Background Color

.myBgColor { background-color: #A777E2; }

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

This div background color is #A777E2.


Border color

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

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

This div border color is #A777E2.


Opacity

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

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

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

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

This text has shadow with #A777E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A777E2 on black background.


Color preview on white background

This text has color #A777E2 on white background.



Black color preview on #A777E2 background

This text has black color on #A777E2 background.


White color preview on #A777E2 background

This text has white color on #A777E2 background.