COLOR #A77BF8

HEX: #A77BF8
RGB: (167,123,248)

Color info

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

RGB color model

#A77BF8 color RGB value is (167,123,248).

  • red value is 167;
  • green value is 123;
  • blue value is 248.
RGB:
(167,123,248)
(65%,48%,97%)

RGB channels and saturation

R 167 of 255 = 65%
G 123 of 255 = 48%
B 248 of 255 = 97%

167
123
248

R + G + B ~ 70%. #A77BF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 123 + 248 = 538 (100%)
R 167 of 538 ~ 31.04%
G 123 of 538 ~ 22.86%
B 248 of 538 ~ 46.1%

%31.04
%22.86
%46.1

CMYK color model

#A77BF8 color CMYK value is (33,50,0,3).

  • cyan value is 32.66%
  • magenta value is 50.40%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(33,50,0,3)
C33M50Y0K3 
(33%,50%,0%,3%)
(0.33/0.50/0.00/0.03)	

CMYK percentages

%32.66
%50.4
%0
%2.75

Codes

Color #A77BF8 in popluar color models

A77BF8
RGB167123248
HSL261°89.93%72.75%
HSB/HSV261°50.40%97.25%
CMYK32.66%50.40%0.00%
2.75%

Color #A77BF8 in popluar number systems.

HEXA77BF8
Decimal167123248
Binary10100111111101111111000
Octal247173370

Shades and tints

Shades of #A77BF8

#A77BF8
(167,123,248)
#9870E2
(152,112,226)
#8965CC
(137,101,204)
#7A5AB6
(122,90,182)
#6B4FA0
(107,79,160)
#5C448A
(92,68,138)
#4D3974
(77,57,116)
#3E2E5E
(62,46,94)
#2F2348
(47,35,72)
#201832
(32,24,50)
#110D1C
(17,13,28)
#000000
(0,0,0)

Tints of #A77BF8

#A77BF8
(167,123,248)
#AF87F8
(175,135,248)
#B793F8
(183,147,248)
#BF9FF8
(191,159,248)
#C7ABF8
(199,171,248)
#CFB7F8
(207,183,248)
#D7C3F8
(215,195,248)
#DFCFF8
(223,207,248)
#E7DBF8
(231,219,248)
#EFE7F8
(239,231,248)
#F7F3F8
(247,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77BF8; }

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

This text font color is #A77BF8.


Background Color

.myBgColor { background-color: #A77BF8; }

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

This div background color is #A77BF8.


Border color

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

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

This div border color is #A77BF8.


Opacity

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

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

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

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

This text has shadow with #A77BF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77BF8 on black background.


Color preview on white background

This text has color #A77BF8 on white background.



Black color preview on #A77BF8 background

This text has black color on #A77BF8 background.


White color preview on #A77BF8 background

This text has white color on #A77BF8 background.