COLOR #A777FD

HEX: #A777FD
RGB: (167,119,253)

Color info

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

RGB color model

#A777FD color RGB value is (167,119,253).

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

RGB channels and saturation

R 167 of 255 = 65%
G 119 of 255 = 47%
B 253 of 255 = 99%

167
119
253

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

Portions of RGB colors in percentages

R + G + B =
167 + 119 + 253 = 539 (100%)
R 167 of 539 ~ 30.98%
G 119 of 539 ~ 22.08%
B 253 of 539 ~ 46.94%

%30.98
%22.08
%46.94

CMYK color model

#A777FD color CMYK value is (34,53,0,1).

  • cyan value is 33.99%
  • magenta value is 52.96%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(34,53,0,1)
C34M53Y0K1 
(34%,53%,0%,1%)
(0.34/0.53/0.00/0.01)	

CMYK percentages

%33.99
%52.96
%0
%0.78

Codes

Color #A777FD in popluar color models

A777FD
RGB167119253
HSL261°97.10%72.94%
HSB/HSV261°52.96%99.22%
CMYK33.99%52.96%0.00%
0.78%

Color #A777FD in popluar number systems.

HEXA777FD
Decimal167119253
Binary10100111111011111111101
Octal247167375

Shades and tints

Shades of #A777FD

#A777FD
(167,119,253)
#986DE6
(152,109,230)
#8963CF
(137,99,207)
#7A59B8
(122,89,184)
#6B4FA1
(107,79,161)
#5C458A
(92,69,138)
#4D3B73
(77,59,115)
#3E315C
(62,49,92)
#2F2745
(47,39,69)
#201D2E
(32,29,46)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #A777FD

#A777FD
(167,119,253)
#AF83FD
(175,131,253)
#B78FFD
(183,143,253)
#BF9BFD
(191,155,253)
#C7A7FD
(199,167,253)
#CFB3FD
(207,179,253)
#D7BFFD
(215,191,253)
#DFCBFD
(223,203,253)
#E7D7FD
(231,215,253)
#EFE3FD
(239,227,253)
#F7EFFD
(247,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A777FD; }

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

This text font color is #A777FD.


Background Color

.myBgColor { background-color: #A777FD; }

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

This div background color is #A777FD.


Border color

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

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

This div border color is #A777FD.


Opacity

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

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

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

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

This text has shadow with #A777FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A777FD on black background.


Color preview on white background

This text has color #A777FD on white background.



Black color preview on #A777FD background

This text has black color on #A777FD background.


White color preview on #A777FD background

This text has white color on #A777FD background.