COLOR #AF82D9

HEX: #AF82D9
RGB: (175,130,217)

Color info

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

RGB color model

#AF82D9 color RGB value is (175,130,217).

  • red value is 175;
  • green value is 130;
  • blue value is 217.
RGB:
(175,130,217)
(69%,51%,85%)

RGB channels and saturation

R 175 of 255 = 69%
G 130 of 255 = 51%
B 217 of 255 = 85%

175
130
217

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

Portions of RGB colors in percentages

R + G + B =
175 + 130 + 217 = 522 (100%)
R 175 of 522 ~ 33.52%
G 130 of 522 ~ 24.9%
B 217 of 522 ~ 41.57%

%33.52
%24.9
%41.57

CMYK color model

#AF82D9 color CMYK value is (19,40,0,15).

  • cyan value is 19.35%
  • magenta value is 40.09%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(19,40,0,15)
C19M40Y0K15 
(19%,40%,0%,15%)
(0.19/0.40/0.00/0.15)	

CMYK percentages

%19.35
%40.09
%0
%14.9

Codes

Color #AF82D9 in popluar color models

AF82D9
RGB175130217
HSL271°53.37%68.04%
HSB/HSV271°40.09%85.10%
CMYK19.35%40.09%0.00%
14.90%

Color #AF82D9 in popluar number systems.

HEXAF82D9
Decimal175130217
Binary101011111000001011011001
Octal257202331

Shades and tints

Shades of #AF82D9

#AF82D9
(175,130,217)
#A077C6
(160,119,198)
#916CB3
(145,108,179)
#8261A0
(130,97,160)
#73568D
(115,86,141)
#644B7A
(100,75,122)
#554067
(85,64,103)
#463554
(70,53,84)
#372A41
(55,42,65)
#281F2E
(40,31,46)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #AF82D9

#AF82D9
(175,130,217)
#B68DDC
(182,141,220)
#BD98DF
(189,152,223)
#C4A3E2
(196,163,226)
#CBAEE5
(203,174,229)
#D2B9E8
(210,185,232)
#D9C4EB
(217,196,235)
#E0CFEE
(224,207,238)
#E7DAF1
(231,218,241)
#EEE5F4
(238,229,244)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF82D9 color. Also use rgb(175,130,217) instead hex code.

Text Font Color

.myTextColor { color: #AF82D9; }

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

This text font color is #AF82D9.


Background Color

.myBgColor { background-color: #AF82D9; }

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

This div background color is #AF82D9.


Border color

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

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

This div border color is #AF82D9.


Opacity

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

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

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

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

This text has shadow with #AF82D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF82D9 on black background.


Color preview on white background

This text has color #AF82D9 on white background.



Black color preview on #AF82D9 background

This text has black color on #AF82D9 background.


White color preview on #AF82D9 background

This text has white color on #AF82D9 background.