COLOR #A5AEF2

HEX: #A5AEF2
RGB: (165,174,242)

Color info

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

RGB color model

#A5AEF2 color RGB value is (165,174,242).

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

RGB channels and saturation

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

165
174
242

R + G + B ~ 76%. #A5AEF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 174 + 242 = 581 (100%)
R 165 of 581 ~ 28.4%
G 174 of 581 ~ 29.95%
B 242 of 581 ~ 41.65%

%28.4
%29.95
%41.65

CMYK color model

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

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

CMYK percentages

%31.82
%28.1
%0
%5.1

Codes

Color #A5AEF2 in popluar color models

A5AEF2
RGB165174242
HSL233°74.76%79.80%
HSB/HSV233°31.82%94.90%
CMYK31.82%28.10%0.00%
5.10%

Color #A5AEF2 in popluar number systems.

HEXA5AEF2
Decimal165174242
Binary101001011010111011110010
Octal245256362

Shades and tints

Shades of #A5AEF2

#A5AEF2
(165,174,242)
#969FDC
(150,159,220)
#8790C6
(135,144,198)
#7881B0
(120,129,176)
#69729A
(105,114,154)
#5A6384
(90,99,132)
#4B546E
(75,84,110)
#3C4558
(60,69,88)
#2D3642
(45,54,66)
#1E272C
(30,39,44)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #A5AEF2

#A5AEF2
(165,174,242)
#ADB5F3
(173,181,243)
#B5BCF4
(181,188,244)
#BDC3F5
(189,195,245)
#C5CAF6
(197,202,246)
#CDD1F7
(205,209,247)
#D5D8F8
(213,216,248)
#DDDFF9
(221,223,249)
#E5E6FA
(229,230,250)
#EDEDFB
(237,237,251)
#F5F4FC
(245,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AEF2; }

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

This text font color is #A5AEF2.


Background Color

.myBgColor { background-color: #A5AEF2; }

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

This div background color is #A5AEF2.


Border color

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

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

This div border color is #A5AEF2.


Opacity

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

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

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

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

This text has shadow with #A5AEF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AEF2 on black background.


Color preview on white background

This text has color #A5AEF2 on white background.



Black color preview on #A5AEF2 background

This text has black color on #A5AEF2 background.


White color preview on #A5AEF2 background

This text has white color on #A5AEF2 background.