COLOR #A6A4E0

HEX: #A6A4E0
RGB: (166,164,224)

Color info

#A6A4E0 contains mainly red and blue colors. Web safe color of #A6A4E0 is #9999CC (or #99C).

RGB color model

#A6A4E0 color RGB value is (166,164,224).

  • red value is 166;
  • green value is 164;
  • blue value is 224.
RGB:
(166,164,224)
(65%,64%,88%)

RGB channels and saturation

R 166 of 255 = 65%
G 164 of 255 = 64%
B 224 of 255 = 88%

166
164
224

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

Portions of RGB colors in percentages

R + G + B =
166 + 164 + 224 = 554 (100%)
R 166 of 554 ~ 29.96%
G 164 of 554 ~ 29.6%
B 224 of 554 ~ 40.43%

%29.96
%29.6
%40.43

CMYK color model

#A6A4E0 color CMYK value is (26,27,0,12).

  • cyan value is 25.89%
  • magenta value is 26.79%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(26,27,0,12)
C26M27Y0K12 
(26%,27%,0%,12%)
(0.26/0.27/0.00/0.12)	

CMYK percentages

%25.89
%26.79
%0
%12.16

Codes

Color #A6A4E0 in popluar color models

A6A4E0
RGB166164224
HSL242°49.18%76.08%
HSB/HSV242°26.79%87.84%
CMYK25.89%26.79%0.00%
12.16%

Color #A6A4E0 in popluar number systems.

HEXA6A4E0
Decimal166164224
Binary101001101010010011100000
Octal246244340

Shades and tints

Shades of #A6A4E0

#A6A4E0
(166,164,224)
#9796CC
(151,150,204)
#8888B8
(136,136,184)
#797AA4
(121,122,164)
#6A6C90
(106,108,144)
#5B5E7C
(91,94,124)
#4C5068
(76,80,104)
#3D4254
(61,66,84)
#2E3440
(46,52,64)
#1F262C
(31,38,44)
#101818
(16,24,24)
#000000
(0,0,0)

Tints of #A6A4E0

#A6A4E0
(166,164,224)
#AEACE2
(174,172,226)
#B6B4E4
(182,180,228)
#BEBCE6
(190,188,230)
#C6C4E8
(198,196,232)
#CECCEA
(206,204,234)
#D6D4EC
(214,212,236)
#DEDCEE
(222,220,238)
#E6E4F0
(230,228,240)
#EEECF2
(238,236,242)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A4E0 color. Also use rgb(166,164,224) instead hex code.

Text Font Color

.myTextColor { color: #A6A4E0; }

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

This text font color is #A6A4E0.


Background Color

.myBgColor { background-color: #A6A4E0; }

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

This div background color is #A6A4E0.


Border color

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

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

This div border color is #A6A4E0.


Opacity

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

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

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

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

This text has shadow with #A6A4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6A4E0 on black background.


Color preview on white background

This text has color #A6A4E0 on white background.



Black color preview on #A6A4E0 background

This text has black color on #A6A4E0 background.


White color preview on #A6A4E0 background

This text has white color on #A6A4E0 background.