COLOR #A771C1

HEX: #A771C1 RGB: (167,113,193)

Color info

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

RGB color model

#A771C1 color RGB value is (167,113,193).

RGB: (167,113,193) (65%, 44%, 76%)

RGB channels and saturation

R 167 of 255 = 65%
G 113 of 255 = 44%
B 193 of 255 = 76%

167
113
193

R + G + B ~ 62%. #A771C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 113 + 193 = 473 (100%)
R 167 of 473 ~ 35.31%
G 113 of 473 ~ 23.89%
B 193 of 473 ~ 40.8'%

%35.31
%23.89
%40.8

CMYK color model

#A771C1 color CMYK value is (13,41,0,24).

  • cyan value is 13.47%
  • magenta value is 41.45%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (13,41,0,24)
C13M41Y0K24 (13%, 41%, 0%, 24%)
(0.13 / 0.41 / 0.00 / 0.24)

CMYK percentages

%13.47
%41.45
%0
%24.31

Codes

Color #A771C1 in popluar color models

A7 71 C1
RGB 167 113 193
HSL 281° 39.22% 60.00%
HSB/HSV 281° 41.45% 75.69%
CMYK 13.47% 41.45% 0.00%
24.31%

Color #A771C1 in popluar number systems.

HEX A7 71 C1
Decimal 167 113 193
Binary 10100111 1110001 11000001
Octal 247 161 301

Shades and tints

Shades of #A771C1

#A771C1
(167,113,193)
#9867B0
(152,103,176)
#895D9F
(137,93,159)
#7A538E
(122,83,142)
#6B497D
(107,73,125)
#5C3F6C
(92,63,108)
#4D355B
(77,53,91)
#3E2B4A
(62,43,74)
#2F2139
(47,33,57)
#201728
(32,23,40)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #A771C1

#A771C1
(167,113,193)
#AF7DC6
(175,125,198)
#B789CB
(183,137,203)
#BF95D0
(191,149,208)
#C7A1D5
(199,161,213)
#CFADDA
(207,173,218)
#D7B9DF
(215,185,223)
#DFC5E4
(223,197,228)
#E7D1E9
(231,209,233)
#EFDDEE
(239,221,238)
#F7E9F3
(247,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A771C1 color. Also use rgb(167,113,193) instead hex code.

Text Font Color

.myTextColor { color: #A771C1; }

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

This text font color is #A771C1.

Background Color

.myBgColor { background-color: #A771C1; }

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

This div background color is #A771C1.

Border color

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

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

This div border color is #A771C1.

Opacity

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

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

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

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

This text has shadow with #A771C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A771C1.

Preview

Color preview on black background

This text has color #A771C1 on black background.


Color preview on white background

This text has color #A771C1 on white background.


Black color preview on #A771C1 background

This text has black color on #A771C1 background.


White color preview on #A771C1 background

This text has white color on #A771C1 background.


Related colors

Complementary color

Complementary color for #hex is #588E3E.


I love getcolorcode.com

Triadic colors

1 #C1A771 and #71C1A7 with #A771C1 are triadic colors.

2 #C171A7 and #71A7C1 with #A771C1 are triadic colors.