COLOR #AFAAE0

HEX: #AFAAE0 RGB: (175,170,224)

Color info

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

RGB color model

#AFAAE0 color RGB value is (175,170,224).

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

RGB channels and saturation

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

175
170
224

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

Portions of RGB colors in percentages

R + G + B = 175 + 170 + 224 = 569 (100%)
R 175 of 569 ~ 30.76%
G 170 of 569 ~ 29.88%
B 224 of 569 ~ 39.37'%

%30.76
%29.88
%39.37

CMYK color model

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

  • cyan value is 21.88%
  • magenta value is 24.11%
  • yellow value is 0.00%
  • key color value is 12.16%

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

CMYK percentages

%21.88
%24.11
%0
%12.16

Codes

Color #AFAAE0 in popluar color models

AF AA E0
RGB 175 170 224
HSL 246° 46.55% 77.25%
HSB/HSV 246° 24.11% 87.84%
CMYK 21.88% 24.11% 0.00%
12.16%

Color #AFAAE0 in popluar number systems.

HEX AF AA E0
Decimal 175 170 224
Binary 10101111 10101010 11100000
Octal 257 252 340

Shades and tints

Shades of #AFAAE0

#AFAAE0
(175,170,224)
#A09BCC
(160,155,204)
#918CB8
(145,140,184)
#827DA4
(130,125,164)
#736E90
(115,110,144)
#645F7C
(100,95,124)
#555068
(85,80,104)
#464154
(70,65,84)
#373240
(55,50,64)
#28232C
(40,35,44)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #AFAAE0

#AFAAE0
(175,170,224)
#B6B1E2
(182,177,226)
#BDB8E4
(189,184,228)
#C4BFE6
(196,191,230)
#CBC6E8
(203,198,232)
#D2CDEA
(210,205,234)
#D9D4EC
(217,212,236)
#E0DBEE
(224,219,238)
#E7E2F0
(231,226,240)
#EEE9F2
(238,233,242)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAAE0; }

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

This text font color is #AFAAE0.

Background Color

.myBgColor { background-color: #AFAAE0; }

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

This div background color is #AFAAE0.

Border color

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

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

This div border color is #AFAAE0.

Opacity

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

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

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

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

This text has shadow with #AFAAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAAE0.

Preview

Color preview on black background

This text has color #AFAAE0 on black background.


Color preview on white background

This text has color #AFAAE0 on white background.


Black color preview on #AFAAE0 background

This text has black color on #AFAAE0 background.


White color preview on #AFAAE0 background

This text has white color on #AFAAE0 background.


Related colors

Complementary color

Complementary color for #hex is #50551F.


I love getcolorcode.com

Triadic colors

1 #E0AFAA and #AAE0AF with #AFAAE0 are triadic colors.

2 #E0AAAF and #AAAFE0 with #AFAAE0 are triadic colors.