COLOR #AF86D2

HEX: #AF86D2
RGB: (175,134,210)

Color info

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

RGB color model

#AF86D2 color RGB value is (175,134,210).

  • red value is 175;
  • green value is 134;
  • blue value is 210.
RGB:
(175,134,210)
(69%,53%,82%)

RGB channels and saturation

R 175 of 255 = 69%
G 134 of 255 = 53%
B 210 of 255 = 82%

175
134
210

R + G + B ~ 68%. #AF86D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 134 + 210 = 519 (100%)
R 175 of 519 ~ 33.72%
G 134 of 519 ~ 25.82%
B 210 of 519 ~ 40.46%

%33.72
%25.82
%40.46

CMYK color model

#AF86D2 color CMYK value is (17,36,0,18).

  • cyan value is 16.67%
  • magenta value is 36.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(17,36,0,18)
C17M36Y0K18 
(17%,36%,0%,18%)
(0.17/0.36/0.00/0.18)	

CMYK percentages

%16.67
%36.19
%0
%17.65

Codes

Color #AF86D2 in popluar color models

AF86D2
RGB175134210
HSL272°45.78%67.45%
HSB/HSV272°36.19%82.35%
CMYK16.67%36.19%0.00%
17.65%

Color #AF86D2 in popluar number systems.

HEXAF86D2
Decimal175134210
Binary101011111000011011010010
Octal257206322

Shades and tints

Shades of #AF86D2

#AF86D2
(175,134,210)
#A07ABF
(160,122,191)
#916EAC
(145,110,172)
#826299
(130,98,153)
#735686
(115,86,134)
#644A73
(100,74,115)
#553E60
(85,62,96)
#46324D
(70,50,77)
#37263A
(55,38,58)
#281A27
(40,26,39)
#190E14
(25,14,20)
#000000
(0,0,0)

Tints of #AF86D2

#AF86D2
(175,134,210)
#B691D6
(182,145,214)
#BD9CDA
(189,156,218)
#C4A7DE
(196,167,222)
#CBB2E2
(203,178,226)
#D2BDE6
(210,189,230)
#D9C8EA
(217,200,234)
#E0D3EE
(224,211,238)
#E7DEF2
(231,222,242)
#EEE9F6
(238,233,246)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF86D2 color. Also use rgb(175,134,210) instead hex code.

Text Font Color

.myTextColor { color: #AF86D2; }

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

This text font color is #AF86D2.


Background Color

.myBgColor { background-color: #AF86D2; }

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

This div background color is #AF86D2.


Border color

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

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

This div border color is #AF86D2.


Opacity

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

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

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

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

This text has shadow with #AF86D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF86D2 on black background.


Color preview on white background

This text has color #AF86D2 on white background.



Black color preview on #AF86D2 background

This text has black color on #AF86D2 background.


White color preview on #AF86D2 background

This text has white color on #AF86D2 background.