COLOR #A5AFDA

HEX: #A5AFDA
RGB: (165,175,218)

Color info

#A5AFDA contains red, green and blue colors in about the same proportion. Web safe color of #A5AFDA is #9999CC (or #99C).

RGB color model

#A5AFDA color RGB value is (165,175,218).

  • red value is 165;
  • green value is 175;
  • blue value is 218.
RGB:
(165,175,218)
(65%,69%,85%)

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 218 of 255 = 85%

165
175
218

R + G + B ~ 73%. #A5AFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 175 + 218 = 558 (100%)
R 165 of 558 ~ 29.57%
G 175 of 558 ~ 31.36%
B 218 of 558 ~ 39.07%

%29.57
%31.36
%39.07

CMYK color model

#A5AFDA color CMYK value is (24,20,0,15).

  • cyan value is 24.31%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(24,20,0,15)
C24M20Y0K15 
(24%,20%,0%,15%)
(0.24/0.20/0.00/0.15)	

CMYK percentages

%24.31
%19.72
%0
%14.51

Codes

Color #A5AFDA in popluar color models

A5AFDA
RGB165175218
HSL229°41.73%75.10%
HSB/HSV229°24.31%85.49%
CMYK24.31%19.72%0.00%
14.51%

Color #A5AFDA in popluar number systems.

HEXA5AFDA
Decimal165175218
Binary101001011010111111011010
Octal245257332

Shades and tints

Shades of #A5AFDA

#A5AFDA
(165,175,218)
#96A0C7
(150,160,199)
#8791B4
(135,145,180)
#7882A1
(120,130,161)
#69738E
(105,115,142)
#5A647B
(90,100,123)
#4B5568
(75,85,104)
#3C4655
(60,70,85)
#2D3742
(45,55,66)
#1E282F
(30,40,47)
#0F191C
(15,25,28)
#000000
(0,0,0)

Tints of #A5AFDA

#A5AFDA
(165,175,218)
#ADB6DD
(173,182,221)
#B5BDE0
(181,189,224)
#BDC4E3
(189,196,227)
#C5CBE6
(197,203,230)
#CDD2E9
(205,210,233)
#D5D9EC
(213,217,236)
#DDE0EF
(221,224,239)
#E5E7F2
(229,231,242)
#EDEEF5
(237,238,245)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AFDA; }

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

This text font color is #A5AFDA.


Background Color

.myBgColor { background-color: #A5AFDA; }

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

This div background color is #A5AFDA.


Border color

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

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

This div border color is #A5AFDA.


Opacity

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

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

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

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

This text has shadow with #A5AFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AFDA on black background.


Color preview on white background

This text has color #A5AFDA on white background.



Black color preview on #A5AFDA background

This text has black color on #A5AFDA background.


White color preview on #A5AFDA background

This text has white color on #A5AFDA background.