COLOR #A7A3FB

HEX: #A7A3FB RGB: (167,163,251)

Color info

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

RGB color model

#A7A3FB color RGB value is (167,163,251).

RGB: (167,163,251) (65%, 64%, 98%)

RGB channels and saturation

R 167 of 255 = 65%
G 163 of 255 = 64%
B 251 of 255 = 98%

167
163
251

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

Portions of RGB colors in percentages

R + G + B = 167 + 163 + 251 = 581 (100%)
R 167 of 581 ~ 28.74%
G 163 of 581 ~ 28.06%
B 251 of 581 ~ 43.2'%

%28.74
%28.06
%43.2

CMYK color model

#A7A3FB color CMYK value is (33,35,0,2).

  • cyan value is 33.47%
  • magenta value is 35.06%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (33,35,0,2) C33M35Y0K2 (33%,35%,0%,2%) (0.33/0.35/0.00/0.02) 

CMYK percentages

%33.47
%35.06
%0
%1.57

Codes

Color #A7A3FB in popluar color models

A7 A3 FB
RGB 167 163 251
HSL 243° 91.67% 81.18%
HSB/HSV 243° 35.06% 98.43%
CMYK 33.47% 35.06% 0.00%
1.57%

Color #A7A3FB in popluar number systems.

HEX A7 A3 FB
Decimal 167 163 251
Binary 10100111 10100011 11111011
Octal 247 243 373

Shades and tints

Shades of #A7A3FB

#A7A3FB
(167,163,251)
#9895E5
(152,149,229)
#8987CF
(137,135,207)
#7A79B9
(122,121,185)
#6B6BA3
(107,107,163)
#5C5D8D
(92,93,141)
#4D4F77
(77,79,119)
#3E4161
(62,65,97)
#2F334B
(47,51,75)
#202535
(32,37,53)
#11171F
(17,23,31)
#000000
(0,0,0)

Tints of #A7A3FB

#A7A3FB
(167,163,251)
#AFABFB
(175,171,251)
#B7B3FB
(183,179,251)
#BFBBFB
(191,187,251)
#C7C3FB
(199,195,251)
#CFCBFB
(207,203,251)
#D7D3FB
(215,211,251)
#DFDBFB
(223,219,251)
#E7E3FB
(231,227,251)
#EFEBFB
(239,235,251)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A3FB; }

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

This text font color is #A7A3FB.

Background Color

.myBgColor { background-color: #A7A3FB; }

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

This div background color is #A7A3FB.

Border color

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

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

This div border color is #A7A3FB.

Opacity

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

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

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

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

This text has shadow with #A7A3FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A3FB.

Preview

Color preview on black background

This text has color #A7A3FB on black background.


Color preview on white background

This text has color #A7A3FB on white background.


Black color preview on #A7A3FB background

This text has black color on #A7A3FB background.


White color preview on #A7A3FB background

This text has white color on #A7A3FB background.


Related colors

Complementary color

Complementary color for #hex is #585C04.


I love getcolorcode.com

Triadic colors

1 #FBA7A3 and #A3FBA7 with #A7A3FB are triadic colors.

2 #FBA3A7 and #A3A7FB with #A7A3FB are triadic colors.