COLOR #AF8DD5

HEX: #AF8DD5
RGB: (175,141,213)

Color info

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

RGB color model

#AF8DD5 color RGB value is (175,141,213).

  • red value is 175;
  • green value is 141;
  • blue value is 213.
RGB:
(175,141,213)
(69%,55%,84%)

RGB channels and saturation

R 175 of 255 = 69%
G 141 of 255 = 55%
B 213 of 255 = 84%

175
141
213

R + G + B ~ 69%. #AF8DD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 141 + 213 = 529 (100%)
R 175 of 529 ~ 33.08%
G 141 of 529 ~ 26.65%
B 213 of 529 ~ 40.26%

%33.08
%26.65
%40.26

CMYK color model

#AF8DD5 color CMYK value is (18,34,0,16).

  • cyan value is 17.84%
  • magenta value is 33.80%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(18,34,0,16)
C18M34Y0K16 
(18%,34%,0%,16%)
(0.18/0.34/0.00/0.16)	

CMYK percentages

%17.84
%33.8
%0
%16.47

Codes

Color #AF8DD5 in popluar color models

AF8DD5
RGB175141213
HSL268°46.15%69.41%
HSB/HSV268°33.80%83.53%
CMYK17.84%33.80%0.00%
16.47%

Color #AF8DD5 in popluar number systems.

HEXAF8DD5
Decimal175141213
Binary101011111000110111010101
Octal257215325

Shades and tints

Shades of #AF8DD5

#AF8DD5
(175,141,213)
#A081C2
(160,129,194)
#9175AF
(145,117,175)
#82699C
(130,105,156)
#735D89
(115,93,137)
#645176
(100,81,118)
#554563
(85,69,99)
#463950
(70,57,80)
#372D3D
(55,45,61)
#28212A
(40,33,42)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #AF8DD5

#AF8DD5
(175,141,213)
#B697D8
(182,151,216)
#BDA1DB
(189,161,219)
#C4ABDE
(196,171,222)
#CBB5E1
(203,181,225)
#D2BFE4
(210,191,228)
#D9C9E7
(217,201,231)
#E0D3EA
(224,211,234)
#E7DDED
(231,221,237)
#EEE7F0
(238,231,240)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8DD5 color. Also use rgb(175,141,213) instead hex code.

Text Font Color

.myTextColor { color: #AF8DD5; }

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

This text font color is #AF8DD5.


Background Color

.myBgColor { background-color: #AF8DD5; }

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

This div background color is #AF8DD5.


Border color

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

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

This div border color is #AF8DD5.


Opacity

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

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

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

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

This text has shadow with #AF8DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8DD5 on black background.


Color preview on white background

This text has color #AF8DD5 on white background.



Black color preview on #AF8DD5 background

This text has black color on #AF8DD5 background.


White color preview on #AF8DD5 background

This text has white color on #AF8DD5 background.