COLOR #A3A7FE

HEX: #A3A7FE
RGB: (163,167,254)

Color info

#A3A7FE contains mainly blue color. Web safe color of #A3A7FE is #9999FF (or #99F).

RGB color model

#A3A7FE color RGB value is (163,167,254).

  • red value is 163;
  • green value is 167;
  • blue value is 254.
RGB:
(163,167,254)
(64%,65%,100%)

RGB channels and saturation

R 163 of 255 = 64%
G 167 of 255 = 65%
B 254 of 255 = 100%

163
167
254

R + G + B ~ 76%. #A3A7FE is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 167 + 254 = 584 (100%)
R 163 of 584 ~ 27.91%
G 167 of 584 ~ 28.6%
B 254 of 584 ~ 43.49%

%27.91
%28.6
%43.49

CMYK color model

#A3A7FE color CMYK value is (36,34,0,0).

  • cyan value is 35.83%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(36,34,0,0)
C36M34Y0K0 
(36%,34%,0%,0%)
(0.36/0.34/0.00/0.00)	

CMYK percentages

%35.83
%34.25
%0
%0.39

Codes

Color #A3A7FE in popluar color models

A3A7FE
RGB163167254
HSL237°97.85%81.76%
HSB/HSV237°35.83%99.61%
CMYK35.83%34.25%0.00%
0.39%

Color #A3A7FE in popluar number systems.

HEXA3A7FE
Decimal163167254
Binary101000111010011111111110
Octal243247376

Shades and tints

Shades of #A3A7FE

#A3A7FE
(163,167,254)
#9598E7
(149,152,231)
#8789D0
(135,137,208)
#797AB9
(121,122,185)
#6B6BA2
(107,107,162)
#5D5C8B
(93,92,139)
#4F4D74
(79,77,116)
#413E5D
(65,62,93)
#332F46
(51,47,70)
#25202F
(37,32,47)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #A3A7FE

#A3A7FE
(163,167,254)
#ABAFFE
(171,175,254)
#B3B7FE
(179,183,254)
#BBBFFE
(187,191,254)
#C3C7FE
(195,199,254)
#CBCFFE
(203,207,254)
#D3D7FE
(211,215,254)
#DBDFFE
(219,223,254)
#E3E7FE
(227,231,254)
#EBEFFE
(235,239,254)
#F3F7FE
(243,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A7FE color. Also use rgb(163,167,254) instead hex code.

Text Font Color

.myTextColor { color: #A3A7FE; }

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

This text font color is #A3A7FE.


Background Color

.myBgColor { background-color: #A3A7FE; }

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

This div background color is #A3A7FE.


Border color

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

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

This div border color is #A3A7FE.


Opacity

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

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

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

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

This text has shadow with #A3A7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A7FE on black background.


Color preview on white background

This text has color #A3A7FE on white background.



Black color preview on #A3A7FE background

This text has black color on #A3A7FE background.


White color preview on #A3A7FE background

This text has white color on #A3A7FE background.