COLOR #A77FE8

HEX: #A77FE8 RGB: (167,127,232)

Color info

#A77FE8 contains mainly blue color. Web safe color of #A77FE8 is #9966FF (or #96F).

RGB color model

#A77FE8 color RGB value is (167,127,232).

RGB: (167,127,232) (65%, 50%, 91%)

RGB channels and saturation

R 167 of 255 = 65%
G 127 of 255 = 50%
B 232 of 255 = 91%

167
127
232

R + G + B ~ 69%. #A77FE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 127 + 232 = 526 (100%)
R 167 of 526 ~ 31.75%
G 127 of 526 ~ 24.14%
B 232 of 526 ~ 44.11'%

%31.75
%24.14
%44.11

CMYK color model

#A77FE8 color CMYK value is (28,45,0,9).

  • cyan value is 28.02%
  • magenta value is 45.26%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (28,45,0,9)
C28M45Y0K9 (28%, 45%, 0%, 9%)
(0.28 / 0.45 / 0.00 / 0.09)

CMYK percentages

%28.02
%45.26
%0
%9.02

Codes

Color #A77FE8 in popluar color models

A7 7F E8
RGB 167 127 232
HSL 263° 69.54% 70.39%
HSB/HSV 263° 45.26% 90.98%
CMYK 28.02% 45.26% 0.00%
9.02%

Color #A77FE8 in popluar number systems.

HEX A7 7F E8
Decimal 167 127 232
Binary 10100111 1111111 11101000
Octal 247 177 350

Shades and tints

Shades of #A77FE8

#A77FE8
(167,127,232)
#9874D3
(152,116,211)
#8969BE
(137,105,190)
#7A5EA9
(122,94,169)
#6B5394
(107,83,148)
#5C487F
(92,72,127)
#4D3D6A
(77,61,106)
#3E3255
(62,50,85)
#2F2740
(47,39,64)
#201C2B
(32,28,43)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #A77FE8

#A77FE8
(167,127,232)
#AF8AEA
(175,138,234)
#B795EC
(183,149,236)
#BFA0EE
(191,160,238)
#C7ABF0
(199,171,240)
#CFB6F2
(207,182,242)
#D7C1F4
(215,193,244)
#DFCCF6
(223,204,246)
#E7D7F8
(231,215,248)
#EFE2FA
(239,226,250)
#F7EDFC
(247,237,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77FE8 color. Also use rgb(167,127,232) instead hex code.

Text Font Color

.myTextColor { color: #A77FE8; }

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

This text font color is #A77FE8.

Background Color

.myBgColor { background-color: #A77FE8; }

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

This div background color is #A77FE8.

Border color

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

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

This div border color is #A77FE8.

Opacity

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

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

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

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

This text has shadow with #A77FE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77FE8.

Preview

Color preview on black background

This text has color #A77FE8 on black background.


Color preview on white background

This text has color #A77FE8 on white background.


Black color preview on #A77FE8 background

This text has black color on #A77FE8 background.


White color preview on #A77FE8 background

This text has white color on #A77FE8 background.


Related colors

Complementary color

Complementary color for #hex is #588017.


I love getcolorcode.com

Triadic colors

1 #E8A77F and #7FE8A7 with #A77FE8 are triadic colors.

2 #E87FA7 and #7FA7E8 with #A77FE8 are triadic colors.