COLOR #AF9AE0

HEX: #AF9AE0
RGB: (175,154,224)

Color info

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

RGB color model

#AF9AE0 color RGB value is (175,154,224).

  • red value is 175;
  • green value is 154;
  • blue value is 224.
RGB:
(175,154,224)
(69%,60%,88%)

RGB channels and saturation

R 175 of 255 = 69%
G 154 of 255 = 60%
B 224 of 255 = 88%

175
154
224

R + G + B ~ 72%. #AF9AE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 154 + 224 = 553 (100%)
R 175 of 553 ~ 31.65%
G 154 of 553 ~ 27.85%
B 224 of 553 ~ 40.51%

%31.65
%27.85
%40.51

CMYK color model

#AF9AE0 color CMYK value is (22,31,0,12).

  • cyan value is 21.88%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(22,31,0,12)
C22M31Y0K12 
(22%,31%,0%,12%)
(0.22/0.31/0.00/0.12)	

CMYK percentages

%21.88
%31.25
%0
%12.16

Codes

Color #AF9AE0 in popluar color models

AF9AE0
RGB175154224
HSL258°53.03%74.12%
HSB/HSV258°31.25%87.84%
CMYK21.88%31.25%0.00%
12.16%

Color #AF9AE0 in popluar number systems.

HEXAF9AE0
Decimal175154224
Binary101011111001101011100000
Octal257232340

Shades and tints

Shades of #AF9AE0

#AF9AE0
(175,154,224)
#A08CCC
(160,140,204)
#917EB8
(145,126,184)
#8270A4
(130,112,164)
#736290
(115,98,144)
#64547C
(100,84,124)
#554668
(85,70,104)
#463854
(70,56,84)
#372A40
(55,42,64)
#281C2C
(40,28,44)
#190E18
(25,14,24)
#000000
(0,0,0)

Tints of #AF9AE0

#AF9AE0
(175,154,224)
#B6A3E2
(182,163,226)
#BDACE4
(189,172,228)
#C4B5E6
(196,181,230)
#CBBEE8
(203,190,232)
#D2C7EA
(210,199,234)
#D9D0EC
(217,208,236)
#E0D9EE
(224,217,238)
#E7E2F0
(231,226,240)
#EEEBF2
(238,235,242)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9AE0; }

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

This text font color is #AF9AE0.


Background Color

.myBgColor { background-color: #AF9AE0; }

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

This div background color is #AF9AE0.


Border color

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

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

This div border color is #AF9AE0.


Opacity

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

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

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

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

This text has shadow with #AF9AE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9AE0 on black background.


Color preview on white background

This text has color #AF9AE0 on white background.



Black color preview on #AF9AE0 background

This text has black color on #AF9AE0 background.


White color preview on #AF9AE0 background

This text has white color on #AF9AE0 background.