COLOR #A3A5CA

HEX: #A3A5CA
RGB: (163,165,202)

Color info

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

RGB color model

#A3A5CA color RGB value is (163,165,202).

  • red value is 163;
  • green value is 165;
  • blue value is 202.
RGB:
(163,165,202)
(64%,65%,79%)

RGB channels and saturation

R 163 of 255 = 64%
G 165 of 255 = 65%
B 202 of 255 = 79%

163
165
202

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

Portions of RGB colors in percentages

R + G + B =
163 + 165 + 202 = 530 (100%)
R 163 of 530 ~ 30.75%
G 165 of 530 ~ 31.13%
B 202 of 530 ~ 38.11%

%30.75
%31.13
%38.11

CMYK color model

#A3A5CA color CMYK value is (19,18,0,21).

  • cyan value is 19.31%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(19,18,0,21)
C19M18Y0K21 
(19%,18%,0%,21%)
(0.19/0.18/0.00/0.21)	

CMYK percentages

%19.31
%18.32
%0
%20.78

Codes

Color #A3A5CA in popluar color models

A3A5CA
RGB163165202
HSL237°26.90%71.57%
HSB/HSV237°19.31%79.22%
CMYK19.31%18.32%0.00%
20.78%

Color #A3A5CA in popluar number systems.

HEXA3A5CA
Decimal163165202
Binary101000111010010111001010
Octal243245312

Shades and tints

Shades of #A3A5CA

#A3A5CA
(163,165,202)
#9596B8
(149,150,184)
#8787A6
(135,135,166)
#797894
(121,120,148)
#6B6982
(107,105,130)
#5D5A70
(93,90,112)
#4F4B5E
(79,75,94)
#413C4C
(65,60,76)
#332D3A
(51,45,58)
#251E28
(37,30,40)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #A3A5CA

#A3A5CA
(163,165,202)
#ABADCE
(171,173,206)
#B3B5D2
(179,181,210)
#BBBDD6
(187,189,214)
#C3C5DA
(195,197,218)
#CBCDDE
(203,205,222)
#D3D5E2
(211,213,226)
#DBDDE6
(219,221,230)
#E3E5EA
(227,229,234)
#EBEDEE
(235,237,238)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A5CA color. Also use rgb(163,165,202) instead hex code.

Text Font Color

.myTextColor { color: #A3A5CA; }

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

This text font color is #A3A5CA.


Background Color

.myBgColor { background-color: #A3A5CA; }

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

This div background color is #A3A5CA.


Border color

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

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

This div border color is #A3A5CA.


Opacity

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

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

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

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

This text has shadow with #A3A5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A5CA on black background.


Color preview on white background

This text has color #A3A5CA on white background.



Black color preview on #A3A5CA background

This text has black color on #A3A5CA background.


White color preview on #A3A5CA background

This text has white color on #A3A5CA background.