COLOR #A373F9

HEX: #A373F9
RGB: (163,115,249)

Color info

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

RGB color model

#A373F9 color RGB value is (163,115,249).

  • red value is 163;
  • green value is 115;
  • blue value is 249.
RGB:
(163,115,249)
(64%,45%,98%)

RGB channels and saturation

R 163 of 255 = 64%
G 115 of 255 = 45%
B 249 of 255 = 98%

163
115
249

R + G + B ~ 69%. #A373F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 115 + 249 = 527 (100%)
R 163 of 527 ~ 30.93%
G 115 of 527 ~ 21.82%
B 249 of 527 ~ 47.25%

%30.93
%21.82
%47.25

CMYK color model

#A373F9 color CMYK value is (35,54,0,2).

  • cyan value is 34.54%
  • magenta value is 53.82%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(35,54,0,2)
C35M54Y0K2 
(35%,54%,0%,2%)
(0.35/0.54/0.00/0.02)	

CMYK percentages

%34.54
%53.82
%0
%2.35

Codes

Color #A373F9 in popluar color models

A373F9
RGB163115249
HSL261°91.78%71.37%
HSB/HSV261°53.82%97.65%
CMYK34.54%53.82%0.00%
2.35%

Color #A373F9 in popluar number systems.

HEXA373F9
Decimal163115249
Binary10100011111001111111001
Octal243163371

Shades and tints

Shades of #A373F9

#A373F9
(163,115,249)
#9569E3
(149,105,227)
#875FCD
(135,95,205)
#7955B7
(121,85,183)
#6B4BA1
(107,75,161)
#5D418B
(93,65,139)
#4F3775
(79,55,117)
#412D5F
(65,45,95)
#332349
(51,35,73)
#251933
(37,25,51)
#170F1D
(23,15,29)
#000000
(0,0,0)

Tints of #A373F9

#A373F9
(163,115,249)
#AB7FF9
(171,127,249)
#B38BF9
(179,139,249)
#BB97F9
(187,151,249)
#C3A3F9
(195,163,249)
#CBAFF9
(203,175,249)
#D3BBF9
(211,187,249)
#DBC7F9
(219,199,249)
#E3D3F9
(227,211,249)
#EBDFF9
(235,223,249)
#F3EBF9
(243,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A373F9 color. Also use rgb(163,115,249) instead hex code.

Text Font Color

.myTextColor { color: #A373F9; }

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

This text font color is #A373F9.


Background Color

.myBgColor { background-color: #A373F9; }

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

This div background color is #A373F9.


Border color

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

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

This div border color is #A373F9.


Opacity

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

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

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

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

This text has shadow with #A373F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A373F9 on black background.


Color preview on white background

This text has color #A373F9 on white background.



Black color preview on #A373F9 background

This text has black color on #A373F9 background.


White color preview on #A373F9 background

This text has white color on #A373F9 background.