COLOR #A4A0C8

HEX: #A4A0C8
RGB: (164,160,200)

Color info

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

RGB color model

#A4A0C8 color RGB value is (164,160,200).

  • red value is 164;
  • green value is 160;
  • blue value is 200.
RGB:
(164,160,200)
(64%,63%,78%)

RGB channels and saturation

R 164 of 255 = 64%
G 160 of 255 = 63%
B 200 of 255 = 78%

164
160
200

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

Portions of RGB colors in percentages

R + G + B =
164 + 160 + 200 = 524 (100%)
R 164 of 524 ~ 31.3%
G 160 of 524 ~ 30.53%
B 200 of 524 ~ 38.17%

%31.3
%30.53
%38.17

CMYK color model

#A4A0C8 color CMYK value is (18,20,0,22).

  • cyan value is 18.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(18,20,0,22)
C18M20Y0K22 
(18%,20%,0%,22%)
(0.18/0.20/0.00/0.22)	

CMYK percentages

%18
%20
%0
%21.57

Codes

Color #A4A0C8 in popluar color models

A4A0C8
RGB164160200
HSL246°26.67%70.59%
HSB/HSV246°20.00%78.43%
CMYK18.00%20.00%0.00%
21.57%

Color #A4A0C8 in popluar number systems.

HEXA4A0C8
Decimal164160200
Binary101001001010000011001000
Octal244240310

Shades and tints

Shades of #A4A0C8

#A4A0C8
(164,160,200)
#9692B6
(150,146,182)
#8884A4
(136,132,164)
#7A7692
(122,118,146)
#6C6880
(108,104,128)
#5E5A6E
(94,90,110)
#504C5C
(80,76,92)
#423E4A
(66,62,74)
#343038
(52,48,56)
#262226
(38,34,38)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #A4A0C8

#A4A0C8
(164,160,200)
#ACA8CD
(172,168,205)
#B4B0D2
(180,176,210)
#BCB8D7
(188,184,215)
#C4C0DC
(196,192,220)
#CCC8E1
(204,200,225)
#D4D0E6
(212,208,230)
#DCD8EB
(220,216,235)
#E4E0F0
(228,224,240)
#ECE8F5
(236,232,245)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A0C8 color. Also use rgb(164,160,200) instead hex code.

Text Font Color

.myTextColor { color: #A4A0C8; }

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

This text font color is #A4A0C8.


Background Color

.myBgColor { background-color: #A4A0C8; }

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

This div background color is #A4A0C8.


Border color

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

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

This div border color is #A4A0C8.


Opacity

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

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

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

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

This text has shadow with #A4A0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A0C8 on black background.


Color preview on white background

This text has color #A4A0C8 on white background.



Black color preview on #A4A0C8 background

This text has black color on #A4A0C8 background.


White color preview on #A4A0C8 background

This text has white color on #A4A0C8 background.