COLOR #A77DD1

HEX: #A77DD1
RGB: (167,125,209)

Color info

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

RGB color model

#A77DD1 color RGB value is (167,125,209).

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

RGB channels and saturation

R 167 of 255 = 65%
G 125 of 255 = 49%
B 209 of 255 = 82%

167
125
209

R + G + B ~ 65%. #A77DD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 125 + 209 = 501 (100%)
R 167 of 501 ~ 33.33%
G 125 of 501 ~ 24.95%
B 209 of 501 ~ 41.72%

%33.33
%24.95
%41.72

CMYK color model

#A77DD1 color CMYK value is (20,40,0,18).

  • cyan value is 20.10%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,40,0,18)
C20M40Y0K18 
(20%,40%,0%,18%)
(0.20/0.40/0.00/0.18)	

CMYK percentages

%20.1
%40.19
%0
%18.04

Codes

Color #A77DD1 in popluar color models

A77DD1
RGB167125209
HSL270°47.73%65.49%
HSB/HSV270°40.19%81.96%
CMYK20.10%40.19%0.00%
18.04%

Color #A77DD1 in popluar number systems.

HEXA77DD1
Decimal167125209
Binary10100111111110111010001
Octal247175321

Shades and tints

Shades of #A77DD1

#A77DD1
(167,125,209)
#9872BE
(152,114,190)
#8967AB
(137,103,171)
#7A5C98
(122,92,152)
#6B5185
(107,81,133)
#5C4672
(92,70,114)
#4D3B5F
(77,59,95)
#3E304C
(62,48,76)
#2F2539
(47,37,57)
#201A26
(32,26,38)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #A77DD1

#A77DD1
(167,125,209)
#AF88D5
(175,136,213)
#B793D9
(183,147,217)
#BF9EDD
(191,158,221)
#C7A9E1
(199,169,225)
#CFB4E5
(207,180,229)
#D7BFE9
(215,191,233)
#DFCAED
(223,202,237)
#E7D5F1
(231,213,241)
#EFE0F5
(239,224,245)
#F7EBF9
(247,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77DD1; }

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

This text font color is #A77DD1.


Background Color

.myBgColor { background-color: #A77DD1; }

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

This div background color is #A77DD1.


Border color

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

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

This div border color is #A77DD1.


Opacity

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

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

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

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

This text has shadow with #A77DD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77DD1 on black background.


Color preview on white background

This text has color #A77DD1 on white background.



Black color preview on #A77DD1 background

This text has black color on #A77DD1 background.


White color preview on #A77DD1 background

This text has white color on #A77DD1 background.