COLOR #A5A5F2

HEX: #A5A5F2
RGB: (165,165,242)

Color info

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

RGB color model

#A5A5F2 color RGB value is (165,165,242).

  • red value is 165;
  • green value is 165;
  • blue value is 242.
RGB:
(165,165,242)
(65%,65%,95%)

RGB channels and saturation

R 165 of 255 = 65%
G 165 of 255 = 65%
B 242 of 255 = 95%

165
165
242

R + G + B ~ 75%. #A5A5F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 165 + 242 = 572 (100%)
R 165 of 572 ~ 28.85%
G 165 of 572 ~ 28.85%
B 242 of 572 ~ 42.31%

%28.85
%28.85
%42.31

CMYK color model

#A5A5F2 color CMYK value is (32,32,0,5).

  • cyan value is 31.82%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(32,32,0,5)
C32M32Y0K5 
(32%,32%,0%,5%)
(0.32/0.32/0.00/0.05)	

CMYK percentages

%31.82
%31.82
%0
%5.1

Codes

Color #A5A5F2 in popluar color models

A5A5F2
RGB165165242
HSL240°74.76%79.80%
HSB/HSV240°31.82%94.90%
CMYK31.82%31.82%0.00%
5.10%

Color #A5A5F2 in popluar number systems.

HEXA5A5F2
Decimal165165242
Binary101001011010010111110010
Octal245245362

Shades and tints

Shades of #A5A5F2

#A5A5F2
(165,165,242)
#9696DC
(150,150,220)
#8787C6
(135,135,198)
#7878B0
(120,120,176)
#69699A
(105,105,154)
#5A5A84
(90,90,132)
#4B4B6E
(75,75,110)
#3C3C58
(60,60,88)
#2D2D42
(45,45,66)
#1E1E2C
(30,30,44)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #A5A5F2

#A5A5F2
(165,165,242)
#ADADF3
(173,173,243)
#B5B5F4
(181,181,244)
#BDBDF5
(189,189,245)
#C5C5F6
(197,197,246)
#CDCDF7
(205,205,247)
#D5D5F8
(213,213,248)
#DDDDF9
(221,221,249)
#E5E5FA
(229,229,250)
#EDEDFB
(237,237,251)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A5F2; }

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

This text font color is #A5A5F2.


Background Color

.myBgColor { background-color: #A5A5F2; }

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

This div background color is #A5A5F2.


Border color

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

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

This div border color is #A5A5F2.


Opacity

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

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

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

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

This text has shadow with #A5A5F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A5F2 on black background.


Color preview on white background

This text has color #A5A5F2 on white background.



Black color preview on #A5A5F2 background

This text has black color on #A5A5F2 background.


White color preview on #A5A5F2 background

This text has white color on #A5A5F2 background.