COLOR #A3AFE3

HEX: #A3AFE3 RGB: (163,175,227)

Color info

#A3AFE3 contains mainly green and blue colors. Web safe color of #A3AFE3 is #9999CC (or #99C).

RGB color model

#A3AFE3 color RGB value is (163,175,227).

RGB: (163,175,227) (64%, 69%, 89%)

RGB channels and saturation

R 163 of 255 = 64%
G 175 of 255 = 69%
B 227 of 255 = 89%

163
175
227

R + G + B ~ 74%. #A3AFE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 175 + 227 = 565 (100%)
R 163 of 565 ~ 28.85%
G 175 of 565 ~ 30.97%
B 227 of 565 ~ 40.18'%

%28.85
%30.97
%40.18

CMYK color model

#A3AFE3 color CMYK value is (28,23,0,11).

  • cyan value is 28.19%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (28,23,0,11)
C28M23Y0K11 (28%, 23%, 0%, 11%)
(0.28 / 0.23 / 0.00 / 0.11)

CMYK percentages

%28.19
%22.91
%0
%10.98

Codes

Color #A3AFE3 in popluar color models

A3 AF E3
RGB 163 175 227
HSL 229° 53.33% 76.47%
HSB/HSV 229° 28.19% 89.02%
CMYK 28.19% 22.91% 0.00%
10.98%

Color #A3AFE3 in popluar number systems.

HEX A3 AF E3
Decimal 163 175 227
Binary 10100011 10101111 11100011
Octal 243 257 343

Shades and tints

Shades of #A3AFE3

#A3AFE3
(163,175,227)
#95A0CF
(149,160,207)
#8791BB
(135,145,187)
#7982A7
(121,130,167)
#6B7393
(107,115,147)
#5D647F
(93,100,127)
#4F556B
(79,85,107)
#414657
(65,70,87)
#333743
(51,55,67)
#25282F
(37,40,47)
#17191B
(23,25,27)
#000000
(0,0,0)

Tints of #A3AFE3

#A3AFE3
(163,175,227)
#ABB6E5
(171,182,229)
#B3BDE7
(179,189,231)
#BBC4E9
(187,196,233)
#C3CBEB
(195,203,235)
#CBD2ED
(203,210,237)
#D3D9EF
(211,217,239)
#DBE0F1
(219,224,241)
#E3E7F3
(227,231,243)
#EBEEF5
(235,238,245)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3AFE3 color. Also use rgb(163,175,227) instead hex code.

Text Font Color

.myTextColor { color: #A3AFE3; }

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

This text font color is #A3AFE3.

Background Color

.myBgColor { background-color: #A3AFE3; }

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

This div background color is #A3AFE3.

Border color

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

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

This div border color is #A3AFE3.

Opacity

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

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

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

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

This text has shadow with #A3AFE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3AFE3.

Preview

Color preview on black background

This text has color #A3AFE3 on black background.


Color preview on white background

This text has color #A3AFE3 on white background.


Black color preview on #A3AFE3 background

This text has black color on #A3AFE3 background.


White color preview on #A3AFE3 background

This text has white color on #A3AFE3 background.


Related colors

Complementary color

Complementary color for #hex is #5C501C.


I love getcolorcode.com

Triadic colors

1 #E3A3AF and #AFE3A3 with #A3AFE3 are triadic colors.

2 #E3AFA3 and #AFA3E3 with #A3AFE3 are triadic colors.