COLOR #A374F6

HEX: #A374F6
RGB: (163,116,246)

Color info

#A374F6 contains mainly blue color. Web safe color of #A374F6 is #9966FF (or #96F).

RGB color model

#A374F6 color RGB value is (163,116,246).

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

RGB channels and saturation

R 163 of 255 = 64%
G 116 of 255 = 45%
B 246 of 255 = 96%

163
116
246

R + G + B ~ 68%. #A374F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 116 + 246 = 525 (100%)
R 163 of 525 ~ 31.05%
G 116 of 525 ~ 22.1%
B 246 of 525 ~ 46.86%

%31.05
%22.1
%46.86

CMYK color model

#A374F6 color CMYK value is (34,53,0,4).

  • cyan value is 33.74%
  • magenta value is 52.85%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(34,53,0,4)
C34M53Y0K4 
(34%,53%,0%,4%)
(0.34/0.53/0.00/0.04)	

CMYK percentages

%33.74
%52.85
%0
%3.53

Codes

Color #A374F6 in popluar color models

A374F6
RGB163116246
HSL262°87.84%70.98%
HSB/HSV262°52.85%96.47%
CMYK33.74%52.85%0.00%
3.53%

Color #A374F6 in popluar number systems.

HEXA374F6
Decimal163116246
Binary10100011111010011110110
Octal243164366

Shades and tints

Shades of #A374F6

#A374F6
(163,116,246)
#956AE0
(149,106,224)
#8760CA
(135,96,202)
#7956B4
(121,86,180)
#6B4C9E
(107,76,158)
#5D4288
(93,66,136)
#4F3872
(79,56,114)
#412E5C
(65,46,92)
#332446
(51,36,70)
#251A30
(37,26,48)
#17101A
(23,16,26)
#000000
(0,0,0)

Tints of #A374F6

#A374F6
(163,116,246)
#AB80F6
(171,128,246)
#B38CF6
(179,140,246)
#BB98F6
(187,152,246)
#C3A4F6
(195,164,246)
#CBB0F6
(203,176,246)
#D3BCF6
(211,188,246)
#DBC8F6
(219,200,246)
#E3D4F6
(227,212,246)
#EBE0F6
(235,224,246)
#F3ECF6
(243,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A374F6; }

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

This text font color is #A374F6.


Background Color

.myBgColor { background-color: #A374F6; }

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

This div background color is #A374F6.


Border color

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

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

This div border color is #A374F6.


Opacity

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

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

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

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

This text has shadow with #A374F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A374F6 on black background.


Color preview on white background

This text has color #A374F6 on white background.



Black color preview on #A374F6 background

This text has black color on #A374F6 background.


White color preview on #A374F6 background

This text has white color on #A374F6 background.