COLOR #A5AEFF

HEX: #A5AEFF
RGB: (165,174,255)

Color info

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

RGB color model

#A5AEFF color RGB value is (165,174,255).

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

RGB channels and saturation

R 165 of 255 = 65%
G 174 of 255 = 68%
B 255 of 255 = 100%

165
174
255

R + G + B ~ 78%. #A5AEFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 174 + 255 = 594 (100%)
R 165 of 594 ~ 27.78%
G 174 of 594 ~ 29.29%
B 255 of 594 ~ 42.93%

%27.78
%29.29
%42.93

CMYK color model

#A5AEFF color CMYK value is (35,32,0,0).

  • cyan value is 35.29%
  • magenta value is 31.76%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(35,32,0,0)
C35M32Y0K0 
(35%,32%,0%,0%)
(0.35/0.32/0.00/0.00)	

CMYK percentages

%35.29
%31.76
%0
%0

Codes

Color #A5AEFF in popluar color models

A5AEFF
RGB165174255
HSL234°100.00%82.35%
HSB/HSV234°35.29%100.00%
CMYK35.29%31.76%0.00%
0.00%

Color #A5AEFF in popluar number systems.

HEXA5AEFF
Decimal165174255
Binary101001011010111011111111
Octal245256377

Shades and tints

Shades of #A5AEFF

#A5AEFF
(165,174,255)
#969FE8
(150,159,232)
#8790D1
(135,144,209)
#7881BA
(120,129,186)
#6972A3
(105,114,163)
#5A638C
(90,99,140)
#4B5475
(75,84,117)
#3C455E
(60,69,94)
#2D3647
(45,54,71)
#1E2730
(30,39,48)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #A5AEFF

#A5AEFF
(165,174,255)
#ADB5FF
(173,181,255)
#B5BCFF
(181,188,255)
#BDC3FF
(189,195,255)
#C5CAFF
(197,202,255)
#CDD1FF
(205,209,255)
#D5D8FF
(213,216,255)
#DDDFFF
(221,223,255)
#E5E6FF
(229,230,255)
#EDEDFF
(237,237,255)
#F5F4FF
(245,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AEFF; }

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

This text font color is #A5AEFF.


Background Color

.myBgColor { background-color: #A5AEFF; }

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

This div background color is #A5AEFF.


Border color

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

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

This div border color is #A5AEFF.


Opacity

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

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

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

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

This text has shadow with #A5AEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AEFF on black background.


Color preview on white background

This text has color #A5AEFF on white background.



Black color preview on #A5AEFF background

This text has black color on #A5AEFF background.


White color preview on #A5AEFF background

This text has white color on #A5AEFF background.