COLOR #A3A0C0

HEX: #A3A0C0
RGB: (163,160,192)

Color info

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

RGB color model

#A3A0C0 color RGB value is (163,160,192).

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

RGB channels and saturation

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

163
160
192

R + G + B ~ 67%. #A3A0C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 160 + 192 = 515 (100%)
R 163 of 515 ~ 31.65%
G 160 of 515 ~ 31.07%
B 192 of 515 ~ 37.28%

%31.65
%31.07
%37.28

CMYK color model

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

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

CMYK percentages

%15.1
%16.67
%0
%24.71

Codes

Color #A3A0C0 in popluar color models

A3A0C0
RGB163160192
HSL246°20.25%69.02%
HSB/HSV246°16.67%75.29%
CMYK15.10%16.67%0.00%
24.71%

Color #A3A0C0 in popluar number systems.

HEXA3A0C0
Decimal163160192
Binary101000111010000011000000
Octal243240300

Shades and tints

Shades of #A3A0C0

#A3A0C0
(163,160,192)
#9592AF
(149,146,175)
#87849E
(135,132,158)
#79768D
(121,118,141)
#6B687C
(107,104,124)
#5D5A6B
(93,90,107)
#4F4C5A
(79,76,90)
#413E49
(65,62,73)
#333038
(51,48,56)
#252227
(37,34,39)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #A3A0C0

#A3A0C0
(163,160,192)
#ABA8C5
(171,168,197)
#B3B0CA
(179,176,202)
#BBB8CF
(187,184,207)
#C3C0D4
(195,192,212)
#CBC8D9
(203,200,217)
#D3D0DE
(211,208,222)
#DBD8E3
(219,216,227)
#E3E0E8
(227,224,232)
#EBE8ED
(235,232,237)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A0C0; }

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

This text font color is #A3A0C0.


Background Color

.myBgColor { background-color: #A3A0C0; }

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

This div background color is #A3A0C0.


Border color

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

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

This div border color is #A3A0C0.


Opacity

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

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

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

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

This text has shadow with #A3A0C0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A3A0C0 on black background.


Color preview on white background

This text has color #A3A0C0 on white background.



Black color preview on #A3A0C0 background

This text has black color on #A3A0C0 background.


White color preview on #A3A0C0 background

This text has white color on #A3A0C0 background.