COLOR #AF90DA

HEX: #AF90DA
RGB: (175,144,218)

Color info

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

RGB color model

#AF90DA color RGB value is (175,144,218).

  • red value is 175;
  • green value is 144;
  • blue value is 218.
RGB:
(175,144,218)
(69%,56%,85%)

RGB channels and saturation

R 175 of 255 = 69%
G 144 of 255 = 56%
B 218 of 255 = 85%

175
144
218

R + G + B ~ 70%. #AF90DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 144 + 218 = 537 (100%)
R 175 of 537 ~ 32.59%
G 144 of 537 ~ 26.82%
B 218 of 537 ~ 40.6%

%32.59
%26.82
%40.6

CMYK color model

#AF90DA color CMYK value is (20,34,0,15).

  • cyan value is 19.72%
  • magenta value is 33.94%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(20,34,0,15)
C20M34Y0K15 
(20%,34%,0%,15%)
(0.20/0.34/0.00/0.15)	

CMYK percentages

%19.72
%33.94
%0
%14.51

Codes

Color #AF90DA in popluar color models

AF90DA
RGB175144218
HSL265°50.00%70.98%
HSB/HSV265°33.94%85.49%
CMYK19.72%33.94%0.00%
14.51%

Color #AF90DA in popluar number systems.

HEXAF90DA
Decimal175144218
Binary101011111001000011011010
Octal257220332

Shades and tints

Shades of #AF90DA

#AF90DA
(175,144,218)
#A083C7
(160,131,199)
#9176B4
(145,118,180)
#8269A1
(130,105,161)
#735C8E
(115,92,142)
#644F7B
(100,79,123)
#554268
(85,66,104)
#463555
(70,53,85)
#372842
(55,40,66)
#281B2F
(40,27,47)
#190E1C
(25,14,28)
#000000
(0,0,0)

Tints of #AF90DA

#AF90DA
(175,144,218)
#B69ADD
(182,154,221)
#BDA4E0
(189,164,224)
#C4AEE3
(196,174,227)
#CBB8E6
(203,184,230)
#D2C2E9
(210,194,233)
#D9CCEC
(217,204,236)
#E0D6EF
(224,214,239)
#E7E0F2
(231,224,242)
#EEEAF5
(238,234,245)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF90DA color. Also use rgb(175,144,218) instead hex code.

Text Font Color

.myTextColor { color: #AF90DA; }

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

This text font color is #AF90DA.


Background Color

.myBgColor { background-color: #AF90DA; }

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

This div background color is #AF90DA.


Border color

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

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

This div border color is #AF90DA.


Opacity

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

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

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

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

This text has shadow with #AF90DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF90DA on black background.


Color preview on white background

This text has color #AF90DA on white background.



Black color preview on #AF90DA background

This text has black color on #AF90DA background.


White color preview on #AF90DA background

This text has white color on #AF90DA background.