COLOR #A374B1

HEX: #A374B1
RGB: (163,116,177)

Color info

#A374B1 contains mainly red and blue colors. Web safe color of #A374B1 is #996699 (or #969).

RGB color model

#A374B1 color RGB value is (163,116,177).

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

RGB channels and saturation

R 163 of 255 = 64%
G 116 of 255 = 45%
B 177 of 255 = 69%

163
116
177

R + G + B ~ 59%. #A374B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 116 + 177 = 456 (100%)
R 163 of 456 ~ 35.75%
G 116 of 456 ~ 25.44%
B 177 of 456 ~ 38.82%

%35.75
%25.44
%38.82

CMYK color model

#A374B1 color CMYK value is (8,34,0,31).

  • cyan value is 7.91%
  • magenta value is 34.46%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(8,34,0,31)
C8M34Y0K31 
(8%,34%,0%,31%)
(0.08/0.34/0.00/0.31)	

CMYK percentages

%7.91
%34.46
%0
%30.59

Codes

Color #A374B1 in popluar color models

A374B1
RGB163116177
HSL286°28.11%57.45%
HSB/HSV286°34.46%69.41%
CMYK7.91%34.46%0.00%
30.59%

Color #A374B1 in popluar number systems.

HEXA374B1
Decimal163116177
Binary10100011111010010110001
Octal243164261

Shades and tints

Shades of #A374B1

#A374B1
(163,116,177)
#956AA1
(149,106,161)
#876091
(135,96,145)
#795681
(121,86,129)
#6B4C71
(107,76,113)
#5D4261
(93,66,97)
#4F3851
(79,56,81)
#412E41
(65,46,65)
#332431
(51,36,49)
#251A21
(37,26,33)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #A374B1

#A374B1
(163,116,177)
#AB80B8
(171,128,184)
#B38CBF
(179,140,191)
#BB98C6
(187,152,198)
#C3A4CD
(195,164,205)
#CBB0D4
(203,176,212)
#D3BCDB
(211,188,219)
#DBC8E2
(219,200,226)
#E3D4E9
(227,212,233)
#EBE0F0
(235,224,240)
#F3ECF7
(243,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A374B1; }

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

This text font color is #A374B1.


Background Color

.myBgColor { background-color: #A374B1; }

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

This div background color is #A374B1.


Border color

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

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

This div border color is #A374B1.


Opacity

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

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

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

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

This text has shadow with #A374B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A374B1 on black background.


Color preview on white background

This text has color #A374B1 on white background.



Black color preview on #A374B1 background

This text has black color on #A374B1 background.


White color preview on #A374B1 background

This text has white color on #A374B1 background.