COLOR #A77DD9

HEX: #A77DD9
RGB: (167,125,217)

Color info

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

RGB color model

#A77DD9 color RGB value is (167,125,217).

  • red value is 167;
  • green value is 125;
  • blue value is 217.
RGB:
(167,125,217)
(65%,49%,85%)

RGB channels and saturation

R 167 of 255 = 65%
G 125 of 255 = 49%
B 217 of 255 = 85%

167
125
217

R + G + B ~ 66%. #A77DD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 125 + 217 = 509 (100%)
R 167 of 509 ~ 32.81%
G 125 of 509 ~ 24.56%
B 217 of 509 ~ 42.63%

%32.81
%24.56
%42.63

CMYK color model

#A77DD9 color CMYK value is (23,42,0,15).

  • cyan value is 23.04%
  • magenta value is 42.40%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(23,42,0,15)
C23M42Y0K15 
(23%,42%,0%,15%)
(0.23/0.42/0.00/0.15)	

CMYK percentages

%23.04
%42.4
%0
%14.9

Codes

Color #A77DD9 in popluar color models

A77DD9
RGB167125217
HSL267°54.76%67.06%
HSB/HSV267°42.40%85.10%
CMYK23.04%42.40%0.00%
14.90%

Color #A77DD9 in popluar number systems.

HEXA77DD9
Decimal167125217
Binary10100111111110111011001
Octal247175331

Shades and tints

Shades of #A77DD9

#A77DD9
(167,125,217)
#9872C6
(152,114,198)
#8967B3
(137,103,179)
#7A5CA0
(122,92,160)
#6B518D
(107,81,141)
#5C467A
(92,70,122)
#4D3B67
(77,59,103)
#3E3054
(62,48,84)
#2F2541
(47,37,65)
#201A2E
(32,26,46)
#110F1B
(17,15,27)
#000000
(0,0,0)

Tints of #A77DD9

#A77DD9
(167,125,217)
#AF88DC
(175,136,220)
#B793DF
(183,147,223)
#BF9EE2
(191,158,226)
#C7A9E5
(199,169,229)
#CFB4E8
(207,180,232)
#D7BFEB
(215,191,235)
#DFCAEE
(223,202,238)
#E7D5F1
(231,213,241)
#EFE0F4
(239,224,244)
#F7EBF7
(247,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77DD9 color. Also use rgb(167,125,217) instead hex code.

Text Font Color

.myTextColor { color: #A77DD9; }

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

This text font color is #A77DD9.


Background Color

.myBgColor { background-color: #A77DD9; }

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

This div background color is #A77DD9.


Border color

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

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

This div border color is #A77DD9.


Opacity

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

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

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

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

This text has shadow with #A77DD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77DD9 on black background.


Color preview on white background

This text has color #A77DD9 on white background.



Black color preview on #A77DD9 background

This text has black color on #A77DD9 background.


White color preview on #A77DD9 background

This text has white color on #A77DD9 background.