COLOR #A3A3C0

HEX: #A3A3C0
RGB: (163,163,192)

Color info

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

RGB color model

#A3A3C0 color RGB value is (163,163,192).

  • red value is 163;
  • green value is 163;
  • blue value is 192.
RGB:
(163,163,192)
(64%,64%,75%)

RGB channels and saturation

R 163 of 255 = 64%
G 163 of 255 = 64%
B 192 of 255 = 75%

163
163
192

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

Portions of RGB colors in percentages

R + G + B =
163 + 163 + 192 = 518 (100%)
R 163 of 518 ~ 31.47%
G 163 of 518 ~ 31.47%
B 192 of 518 ~ 37.07%

%31.47
%31.47
%37.07

CMYK color model

#A3A3C0 color CMYK value is (15,15,0,25).

  • cyan value is 15.10%
  • magenta value is 15.10%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(15,15,0,25)
C15M15Y0K25 
(15%,15%,0%,25%)
(0.15/0.15/0.00/0.25)	

CMYK percentages

%15.1
%15.1
%0
%24.71

Codes

Color #A3A3C0 in popluar color models

A3A3C0
RGB163163192
HSL240°18.71%69.61%
HSB/HSV240°15.10%75.29%
CMYK15.10%15.10%0.00%
24.71%

Color #A3A3C0 in popluar number systems.

HEXA3A3C0
Decimal163163192
Binary101000111010001111000000
Octal243243300

Shades and tints

Shades of #A3A3C0

#A3A3C0
(163,163,192)
#9595AF
(149,149,175)
#87879E
(135,135,158)
#79798D
(121,121,141)
#6B6B7C
(107,107,124)
#5D5D6B
(93,93,107)
#4F4F5A
(79,79,90)
#414149
(65,65,73)
#333338
(51,51,56)
#252527
(37,37,39)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #A3A3C0

#A3A3C0
(163,163,192)
#ABABC5
(171,171,197)
#B3B3CA
(179,179,202)
#BBBBCF
(187,187,207)
#C3C3D4
(195,195,212)
#CBCBD9
(203,203,217)
#D3D3DE
(211,211,222)
#DBDBE3
(219,219,227)
#E3E3E8
(227,227,232)
#EBEBED
(235,235,237)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A3C0; }

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

This text font color is #A3A3C0.


Background Color

.myBgColor { background-color: #A3A3C0; }

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

This div background color is #A3A3C0.


Border color

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

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

This div border color is #A3A3C0.


Opacity

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

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

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

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

This text has shadow with #A3A3C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A3C0 on black background.


Color preview on white background

This text has color #A3A3C0 on white background.



Black color preview on #A3A3C0 background

This text has black color on #A3A3C0 background.


White color preview on #A3A3C0 background

This text has white color on #A3A3C0 background.