COLOR #AFA3D5

HEX: #AFA3D5 RGB: (175,163,213)

Color info

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

RGB color model

#AFA3D5 color RGB value is (175,163,213).

RGB: (175,163,213) (69%, 64%, 84%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 213 of 255 = 84%

175
163
213

R + G + B ~ 72%. #AFA3D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 163 + 213 = 551 (100%)
R 175 of 551 ~ 31.76%
G 163 of 551 ~ 29.58%
B 213 of 551 ~ 38.66'%

%31.76
%29.58
%38.66

CMYK color model

#AFA3D5 color CMYK value is (18,23,0,16).

  • cyan value is 17.84%
  • magenta value is 23.47%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (18,23,0,16)
C18M23Y0K16 (18%, 23%, 0%, 16%)
(0.18 / 0.23 / 0.00 / 0.16)

CMYK percentages

%17.84
%23.47
%0
%16.47

Codes

Color #AFA3D5 in popluar color models

AF A3 D5
RGB 175 163 213
HSL 254° 37.31% 73.73%
HSB/HSV 254° 23.47% 83.53%
CMYK 17.84% 23.47% 0.00%
16.47%

Color #AFA3D5 in popluar number systems.

HEX AF A3 D5
Decimal 175 163 213
Binary 10101111 10100011 11010101
Octal 257 243 325

Shades and tints

Shades of #AFA3D5

#AFA3D5
(175,163,213)
#A095C2
(160,149,194)
#9187AF
(145,135,175)
#82799C
(130,121,156)
#736B89
(115,107,137)
#645D76
(100,93,118)
#554F63
(85,79,99)
#464150
(70,65,80)
#37333D
(55,51,61)
#28252A
(40,37,42)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #AFA3D5

#AFA3D5
(175,163,213)
#B6ABD8
(182,171,216)
#BDB3DB
(189,179,219)
#C4BBDE
(196,187,222)
#CBC3E1
(203,195,225)
#D2CBE4
(210,203,228)
#D9D3E7
(217,211,231)
#E0DBEA
(224,219,234)
#E7E3ED
(231,227,237)
#EEEBF0
(238,235,240)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA3D5; }

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

This text font color is #AFA3D5.

Background Color

.myBgColor { background-color: #AFA3D5; }

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

This div background color is #AFA3D5.

Border color

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

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

This div border color is #AFA3D5.

Opacity

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

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

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

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

This text has shadow with #AFA3D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA3D5.

Preview

Color preview on black background

This text has color #AFA3D5 on black background.


Color preview on white background

This text has color #AFA3D5 on white background.


Black color preview on #AFA3D5 background

This text has black color on #AFA3D5 background.


White color preview on #AFA3D5 background

This text has white color on #AFA3D5 background.


Related colors

Complementary color

Complementary color for #hex is #505C2A.


I love getcolorcode.com

Triadic colors

1 #D5AFA3 and #A3D5AF with #AFA3D5 are triadic colors.

2 #D5A3AF and #A3AFD5 with #AFA3D5 are triadic colors.