COLOR #A77BF0

HEX: #A77BF0 RGB: (167,123,240)

Color info

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

RGB color model

#A77BF0 color RGB value is (167,123,240).

RGB: (167,123,240) (65%, 48%, 94%)

RGB channels and saturation

R 167 of 255 = 65%
G 123 of 255 = 48%
B 240 of 255 = 94%

167
123
240

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

Portions of RGB colors in percentages

R + G + B = 167 + 123 + 240 = 530 (100%)
R 167 of 530 ~ 31.51%
G 123 of 530 ~ 23.21%
B 240 of 530 ~ 45.28'%

%31.51
%23.21
%45.28

CMYK color model

#A77BF0 color CMYK value is (30,49,0,6).

  • cyan value is 30.42%
  • magenta value is 48.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (30,49,0,6) C30M49Y0K6 (30%,49%,0%,6%) (0.30/0.49/0.00/0.06) 

CMYK percentages

%30.42
%48.75
%0
%5.88

Codes

Color #A77BF0 in popluar color models

A7 7B F0
RGB 167 123 240
HSL 263° 79.59% 71.18%
HSB/HSV 263° 48.75% 94.12%
CMYK 30.42% 48.75% 0.00%
5.88%

Color #A77BF0 in popluar number systems.

HEX A7 7B F0
Decimal 167 123 240
Binary 10100111 1111011 11110000
Octal 247 173 360

Shades and tints

Shades of #A77BF0

#A77BF0
(167,123,240)
#9870DB
(152,112,219)
#8965C6
(137,101,198)
#7A5AB1
(122,90,177)
#6B4F9C
(107,79,156)
#5C4487
(92,68,135)
#4D3972
(77,57,114)
#3E2E5D
(62,46,93)
#2F2348
(47,35,72)
#201833
(32,24,51)
#110D1E
(17,13,30)
#000000
(0,0,0)

Tints of #A77BF0

#A77BF0
(167,123,240)
#AF87F1
(175,135,241)
#B793F2
(183,147,242)
#BF9FF3
(191,159,243)
#C7ABF4
(199,171,244)
#CFB7F5
(207,183,245)
#D7C3F6
(215,195,246)
#DFCFF7
(223,207,247)
#E7DBF8
(231,219,248)
#EFE7F9
(239,231,249)
#F7F3FA
(247,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77BF0 color. Also use rgb(167,123,240) instead hex code.

Text Font Color

.myTextColor { color: #A77BF0; }

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

This text font color is #A77BF0.

Background Color

.myBgColor { background-color: #A77BF0; }

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

This div background color is #A77BF0.

Border color

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

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

This div border color is #A77BF0.

Opacity

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

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

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

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

This text has shadow with #A77BF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77BF0.

Preview

Color preview on black background

This text has color #A77BF0 on black background.


Color preview on white background

This text has color #A77BF0 on white background.


Black color preview on #A77BF0 background

This text has black color on #A77BF0 background.


White color preview on #A77BF0 background

This text has white color on #A77BF0 background.


Related colors

Complementary color

Complementary color for #hex is #58840F.


I love getcolorcode.com

Triadic colors

1 #F0A77B and #7BF0A7 with #A77BF0 are triadic colors.

2 #F07BA7 and #7BA7F0 with #A77BF0 are triadic colors.