COLOR #AFA3ED

HEX: #AFA3ED RGB: (175,163,237)

Color info

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

RGB color model

#AFA3ED color RGB value is (175,163,237).

RGB: (175,163,237) (69%, 64%, 93%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 237 of 255 = 93%

175
163
237

R + G + B ~ 75%. #AFA3ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 237 = 575 (100%)
R 175 of 575 ~ 30.43%
G 163 of 575 ~ 28.35%
B 237 of 575 ~ 41.22'%

%30.43
%28.35
%41.22

CMYK color model

#AFA3ED color CMYK value is (26,31,0,7).

  • cyan value is 26.16%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (26,31,0,7) C26M31Y0K7 (26%,31%,0%,7%) (0.26/0.31/0.00/0.07) 

CMYK percentages

%26.16
%31.22
%0
%7.06

Codes

Color #AFA3ED in popluar color models

AF A3 ED
RGB 175 163 237
HSL 250° 67.27% 78.43%
HSB/HSV 250° 31.22% 92.94%
CMYK 26.16% 31.22% 0.00%
7.06%

Color #AFA3ED in popluar number systems.

HEX AF A3 ED
Decimal 175 163 237
Binary 10101111 10100011 11101101
Octal 257 243 355

Shades and tints

Shades of #AFA3ED

#AFA3ED
(175,163,237)
#A095D8
(160,149,216)
#9187C3
(145,135,195)
#8279AE
(130,121,174)
#736B99
(115,107,153)
#645D84
(100,93,132)
#554F6F
(85,79,111)
#46415A
(70,65,90)
#373345
(55,51,69)
#282530
(40,37,48)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #AFA3ED

#AFA3ED
(175,163,237)
#B6ABEE
(182,171,238)
#BDB3EF
(189,179,239)
#C4BBF0
(196,187,240)
#CBC3F1
(203,195,241)
#D2CBF2
(210,203,242)
#D9D3F3
(217,211,243)
#E0DBF4
(224,219,244)
#E7E3F5
(231,227,245)
#EEEBF6
(238,235,246)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA3ED; }

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

This text font color is #AFA3ED.

Background Color

.myBgColor { background-color: #AFA3ED; }

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

This div background color is #AFA3ED.

Border color

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

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

This div border color is #AFA3ED.

Opacity

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

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

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

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

This text has shadow with #AFA3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA3ED.

Preview

Color preview on black background

This text has color #AFA3ED on black background.


Color preview on white background

This text has color #AFA3ED on white background.


Black color preview on #AFA3ED background

This text has black color on #AFA3ED background.


White color preview on #AFA3ED background

This text has white color on #AFA3ED background.


Related colors

Complementary color

Complementary color for #hex is #505C12.


I love getcolorcode.com

Triadic colors

1 #EDAFA3 and #A3EDAF with #AFA3ED are triadic colors.

2 #EDA3AF and #A3AFED with #AFA3ED are triadic colors.