COLOR #AF81D7

HEX: #AF81D7 RGB: (175,129,215)

Color info

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

RGB color model

#AF81D7 color RGB value is (175,129,215).

RGB: (175,129,215) (69%, 51%, 84%)

RGB channels and saturation

R 175 of 255 = 69%
G 129 of 255 = 51%
B 215 of 255 = 84%

175
129
215

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

Portions of RGB colors in percentages

R + G + B = 175 + 129 + 215 = 519 (100%)
R 175 of 519 ~ 33.72%
G 129 of 519 ~ 24.86%
B 215 of 519 ~ 41.43'%

%33.72
%24.86
%41.43

CMYK color model

#AF81D7 color CMYK value is (19,40,0,16).

  • cyan value is 18.60%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (19,40,0,16)
C19M40Y0K16 (19%, 40%, 0%, 16%)
(0.19 / 0.40 / 0.00 / 0.16)

CMYK percentages

%18.6
%40
%0
%15.69

Codes

Color #AF81D7 in popluar color models

AF 81 D7
RGB 175 129 215
HSL 272° 51.81% 67.45%
HSB/HSV 272° 40.00% 84.31%
CMYK 18.60% 40.00% 0.00%
15.69%

Color #AF81D7 in popluar number systems.

HEX AF 81 D7
Decimal 175 129 215
Binary 10101111 10000001 11010111
Octal 257 201 327

Shades and tints

Shades of #AF81D7

#AF81D7
(175,129,215)
#A076C4
(160,118,196)
#916BB1
(145,107,177)
#82609E
(130,96,158)
#73558B
(115,85,139)
#644A78
(100,74,120)
#553F65
(85,63,101)
#463452
(70,52,82)
#37293F
(55,41,63)
#281E2C
(40,30,44)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #AF81D7

#AF81D7
(175,129,215)
#B68CDA
(182,140,218)
#BD97DD
(189,151,221)
#C4A2E0
(196,162,224)
#CBADE3
(203,173,227)
#D2B8E6
(210,184,230)
#D9C3E9
(217,195,233)
#E0CEEC
(224,206,236)
#E7D9EF
(231,217,239)
#EEE4F2
(238,228,242)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF81D7 color. Also use rgb(175,129,215) instead hex code.

Text Font Color

.myTextColor { color: #AF81D7; }

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

This text font color is #AF81D7.

Background Color

.myBgColor { background-color: #AF81D7; }

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

This div background color is #AF81D7.

Border color

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

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

This div border color is #AF81D7.

Opacity

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

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

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

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

This text has shadow with #AF81D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF81D7.

Preview

Color preview on black background

This text has color #AF81D7 on black background.


Color preview on white background

This text has color #AF81D7 on white background.


Black color preview on #AF81D7 background

This text has black color on #AF81D7 background.


White color preview on #AF81D7 background

This text has white color on #AF81D7 background.


Related colors

Complementary color

Complementary color for #hex is #507E28.


I love getcolorcode.com

Triadic colors

1 #D7AF81 and #81D7AF with #AF81D7 are triadic colors.

2 #D781AF and #81AFD7 with #AF81D7 are triadic colors.