COLOR #AFA3E2

HEX: #AFA3E2 RGB: (175,163,226)

Color info

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

RGB color model

#AFA3E2 color RGB value is (175,163,226).

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

RGB channels and saturation

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

175
163
226

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

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 226 = 564 (100%)
R 175 of 564 ~ 31.03%
G 163 of 564 ~ 28.9%
B 226 of 564 ~ 40.07'%

%31.03
%28.9
%40.07

CMYK color model

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

  • cyan value is 22.57%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 11.37%

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

CMYK percentages

%22.57
%27.88
%0
%11.37

Codes

Color #AFA3E2 in popluar color models

AF A3 E2
RGB 175 163 226
HSL 251° 52.07% 76.27%
HSB/HSV 251° 27.88% 88.63%
CMYK 22.57% 27.88% 0.00%
11.37%

Color #AFA3E2 in popluar number systems.

HEX AF A3 E2
Decimal 175 163 226
Binary 10101111 10100011 11100010
Octal 257 243 342

Shades and tints

Shades of #AFA3E2

#AFA3E2
(175,163,226)
#A095CE
(160,149,206)
#9187BA
(145,135,186)
#8279A6
(130,121,166)
#736B92
(115,107,146)
#645D7E
(100,93,126)
#554F6A
(85,79,106)
#464156
(70,65,86)
#373342
(55,51,66)
#28252E
(40,37,46)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #AFA3E2

#AFA3E2
(175,163,226)
#B6ABE4
(182,171,228)
#BDB3E6
(189,179,230)
#C4BBE8
(196,187,232)
#CBC3EA
(203,195,234)
#D2CBEC
(210,203,236)
#D9D3EE
(217,211,238)
#E0DBF0
(224,219,240)
#E7E3F2
(231,227,242)
#EEEBF4
(238,235,244)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA3E2; }

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

This text font color is #AFA3E2.

Background Color

.myBgColor { background-color: #AFA3E2; }

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

This div background color is #AFA3E2.

Border color

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

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

This div border color is #AFA3E2.

Opacity

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

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

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

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

This text has shadow with #AFA3E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA3E2.

Preview

Color preview on black background

This text has color #AFA3E2 on black background.


Color preview on white background

This text has color #AFA3E2 on white background.


Black color preview on #AFA3E2 background

This text has black color on #AFA3E2 background.


White color preview on #AFA3E2 background

This text has white color on #AFA3E2 background.


Related colors

Complementary color

Complementary color for #hex is #505C1D.


I love getcolorcode.com

Triadic colors

1 #E2AFA3 and #A3E2AF with #AFA3E2 are triadic colors.

2 #E2A3AF and #A3AFE2 with #AFA3E2 are triadic colors.