COLOR #AFAAF0

HEX: #AFAAF0
RGB: (175,170,240)

Color info

#AFAAF0 contains mainly blue color. Web safe color of #AFAAF0 is #9999FF (or #99F).

RGB color model

#AFAAF0 color RGB value is (175,170,240).

  • red value is 175;
  • green value is 170;
  • blue value is 240.
RGB:
(175,170,240)
(69%,67%,94%)

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 240 of 255 = 94%

175
170
240

R + G + B ~ 77%. #AFAAF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 170 + 240 = 585 (100%)
R 175 of 585 ~ 29.91%
G 170 of 585 ~ 29.06%
B 240 of 585 ~ 41.03%

%29.91
%29.06
%41.03

CMYK color model

#AFAAF0 color CMYK value is (27,29,0,6).

  • cyan value is 27.08%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(27,29,0,6)
C27M29Y0K6 
(27%,29%,0%,6%)
(0.27/0.29/0.00/0.06)	

CMYK percentages

%27.08
%29.17
%0
%5.88

Codes

Color #AFAAF0 in popluar color models

AFAAF0
RGB175170240
HSL244°70.00%80.39%
HSB/HSV244°29.17%94.12%
CMYK27.08%29.17%0.00%
5.88%

Color #AFAAF0 in popluar number systems.

HEXAFAAF0
Decimal175170240
Binary101011111010101011110000
Octal257252360

Shades and tints

Shades of #AFAAF0

#AFAAF0
(175,170,240)
#A09BDB
(160,155,219)
#918CC6
(145,140,198)
#827DB1
(130,125,177)
#736E9C
(115,110,156)
#645F87
(100,95,135)
#555072
(85,80,114)
#46415D
(70,65,93)
#373248
(55,50,72)
#282333
(40,35,51)
#19141E
(25,20,30)
#000000
(0,0,0)

Tints of #AFAAF0

#AFAAF0
(175,170,240)
#B6B1F1
(182,177,241)
#BDB8F2
(189,184,242)
#C4BFF3
(196,191,243)
#CBC6F4
(203,198,244)
#D2CDF5
(210,205,245)
#D9D4F6
(217,212,246)
#E0DBF7
(224,219,247)
#E7E2F8
(231,226,248)
#EEE9F9
(238,233,249)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAAF0; }

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

This text font color is #AFAAF0.


Background Color

.myBgColor { background-color: #AFAAF0; }

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

This div background color is #AFAAF0.


Border color

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

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

This div border color is #AFAAF0.


Opacity

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

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

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

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

This text has shadow with #AFAAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAAF0 on black background.


Color preview on white background

This text has color #AFAAF0 on white background.



Black color preview on #AFAAF0 background

This text has black color on #AFAAF0 background.


White color preview on #AFAAF0 background

This text has white color on #AFAAF0 background.