COLOR #A4AADA

HEX: #A4AADA
RGB: (164,170,218)

Color info

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

RGB color model

#A4AADA color RGB value is (164,170,218).

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

RGB channels and saturation

R 164 of 255 = 64%
G 170 of 255 = 67%
B 218 of 255 = 85%

164
170
218

R + G + B ~ 72%. #A4AADA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 170 + 218 = 552 (100%)
R 164 of 552 ~ 29.71%
G 170 of 552 ~ 30.8%
B 218 of 552 ~ 39.49%

%29.71
%30.8
%39.49

CMYK color model

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

  • cyan value is 24.77%
  • magenta value is 22.02%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(25,22,0,15)
C25M22Y0K15 
(25%,22%,0%,15%)
(0.25/0.22/0.00/0.15)	

CMYK percentages

%24.77
%22.02
%0
%14.51

Codes

Color #A4AADA in popluar color models

A4AADA
RGB164170218
HSL233°42.19%74.90%
HSB/HSV233°24.77%85.49%
CMYK24.77%22.02%0.00%
14.51%

Color #A4AADA in popluar number systems.

HEXA4AADA
Decimal164170218
Binary101001001010101011011010
Octal244252332

Shades and tints

Shades of #A4AADA

#A4AADA
(164,170,218)
#969BC7
(150,155,199)
#888CB4
(136,140,180)
#7A7DA1
(122,125,161)
#6C6E8E
(108,110,142)
#5E5F7B
(94,95,123)
#505068
(80,80,104)
#424155
(66,65,85)
#343242
(52,50,66)
#26232F
(38,35,47)
#18141C
(24,20,28)
#000000
(0,0,0)

Tints of #A4AADA

#A4AADA
(164,170,218)
#ACB1DD
(172,177,221)
#B4B8E0
(180,184,224)
#BCBFE3
(188,191,227)
#C4C6E6
(196,198,230)
#CCCDE9
(204,205,233)
#D4D4EC
(212,212,236)
#DCDBEF
(220,219,239)
#E4E2F2
(228,226,242)
#ECE9F5
(236,233,245)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AADA; }

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

This text font color is #A4AADA.


Background Color

.myBgColor { background-color: #A4AADA; }

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

This div background color is #A4AADA.


Border color

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

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

This div border color is #A4AADA.


Opacity

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

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

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

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

This text has shadow with #A4AADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AADA on black background.


Color preview on white background

This text has color #A4AADA on white background.



Black color preview on #A4AADA background

This text has black color on #A4AADA background.


White color preview on #A4AADA background

This text has white color on #A4AADA background.