COLOR #AFAAE1

HEX: #AFAAE1 RGB: (175,170,225)

Color info

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

RGB color model

#AFAAE1 color RGB value is (175,170,225).

RGB: (175,170,225) (69%, 67%, 88%)

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 225 of 255 = 88%

175
170
225

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

Portions of RGB colors in percentages

R + G + B = 175 + 170 + 225 = 570 (100%)
R 175 of 570 ~ 30.7%
G 170 of 570 ~ 29.82%
B 225 of 570 ~ 39.47'%

%30.7
%29.82
%39.47

CMYK color model

#AFAAE1 color CMYK value is (22,24,0,12).

  • cyan value is 22.22%
  • magenta value is 24.44%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (22,24,0,12)
C22M24Y0K12 (22%, 24%, 0%, 12%)
(0.22 / 0.24 / 0.00 / 0.12)

CMYK percentages

%22.22
%24.44
%0
%11.76

Codes

Color #AFAAE1 in popluar color models

AF AA E1
RGB 175 170 225
HSL 245° 47.83% 77.45%
HSB/HSV 245° 24.44% 88.24%
CMYK 22.22% 24.44% 0.00%
11.76%

Color #AFAAE1 in popluar number systems.

HEX AF AA E1
Decimal 175 170 225
Binary 10101111 10101010 11100001
Octal 257 252 341

Shades and tints

Shades of #AFAAE1

#AFAAE1
(175,170,225)
#A09BCD
(160,155,205)
#918CB9
(145,140,185)
#827DA5
(130,125,165)
#736E91
(115,110,145)
#645F7D
(100,95,125)
#555069
(85,80,105)
#464155
(70,65,85)
#373241
(55,50,65)
#28232D
(40,35,45)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #AFAAE1

#AFAAE1
(175,170,225)
#B6B1E3
(182,177,227)
#BDB8E5
(189,184,229)
#C4BFE7
(196,191,231)
#CBC6E9
(203,198,233)
#D2CDEB
(210,205,235)
#D9D4ED
(217,212,237)
#E0DBEF
(224,219,239)
#E7E2F1
(231,226,241)
#EEE9F3
(238,233,243)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFAAE1 color. Also use rgb(175,170,225) instead hex code.

Text Font Color

.myTextColor { color: #AFAAE1; }

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

This text font color is #AFAAE1.

Background Color

.myBgColor { background-color: #AFAAE1; }

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

This div background color is #AFAAE1.

Border color

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

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

This div border color is #AFAAE1.

Opacity

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

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

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

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

This text has shadow with #AFAAE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAAE1.

Preview

Color preview on black background

This text has color #AFAAE1 on black background.


Color preview on white background

This text has color #AFAAE1 on white background.


Black color preview on #AFAAE1 background

This text has black color on #AFAAE1 background.


White color preview on #AFAAE1 background

This text has white color on #AFAAE1 background.


Related colors

Complementary color

Complementary color for #hex is #50551E.


I love getcolorcode.com

Triadic colors

1 #E1AFAA and #AAE1AF with #AFAAE1 are triadic colors.

2 #E1AAAF and #AAAFE1 with #AFAAE1 are triadic colors.