COLOR #A374C8

HEX: #A374C8
RGB: (163,116,200)

Color info

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

RGB color model

#A374C8 color RGB value is (163,116,200).

  • red value is 163;
  • green value is 116;
  • blue value is 200.
RGB:
(163,116,200)
(64%,45%,78%)

RGB channels and saturation

R 163 of 255 = 64%
G 116 of 255 = 45%
B 200 of 255 = 78%

163
116
200

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

Portions of RGB colors in percentages

R + G + B =
163 + 116 + 200 = 479 (100%)
R 163 of 479 ~ 34.03%
G 116 of 479 ~ 24.22%
B 200 of 479 ~ 41.75%

%34.03
%24.22
%41.75

CMYK color model

#A374C8 color CMYK value is (19,42,0,22).

  • cyan value is 18.50%
  • magenta value is 42.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(19,42,0,22)
C19M42Y0K22 
(19%,42%,0%,22%)
(0.19/0.42/0.00/0.22)	

CMYK percentages

%18.5
%42
%0
%21.57

Codes

Color #A374C8 in popluar color models

A374C8
RGB163116200
HSL274°43.30%61.96%
HSB/HSV274°42.00%78.43%
CMYK18.50%42.00%0.00%
21.57%

Color #A374C8 in popluar number systems.

HEXA374C8
Decimal163116200
Binary10100011111010011001000
Octal243164310

Shades and tints

Shades of #A374C8

#A374C8
(163,116,200)
#956AB6
(149,106,182)
#8760A4
(135,96,164)
#795692
(121,86,146)
#6B4C80
(107,76,128)
#5D426E
(93,66,110)
#4F385C
(79,56,92)
#412E4A
(65,46,74)
#332438
(51,36,56)
#251A26
(37,26,38)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #A374C8

#A374C8
(163,116,200)
#AB80CD
(171,128,205)
#B38CD2
(179,140,210)
#BB98D7
(187,152,215)
#C3A4DC
(195,164,220)
#CBB0E1
(203,176,225)
#D3BCE6
(211,188,230)
#DBC8EB
(219,200,235)
#E3D4F0
(227,212,240)
#EBE0F5
(235,224,245)
#F3ECFA
(243,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A374C8; }

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

This text font color is #A374C8.


Background Color

.myBgColor { background-color: #A374C8; }

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

This div background color is #A374C8.


Border color

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

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

This div border color is #A374C8.


Opacity

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

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

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

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

This text has shadow with #A374C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A374C8 on black background.


Color preview on white background

This text has color #A374C8 on white background.



Black color preview on #A374C8 background

This text has black color on #A374C8 background.


White color preview on #A374C8 background

This text has white color on #A374C8 background.