COLOR #AFA8DA

HEX: #AFA8DA RGB: (175,168,218)

Color info

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

RGB color model

#AFA8DA color RGB value is (175,168,218).

RGB: (175,168,218) (69%, 66%, 85%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 218 of 255 = 85%

175
168
218

R + G + B ~ 73%. #AFA8DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 168 + 218 = 561 (100%)
R 175 of 561 ~ 31.19%
G 168 of 561 ~ 29.95%
B 218 of 561 ~ 38.86'%

%31.19
%29.95
%38.86

CMYK color model

#AFA8DA color CMYK value is (20,23,0,15).

  • cyan value is 19.72%
  • magenta value is 22.94%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (20,23,0,15)
C20M23Y0K15 (20%, 23%, 0%, 15%)
(0.20 / 0.23 / 0.00 / 0.15)

CMYK percentages

%19.72
%22.94
%0
%14.51

Codes

Color #AFA8DA in popluar color models

AF A8 DA
RGB 175 168 218
HSL 248° 40.32% 75.69%
HSB/HSV 248° 22.94% 85.49%
CMYK 19.72% 22.94% 0.00%
14.51%

Color #AFA8DA in popluar number systems.

HEX AF A8 DA
Decimal 175 168 218
Binary 10101111 10101000 11011010
Octal 257 250 332

Shades and tints

Shades of #AFA8DA

#AFA8DA
(175,168,218)
#A099C7
(160,153,199)
#918AB4
(145,138,180)
#827BA1
(130,123,161)
#736C8E
(115,108,142)
#645D7B
(100,93,123)
#554E68
(85,78,104)
#463F55
(70,63,85)
#373042
(55,48,66)
#28212F
(40,33,47)
#19121C
(25,18,28)
#000000
(0,0,0)

Tints of #AFA8DA

#AFA8DA
(175,168,218)
#B6AFDD
(182,175,221)
#BDB6E0
(189,182,224)
#C4BDE3
(196,189,227)
#CBC4E6
(203,196,230)
#D2CBE9
(210,203,233)
#D9D2EC
(217,210,236)
#E0D9EF
(224,217,239)
#E7E0F2
(231,224,242)
#EEE7F5
(238,231,245)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA8DA color. Also use rgb(175,168,218) instead hex code.

Text Font Color

.myTextColor { color: #AFA8DA; }

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

This text font color is #AFA8DA.

Background Color

.myBgColor { background-color: #AFA8DA; }

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

This div background color is #AFA8DA.

Border color

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

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

This div border color is #AFA8DA.

Opacity

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

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

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

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

This text has shadow with #AFA8DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA8DA.

Preview

Color preview on black background

This text has color #AFA8DA on black background.


Color preview on white background

This text has color #AFA8DA on white background.


Black color preview on #AFA8DA background

This text has black color on #AFA8DA background.


White color preview on #AFA8DA background

This text has white color on #AFA8DA background.


Related colors

Complementary color

Complementary color for #hex is #505725.


I love getcolorcode.com

Triadic colors

1 #DAAFA8 and #A8DAAF with #AFA8DA are triadic colors.

2 #DAA8AF and #A8AFDA with #AFA8DA are triadic colors.