COLOR #A371C4

HEX: #A371C4 RGB: (163,113,196)

Color info

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

RGB color model

#A371C4 color RGB value is (163,113,196).

RGB: (163,113,196) (64%, 44%, 77%)

RGB channels and saturation

R 163 of 255 = 64%
G 113 of 255 = 44%
B 196 of 255 = 77%

163
113
196

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

Portions of RGB colors in percentages

R + G + B = 163 + 113 + 196 = 472 (100%)
R 163 of 472 ~ 34.53%
G 113 of 472 ~ 23.94%
B 196 of 472 ~ 41.53'%

%34.53
%23.94
%41.53

CMYK color model

#A371C4 color CMYK value is (17,42,0,23).

  • cyan value is 16.84%
  • magenta value is 42.35%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (17,42,0,23)
C17M42Y0K23 (17%, 42%, 0%, 23%)
(0.17 / 0.42 / 0.00 / 0.23)

CMYK percentages

%16.84
%42.35
%0
%23.14

Codes

Color #A371C4 in popluar color models

A3 71 C4
RGB 163 113 196
HSL 276° 41.29% 60.59%
HSB/HSV 276° 42.35% 76.86%
CMYK 16.84% 42.35% 0.00%
23.14%

Color #A371C4 in popluar number systems.

HEX A3 71 C4
Decimal 163 113 196
Binary 10100011 1110001 11000100
Octal 243 161 304

Shades and tints

Shades of #A371C4

#A371C4
(163,113,196)
#9567B3
(149,103,179)
#875DA2
(135,93,162)
#795391
(121,83,145)
#6B4980
(107,73,128)
#5D3F6F
(93,63,111)
#4F355E
(79,53,94)
#412B4D
(65,43,77)
#33213C
(51,33,60)
#25172B
(37,23,43)
#170D1A
(23,13,26)
#000000
(0,0,0)

Tints of #A371C4

#A371C4
(163,113,196)
#AB7DC9
(171,125,201)
#B389CE
(179,137,206)
#BB95D3
(187,149,211)
#C3A1D8
(195,161,216)
#CBADDD
(203,173,221)
#D3B9E2
(211,185,226)
#DBC5E7
(219,197,231)
#E3D1EC
(227,209,236)
#EBDDF1
(235,221,241)
#F3E9F6
(243,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A371C4 color. Also use rgb(163,113,196) instead hex code.

Text Font Color

.myTextColor { color: #A371C4; }

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

This text font color is #A371C4.

Background Color

.myBgColor { background-color: #A371C4; }

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

This div background color is #A371C4.

Border color

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

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

This div border color is #A371C4.

Opacity

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

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

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

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

This text has shadow with #A371C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A371C4.

Preview

Color preview on black background

This text has color #A371C4 on black background.


Color preview on white background

This text has color #A371C4 on white background.


Black color preview on #A371C4 background

This text has black color on #A371C4 background.


White color preview on #A371C4 background

This text has white color on #A371C4 background.


Related colors

Complementary color

Complementary color for #hex is #5C8E3B.


I love getcolorcode.com

Triadic colors

1 #C4A371 and #71C4A3 with #A371C4 are triadic colors.

2 #C471A3 and #71A3C4 with #A371C4 are triadic colors.