COLOR #A7A3FE

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

Color info

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

RGB color model

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

RGB: (167,163,254) (65%, 64%, 100%)

RGB channels and saturation

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

167
163
254

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

Portions of RGB colors in percentages

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

%28.6
%27.91
%43.49

CMYK color model

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

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

CMYK percentages

%34.25
%35.83
%0
%0.39

Codes

Color #A7A3FE in popluar color models

A7 A3 FE
RGB 167 163 254
HSL 243° 97.85% 81.76%
HSB/HSV 243° 35.83% 99.61%
CMYK 34.25% 35.83% 0.00%
0.39%

Color #A7A3FE in popluar number systems.

HEX A7 A3 FE
Decimal 167 163 254
Binary 10100111 10100011 11111110
Octal 247 243 376

Shades and tints

Shades of #A7A3FE

#A7A3FE
(167,163,254)
#9895E7
(152,149,231)
#8987D0
(137,135,208)
#7A79B9
(122,121,185)
#6B6BA2
(107,107,162)
#5C5D8B
(92,93,139)
#4D4F74
(77,79,116)
#3E415D
(62,65,93)
#2F3346
(47,51,70)
#20252F
(32,37,47)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #A7A3FE

#A7A3FE
(167,163,254)
#AFABFE
(175,171,254)
#B7B3FE
(183,179,254)
#BFBBFE
(191,187,254)
#C7C3FE
(199,195,254)
#CFCBFE
(207,203,254)
#D7D3FE
(215,211,254)
#DFDBFE
(223,219,254)
#E7E3FE
(231,227,254)
#EFEBFE
(239,235,254)
#F7F3FE
(247,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A3FE; }

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

This text font color is #A7A3FE.

Background Color

.myBgColor { background-color: #A7A3FE; }

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

This div background color is #A7A3FE.

Border color

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

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

This div border color is #A7A3FE.

Opacity

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

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

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

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

This text has shadow with #A7A3FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A3FE.

Preview

Color preview on black background

This text has color #A7A3FE on black background.


Color preview on white background

This text has color #A7A3FE on white background.


Black color preview on #A7A3FE background

This text has black color on #A7A3FE background.


White color preview on #A7A3FE background

This text has white color on #A7A3FE background.


Related colors

Complementary color

Complementary color for #hex is #585C01.


I love getcolorcode.com

Triadic colors

1 #FEA7A3 and #A3FEA7 with #A7A3FE are triadic colors.

2 #FEA3A7 and #A3A7FE with #A7A3FE are triadic colors.