COLOR #A5AFFD

HEX: #A5AFFD RGB: (165,175,253)

Color info

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

RGB color model

#A5AFFD color RGB value is (165,175,253).

RGB: (165,175,253) (65%, 69%, 99%)

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 253 of 255 = 99%

165
175
253

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

Portions of RGB colors in percentages

R + G + B = 165 + 175 + 253 = 593 (100%)
R 165 of 593 ~ 27.82%
G 175 of 593 ~ 29.51%
B 253 of 593 ~ 42.66'%

%27.82
%29.51
%42.66

CMYK color model

#A5AFFD color CMYK value is (35,31,0,1).

  • cyan value is 34.78%
  • magenta value is 30.83%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (35,31,0,1)
C35M31Y0K1 (35%, 31%, 0%, 1%)
(0.35 / 0.31 / 0.00 / 0.01)

CMYK percentages

%34.78
%30.83
%0
%0.78

Codes

Color #A5AFFD in popluar color models

A5 AF FD
RGB 165 175 253
HSL 233° 95.65% 81.96%
HSB/HSV 233° 34.78% 99.22%
CMYK 34.78% 30.83% 0.00%
0.78%

Color #A5AFFD in popluar number systems.

HEX A5 AF FD
Decimal 165 175 253
Binary 10100101 10101111 11111101
Octal 245 257 375

Shades and tints

Shades of #A5AFFD

#A5AFFD
(165,175,253)
#96A0E6
(150,160,230)
#8791CF
(135,145,207)
#7882B8
(120,130,184)
#6973A1
(105,115,161)
#5A648A
(90,100,138)
#4B5573
(75,85,115)
#3C465C
(60,70,92)
#2D3745
(45,55,69)
#1E282E
(30,40,46)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #A5AFFD

#A5AFFD
(165,175,253)
#ADB6FD
(173,182,253)
#B5BDFD
(181,189,253)
#BDC4FD
(189,196,253)
#C5CBFD
(197,203,253)
#CDD2FD
(205,210,253)
#D5D9FD
(213,217,253)
#DDE0FD
(221,224,253)
#E5E7FD
(229,231,253)
#EDEEFD
(237,238,253)
#F5F5FD
(245,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5AFFD; }

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

This text font color is #A5AFFD.

Background Color

.myBgColor { background-color: #A5AFFD; }

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

This div background color is #A5AFFD.

Border color

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

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

This div border color is #A5AFFD.

Opacity

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

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

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

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

This text has shadow with #A5AFFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AFFD.

Preview

Color preview on black background

This text has color #A5AFFD on black background.


Color preview on white background

This text has color #A5AFFD on white background.


Black color preview on #A5AFFD background

This text has black color on #A5AFFD background.


White color preview on #A5AFFD background

This text has white color on #A5AFFD background.


Related colors

Complementary color

Complementary color for #hex is #5A5002.


I love getcolorcode.com

Triadic colors

1 #FDA5AF and #AFFDA5 with #A5AFFD are triadic colors.

2 #FDAFA5 and #AFA5FD with #A5AFFD are triadic colors.