COLOR #A371C8

HEX: #A371C8 RGB: (163,113,200)

Color info

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

RGB color model

#A371C8 color RGB value is (163,113,200).

RGB: (163,113,200) (64%, 44%, 78%)

RGB channels and saturation

R 163 of 255 = 64%
G 113 of 255 = 44%
B 200 of 255 = 78%

163
113
200

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

Portions of RGB colors in percentages

R + G + B = 163 + 113 + 200 = 476 (100%)
R 163 of 476 ~ 34.24%
G 113 of 476 ~ 23.74%
B 200 of 476 ~ 42.02'%

%34.24
%23.74
%42.02

CMYK color model

#A371C8 color CMYK value is (19,44,0,22).

  • cyan value is 18.50%
  • magenta value is 43.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (19,44,0,22)
C19M44Y0K22 (19%, 44%, 0%, 22%)
(0.19 / 0.44 / 0.00 / 0.22)

CMYK percentages

%18.5
%43.5
%0
%21.57

Codes

Color #A371C8 in popluar color models

A3 71 C8
RGB 163 113 200
HSL 274° 44.16% 61.37%
HSB/HSV 274° 43.50% 78.43%
CMYK 18.50% 43.50% 0.00%
21.57%

Color #A371C8 in popluar number systems.

HEX A3 71 C8
Decimal 163 113 200
Binary 10100011 1110001 11001000
Octal 243 161 310

Shades and tints

Shades of #A371C8

#A371C8
(163,113,200)
#9567B6
(149,103,182)
#875DA4
(135,93,164)
#795392
(121,83,146)
#6B4980
(107,73,128)
#5D3F6E
(93,63,110)
#4F355C
(79,53,92)
#412B4A
(65,43,74)
#332138
(51,33,56)
#251726
(37,23,38)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #A371C8

#A371C8
(163,113,200)
#AB7DCD
(171,125,205)
#B389D2
(179,137,210)
#BB95D7
(187,149,215)
#C3A1DC
(195,161,220)
#CBADE1
(203,173,225)
#D3B9E6
(211,185,230)
#DBC5EB
(219,197,235)
#E3D1F0
(227,209,240)
#EBDDF5
(235,221,245)
#F3E9FA
(243,233,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A371C8; }

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

This text font color is #A371C8.

Background Color

.myBgColor { background-color: #A371C8; }

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

This div background color is #A371C8.

Border color

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

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

This div border color is #A371C8.

Opacity

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

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

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

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

This text has shadow with #A371C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A371C8.

Preview

Color preview on black background

This text has color #A371C8 on black background.


Color preview on white background

This text has color #A371C8 on white background.


Black color preview on #A371C8 background

This text has black color on #A371C8 background.


White color preview on #A371C8 background

This text has white color on #A371C8 background.


Related colors

Complementary color

Complementary color for #hex is #5C8E37.


I love getcolorcode.com

Triadic colors

1 #C8A371 and #71C8A3 with #A371C8 are triadic colors.

2 #C871A3 and #71A3C8 with #A371C8 are triadic colors.