COLOR #A5A0EC

HEX: #A5A0EC
RGB: (165,160,236)

Color info

#A5A0EC contains mainly blue color. Web safe color of #A5A0EC is #9999FF (or #99F).

RGB color model

#A5A0EC color RGB value is (165,160,236).

  • red value is 165;
  • green value is 160;
  • blue value is 236.
RGB:
(165,160,236)
(65%,63%,93%)

RGB channels and saturation

R 165 of 255 = 65%
G 160 of 255 = 63%
B 236 of 255 = 93%

165
160
236

R + G + B ~ 74%. #A5A0EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 160 + 236 = 561 (100%)
R 165 of 561 ~ 29.41%
G 160 of 561 ~ 28.52%
B 236 of 561 ~ 42.07%

%29.41
%28.52
%42.07

CMYK color model

#A5A0EC color CMYK value is (30,32,0,7).

  • cyan value is 30.08%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(30,32,0,7)
C30M32Y0K7 
(30%,32%,0%,7%)
(0.30/0.32/0.00/0.07)	

CMYK percentages

%30.08
%32.2
%0
%7.45

Codes

Color #A5A0EC in popluar color models

A5A0EC
RGB165160236
HSL244°66.67%77.65%
HSB/HSV244°32.20%92.55%
CMYK30.08%32.20%0.00%
7.45%

Color #A5A0EC in popluar number systems.

HEXA5A0EC
Decimal165160236
Binary101001011010000011101100
Octal245240354

Shades and tints

Shades of #A5A0EC

#A5A0EC
(165,160,236)
#9692D7
(150,146,215)
#8784C2
(135,132,194)
#7876AD
(120,118,173)
#696898
(105,104,152)
#5A5A83
(90,90,131)
#4B4C6E
(75,76,110)
#3C3E59
(60,62,89)
#2D3044
(45,48,68)
#1E222F
(30,34,47)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #A5A0EC

#A5A0EC
(165,160,236)
#ADA8ED
(173,168,237)
#B5B0EE
(181,176,238)
#BDB8EF
(189,184,239)
#C5C0F0
(197,192,240)
#CDC8F1
(205,200,241)
#D5D0F2
(213,208,242)
#DDD8F3
(221,216,243)
#E5E0F4
(229,224,244)
#EDE8F5
(237,232,245)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A0EC color. Also use rgb(165,160,236) instead hex code.

Text Font Color

.myTextColor { color: #A5A0EC; }

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

This text font color is #A5A0EC.


Background Color

.myBgColor { background-color: #A5A0EC; }

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

This div background color is #A5A0EC.


Border color

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

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

This div border color is #A5A0EC.


Opacity

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

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

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

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

This text has shadow with #A5A0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A0EC on black background.


Color preview on white background

This text has color #A5A0EC on white background.



Black color preview on #A5A0EC background

This text has black color on #A5A0EC background.


White color preview on #A5A0EC background

This text has white color on #A5A0EC background.