COLOR #AFAAEA

HEX: #AFAAEA RGB: (175,170,234)

Color info

#AFAAEA contains mainly red and blue colors. Web safe color of #AFAAEA is #9999FF (or #99F).

RGB color model

#AFAAEA color RGB value is (175,170,234).

RGB: (175,170,234) (69%, 67%, 92%)

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 234 of 255 = 92%

175
170
234

R + G + B ~ 76%. #AFAAEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 170 + 234 = 579 (100%)
R 175 of 579 ~ 30.22%
G 170 of 579 ~ 29.36%
B 234 of 579 ~ 40.41'%

%30.22
%29.36
%40.41

CMYK color model

#AFAAEA color CMYK value is (25,27,0,8).

  • cyan value is 25.21%
  • magenta value is 27.35%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (25,27,0,8)
C25M27Y0K8 (25%, 27%, 0%, 8%)
(0.25 / 0.27 / 0.00 / 0.08)

CMYK percentages

%25.21
%27.35
%0
%8.24

Codes

Color #AFAAEA in popluar color models

AF AA EA
RGB 175 170 234
HSL 245° 60.38% 79.22%
HSB/HSV 245° 27.35% 91.76%
CMYK 25.21% 27.35% 0.00%
8.24%

Color #AFAAEA in popluar number systems.

HEX AF AA EA
Decimal 175 170 234
Binary 10101111 10101010 11101010
Octal 257 252 352

Shades and tints

Shades of #AFAAEA

#AFAAEA
(175,170,234)
#A09BD5
(160,155,213)
#918CC0
(145,140,192)
#827DAB
(130,125,171)
#736E96
(115,110,150)
#645F81
(100,95,129)
#55506C
(85,80,108)
#464157
(70,65,87)
#373242
(55,50,66)
#28232D
(40,35,45)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #AFAAEA

#AFAAEA
(175,170,234)
#B6B1EB
(182,177,235)
#BDB8EC
(189,184,236)
#C4BFED
(196,191,237)
#CBC6EE
(203,198,238)
#D2CDEF
(210,205,239)
#D9D4F0
(217,212,240)
#E0DBF1
(224,219,241)
#E7E2F2
(231,226,242)
#EEE9F3
(238,233,243)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAAEA; }

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

This text font color is #AFAAEA.

Background Color

.myBgColor { background-color: #AFAAEA; }

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

This div background color is #AFAAEA.

Border color

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

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

This div border color is #AFAAEA.

Opacity

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

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

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

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

This text has shadow with #AFAAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAAEA.

Preview

Color preview on black background

This text has color #AFAAEA on black background.


Color preview on white background

This text has color #AFAAEA on white background.


Black color preview on #AFAAEA background

This text has black color on #AFAAEA background.


White color preview on #AFAAEA background

This text has white color on #AFAAEA background.


Related colors

Complementary color

Complementary color for #hex is #505515.


I love getcolorcode.com

Triadic colors

1 #EAAFAA and #AAEAAF with #AFAAEA are triadic colors.

2 #EAAAAF and #AAAFEA with #AFAAEA are triadic colors.