COLOR #AFA2E6

HEX: #AFA2E6 RGB: (175,162,230)

Color info

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

RGB color model

#AFA2E6 color RGB value is (175,162,230).

RGB: (175,162,230) (69%, 64%, 90%)

RGB channels and saturation

R 175 of 255 = 69%
G 162 of 255 = 64%
B 230 of 255 = 90%

175
162
230

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

Portions of RGB colors in percentages

R + G + B = 175 + 162 + 230 = 567 (100%)
R 175 of 567 ~ 30.86%
G 162 of 567 ~ 28.57%
B 230 of 567 ~ 40.56'%

%30.86
%28.57
%40.56

CMYK color model

#AFA2E6 color CMYK value is (24,30,0,10).

  • cyan value is 23.91%
  • magenta value is 29.57%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (24,30,0,10)
C24M30Y0K10 (24%, 30%, 0%, 10%)
(0.24 / 0.30 / 0.00 / 0.10)

CMYK percentages

%23.91
%29.57
%0
%9.8

Codes

Color #AFA2E6 in popluar color models

AF A2 E6
RGB 175 162 230
HSL 251° 57.63% 76.86%
HSB/HSV 251° 29.57% 90.20%
CMYK 23.91% 29.57% 0.00%
9.80%

Color #AFA2E6 in popluar number systems.

HEX AF A2 E6
Decimal 175 162 230
Binary 10101111 10100010 11100110
Octal 257 242 346

Shades and tints

Shades of #AFA2E6

#AFA2E6
(175,162,230)
#A094D2
(160,148,210)
#9186BE
(145,134,190)
#8278AA
(130,120,170)
#736A96
(115,106,150)
#645C82
(100,92,130)
#554E6E
(85,78,110)
#46405A
(70,64,90)
#373246
(55,50,70)
#282432
(40,36,50)
#19161E
(25,22,30)
#000000
(0,0,0)

Tints of #AFA2E6

#AFA2E6
(175,162,230)
#B6AAE8
(182,170,232)
#BDB2EA
(189,178,234)
#C4BAEC
(196,186,236)
#CBC2EE
(203,194,238)
#D2CAF0
(210,202,240)
#D9D2F2
(217,210,242)
#E0DAF4
(224,218,244)
#E7E2F6
(231,226,246)
#EEEAF8
(238,234,248)
#F5F2FA
(245,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA2E6 color. Also use rgb(175,162,230) instead hex code.

Text Font Color

.myTextColor { color: #AFA2E6; }

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

This text font color is #AFA2E6.

Background Color

.myBgColor { background-color: #AFA2E6; }

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

This div background color is #AFA2E6.

Border color

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

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

This div border color is #AFA2E6.

Opacity

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

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

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

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

This text has shadow with #AFA2E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA2E6.

Preview

Color preview on black background

This text has color #AFA2E6 on black background.


Color preview on white background

This text has color #AFA2E6 on white background.


Black color preview on #AFA2E6 background

This text has black color on #AFA2E6 background.


White color preview on #AFA2E6 background

This text has white color on #AFA2E6 background.


Related colors

Complementary color

Complementary color for #hex is #505D19.


I love getcolorcode.com

Triadic colors

1 #E6AFA2 and #A2E6AF with #AFA2E6 are triadic colors.

2 #E6A2AF and #A2AFE6 with #AFA2E6 are triadic colors.