COLOR #A3A1C7

HEX: #A3A1C7 RGB: (163,161,199)

Color info

#A3A1C7 contains red, green and blue colors in about the same proportion. Web safe color of #A3A1C7 is #9999CC (or #99C).

RGB color model

#A3A1C7 color RGB value is (163,161,199).

RGB: (163,161,199) (64%, 63%, 78%)

RGB channels and saturation

R 163 of 255 = 64%
G 161 of 255 = 63%
B 199 of 255 = 78%

163
161
199

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

Portions of RGB colors in percentages

R + G + B = 163 + 161 + 199 = 523 (100%)
R 163 of 523 ~ 31.17%
G 161 of 523 ~ 30.78%
B 199 of 523 ~ 38.05'%

%31.17
%30.78
%38.05

CMYK color model

#A3A1C7 color CMYK value is (18,19,0,22).

  • cyan value is 18.09%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK: (18,19,0,22) C18M19Y0K22 (18%,19%,0%,22%) (0.18/0.19/0.00/0.22) 

CMYK percentages

%18.09
%19.1
%0
%21.96

Codes

Color #A3A1C7 in popluar color models

A3 A1 C7
RGB 163 161 199
HSL 243° 25.33% 70.59%
HSB/HSV 243° 19.10% 78.04%
CMYK 18.09% 19.10% 0.00%
21.96%

Color #A3A1C7 in popluar number systems.

HEX A3 A1 C7
Decimal 163 161 199
Binary 10100011 10100001 11000111
Octal 243 241 307

Shades and tints

Shades of #A3A1C7

#A3A1C7
(163,161,199)
#9593B5
(149,147,181)
#8785A3
(135,133,163)
#797791
(121,119,145)
#6B697F
(107,105,127)
#5D5B6D
(93,91,109)
#4F4D5B
(79,77,91)
#413F49
(65,63,73)
#333137
(51,49,55)
#252325
(37,35,37)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #A3A1C7

#A3A1C7
(163,161,199)
#ABA9CC
(171,169,204)
#B3B1D1
(179,177,209)
#BBB9D6
(187,185,214)
#C3C1DB
(195,193,219)
#CBC9E0
(203,201,224)
#D3D1E5
(211,209,229)
#DBD9EA
(219,217,234)
#E3E1EF
(227,225,239)
#EBE9F4
(235,233,244)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A1C7 color. Also use rgb(163,161,199) instead hex code.

Text Font Color

.myTextColor { color: #A3A1C7; }

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

This text font color is #A3A1C7.

Background Color

.myBgColor { background-color: #A3A1C7; }

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

This div background color is #A3A1C7.

Border color

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

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

This div border color is #A3A1C7.

Opacity

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

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

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

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

This text has shadow with #A3A1C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A1C7.

Preview

Color preview on black background

This text has color #A3A1C7 on black background.


Color preview on white background

This text has color #A3A1C7 on white background.


Black color preview on #A3A1C7 background

This text has black color on #A3A1C7 background.


White color preview on #A3A1C7 background

This text has white color on #A3A1C7 background.


Related colors

Complementary color

Complementary color for #hex is #5C5E38.


I love getcolorcode.com

Triadic colors

1 #C7A3A1 and #A1C7A3 with #A3A1C7 are triadic colors.

2 #C7A1A3 and #A1A3C7 with #A3A1C7 are triadic colors.