COLOR #A5AAFA

HEX: #A5AAFA
RGB: (165,170,250)

Color info

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

RGB color model

#A5AAFA color RGB value is (165,170,250).

  • red value is 165;
  • green value is 170;
  • blue value is 250.
RGB:
(165,170,250)
(65%,67%,98%)

RGB channels and saturation

R 165 of 255 = 65%
G 170 of 255 = 67%
B 250 of 255 = 98%

165
170
250

R + G + B ~ 77%. #A5AAFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 170 + 250 = 585 (100%)
R 165 of 585 ~ 28.21%
G 170 of 585 ~ 29.06%
B 250 of 585 ~ 42.74%

%28.21
%29.06
%42.74

CMYK color model

#A5AAFA color CMYK value is (34,32,0,2).

  • cyan value is 34.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(34,32,0,2)
C34M32Y0K2 
(34%,32%,0%,2%)
(0.34/0.32/0.00/0.02)	

CMYK percentages

%34
%32
%0
%1.96

Codes

Color #A5AAFA in popluar color models

A5AAFA
RGB165170250
HSL236°89.47%81.37%
HSB/HSV236°34.00%98.04%
CMYK34.00%32.00%0.00%
1.96%

Color #A5AAFA in popluar number systems.

HEXA5AAFA
Decimal165170250
Binary101001011010101011111010
Octal245252372

Shades and tints

Shades of #A5AAFA

#A5AAFA
(165,170,250)
#969BE4
(150,155,228)
#878CCE
(135,140,206)
#787DB8
(120,125,184)
#696EA2
(105,110,162)
#5A5F8C
(90,95,140)
#4B5076
(75,80,118)
#3C4160
(60,65,96)
#2D324A
(45,50,74)
#1E2334
(30,35,52)
#0F141E
(15,20,30)
#000000
(0,0,0)

Tints of #A5AAFA

#A5AAFA
(165,170,250)
#ADB1FA
(173,177,250)
#B5B8FA
(181,184,250)
#BDBFFA
(189,191,250)
#C5C6FA
(197,198,250)
#CDCDFA
(205,205,250)
#D5D4FA
(213,212,250)
#DDDBFA
(221,219,250)
#E5E2FA
(229,226,250)
#EDE9FA
(237,233,250)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AAFA color. Also use rgb(165,170,250) instead hex code.

Text Font Color

.myTextColor { color: #A5AAFA; }

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

This text font color is #A5AAFA.


Background Color

.myBgColor { background-color: #A5AAFA; }

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

This div background color is #A5AAFA.


Border color

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

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

This div border color is #A5AAFA.


Opacity

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

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

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

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

This text has shadow with #A5AAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AAFA on black background.


Color preview on white background

This text has color #A5AAFA on white background.



Black color preview on #A5AAFA background

This text has black color on #A5AAFA background.


White color preview on #A5AAFA background

This text has white color on #A5AAFA background.