COLOR #A4A0DA

HEX: #A4A0DA
RGB: (164,160,218)

Color info

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

RGB color model

#A4A0DA color RGB value is (164,160,218).

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

RGB channels and saturation

R 164 of 255 = 64%
G 160 of 255 = 63%
B 218 of 255 = 85%

164
160
218

R + G + B ~ 71%. #A4A0DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 160 + 218 = 542 (100%)
R 164 of 542 ~ 30.26%
G 160 of 542 ~ 29.52%
B 218 of 542 ~ 40.22%

%30.26
%29.52
%40.22

CMYK color model

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

  • cyan value is 24.77%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(25,27,0,15)
C25M27Y0K15 
(25%,27%,0%,15%)
(0.25/0.27/0.00/0.15)	

CMYK percentages

%24.77
%26.61
%0
%14.51

Codes

Color #A4A0DA in popluar color models

A4A0DA
RGB164160218
HSL244°43.94%74.12%
HSB/HSV244°26.61%85.49%
CMYK24.77%26.61%0.00%
14.51%

Color #A4A0DA in popluar number systems.

HEXA4A0DA
Decimal164160218
Binary101001001010000011011010
Octal244240332

Shades and tints

Shades of #A4A0DA

#A4A0DA
(164,160,218)
#9692C7
(150,146,199)
#8884B4
(136,132,180)
#7A76A1
(122,118,161)
#6C688E
(108,104,142)
#5E5A7B
(94,90,123)
#504C68
(80,76,104)
#423E55
(66,62,85)
#343042
(52,48,66)
#26222F
(38,34,47)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #A4A0DA

#A4A0DA
(164,160,218)
#ACA8DD
(172,168,221)
#B4B0E0
(180,176,224)
#BCB8E3
(188,184,227)
#C4C0E6
(196,192,230)
#CCC8E9
(204,200,233)
#D4D0EC
(212,208,236)
#DCD8EF
(220,216,239)
#E4E0F2
(228,224,242)
#ECE8F5
(236,232,245)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4A0DA; }

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

This text font color is #A4A0DA.


Background Color

.myBgColor { background-color: #A4A0DA; }

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

This div background color is #A4A0DA.


Border color

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

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

This div border color is #A4A0DA.


Opacity

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

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

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

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

This text has shadow with #A4A0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4A0DA on black background.


Color preview on white background

This text has color #A4A0DA on white background.



Black color preview on #A4A0DA background

This text has black color on #A4A0DA background.


White color preview on #A4A0DA background

This text has white color on #A4A0DA background.