COLOR #A77DC2

HEX: #A77DC2 RGB: (167,125,194)

Color info

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

RGB color model

#A77DC2 color RGB value is (167,125,194).

RGB: (167,125,194) (65%, 49%, 76%)

RGB channels and saturation

R 167 of 255 = 65%
G 125 of 255 = 49%
B 194 of 255 = 76%

167
125
194

R + G + B ~ 63%. #A77DC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 125 + 194 = 486 (100%)
R 167 of 486 ~ 34.36%
G 125 of 486 ~ 25.72%
B 194 of 486 ~ 39.92'%

%34.36
%25.72
%39.92

CMYK color model

#A77DC2 color CMYK value is (14,36,0,24).

  • cyan value is 13.92%
  • magenta value is 35.57%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (14,36,0,24)
C14M36Y0K24 (14%, 36%, 0%, 24%)
(0.14 / 0.36 / 0.00 / 0.24)

CMYK percentages

%13.92
%35.57
%0
%23.92

Codes

Color #A77DC2 in popluar color models

A7 7D C2
RGB 167 125 194
HSL 277° 36.13% 62.55%
HSB/HSV 277° 35.57% 76.08%
CMYK 13.92% 35.57% 0.00%
23.92%

Color #A77DC2 in popluar number systems.

HEX A7 7D C2
Decimal 167 125 194
Binary 10100111 1111101 11000010
Octal 247 175 302

Shades and tints

Shades of #A77DC2

#A77DC2
(167,125,194)
#9872B1
(152,114,177)
#8967A0
(137,103,160)
#7A5C8F
(122,92,143)
#6B517E
(107,81,126)
#5C466D
(92,70,109)
#4D3B5C
(77,59,92)
#3E304B
(62,48,75)
#2F253A
(47,37,58)
#201A29
(32,26,41)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #A77DC2

#A77DC2
(167,125,194)
#AF88C7
(175,136,199)
#B793CC
(183,147,204)
#BF9ED1
(191,158,209)
#C7A9D6
(199,169,214)
#CFB4DB
(207,180,219)
#D7BFE0
(215,191,224)
#DFCAE5
(223,202,229)
#E7D5EA
(231,213,234)
#EFE0EF
(239,224,239)
#F7EBF4
(247,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77DC2; }

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

This text font color is #A77DC2.

Background Color

.myBgColor { background-color: #A77DC2; }

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

This div background color is #A77DC2.

Border color

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

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

This div border color is #A77DC2.

Opacity

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

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

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

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

This text has shadow with #A77DC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77DC2.

Preview

Color preview on black background

This text has color #A77DC2 on black background.


Color preview on white background

This text has color #A77DC2 on white background.


Black color preview on #A77DC2 background

This text has black color on #A77DC2 background.


White color preview on #A77DC2 background

This text has white color on #A77DC2 background.


Related colors

Complementary color

Complementary color for #hex is #58823D.


I love getcolorcode.com

Triadic colors

1 #C2A77D and #7DC2A7 with #A77DC2 are triadic colors.

2 #C27DA7 and #7DA7C2 with #A77DC2 are triadic colors.