COLOR #AF80D5

HEX: #AF80D5
RGB: (175,128,213)

Color info

#AF80D5 contains mainly red and blue colors. Web safe color of #AF80D5 is #9966CC (or #96C).

RGB color model

#AF80D5 color RGB value is (175,128,213).

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

RGB channels and saturation

R 175 of 255 = 69%
G 128 of 255 = 50%
B 213 of 255 = 84%

175
128
213

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

Portions of RGB colors in percentages

R + G + B =
175 + 128 + 213 = 516 (100%)
R 175 of 516 ~ 33.91%
G 128 of 516 ~ 24.81%
B 213 of 516 ~ 41.28%

%33.91
%24.81
%41.28

CMYK color model

#AF80D5 color CMYK value is (18,40,0,16).

  • cyan value is 17.84%
  • magenta value is 39.91%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(18,40,0,16)
C18M40Y0K16 
(18%,40%,0%,16%)
(0.18/0.40/0.00/0.16)	

CMYK percentages

%17.84
%39.91
%0
%16.47

Codes

Color #AF80D5 in popluar color models

AF80D5
RGB175128213
HSL273°50.30%66.86%
HSB/HSV273°39.91%83.53%
CMYK17.84%39.91%0.00%
16.47%

Color #AF80D5 in popluar number systems.

HEXAF80D5
Decimal175128213
Binary101011111000000011010101
Octal257200325

Shades and tints

Shades of #AF80D5

#AF80D5
(175,128,213)
#A075C2
(160,117,194)
#916AAF
(145,106,175)
#825F9C
(130,95,156)
#735489
(115,84,137)
#644976
(100,73,118)
#553E63
(85,62,99)
#463350
(70,51,80)
#37283D
(55,40,61)
#281D2A
(40,29,42)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #AF80D5

#AF80D5
(175,128,213)
#B68BD8
(182,139,216)
#BD96DB
(189,150,219)
#C4A1DE
(196,161,222)
#CBACE1
(203,172,225)
#D2B7E4
(210,183,228)
#D9C2E7
(217,194,231)
#E0CDEA
(224,205,234)
#E7D8ED
(231,216,237)
#EEE3F0
(238,227,240)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF80D5; }

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

This text font color is #AF80D5.


Background Color

.myBgColor { background-color: #AF80D5; }

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

This div background color is #AF80D5.


Border color

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

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

This div border color is #AF80D5.


Opacity

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

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

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

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

This text has shadow with #AF80D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF80D5 on black background.


Color preview on white background

This text has color #AF80D5 on white background.



Black color preview on #AF80D5 background

This text has black color on #AF80D5 background.


White color preview on #AF80D5 background

This text has white color on #AF80D5 background.