COLOR #AF83B9

HEX: #AF83B9 RGB: (175,131,185)

Color info

#AF83B9 contains red, green and blue colors in about the same proportion. Web safe color of #AF83B9 is #9999CC (or #99C).

RGB color model

#AF83B9 color RGB value is (175,131,185).

RGB: (175,131,185) (69%, 51%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 131 of 255 = 51%
B 185 of 255 = 73%

175
131
185

R + G + B ~ 64%. #AF83B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 131 + 185 = 491 (100%)
R 175 of 491 ~ 35.64%
G 131 of 491 ~ 26.68%
B 185 of 491 ~ 37.68'%

%35.64
%26.68
%37.68

CMYK color model

#AF83B9 color CMYK value is (5,29,0,27).

  • cyan value is 5.41%
  • magenta value is 29.19%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (5,29,0,27)
C5M29Y0K27 (5%, 29%, 0%, 27%)
(0.05 / 0.29 / 0.00 / 0.27)

CMYK percentages

%5.41
%29.19
%0
%27.45

Codes

Color #AF83B9 in popluar color models

AF 83 B9
RGB 175 131 185
HSL 289° 27.84% 61.96%
HSB/HSV 289° 29.19% 72.55%
CMYK 5.41% 29.19% 0.00%
27.45%

Color #AF83B9 in popluar number systems.

HEX AF 83 B9
Decimal 175 131 185
Binary 10101111 10000011 10111001
Octal 257 203 271

Shades and tints

Shades of #AF83B9

#AF83B9
(175,131,185)
#A078A9
(160,120,169)
#916D99
(145,109,153)
#826289
(130,98,137)
#735779
(115,87,121)
#644C69
(100,76,105)
#554159
(85,65,89)
#463649
(70,54,73)
#372B39
(55,43,57)
#282029
(40,32,41)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #AF83B9

#AF83B9
(175,131,185)
#B68EBF
(182,142,191)
#BD99C5
(189,153,197)
#C4A4CB
(196,164,203)
#CBAFD1
(203,175,209)
#D2BAD7
(210,186,215)
#D9C5DD
(217,197,221)
#E0D0E3
(224,208,227)
#E7DBE9
(231,219,233)
#EEE6EF
(238,230,239)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF83B9 color. Also use rgb(175,131,185) instead hex code.

Text Font Color

.myTextColor { color: #AF83B9; }

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

This text font color is #AF83B9.

Background Color

.myBgColor { background-color: #AF83B9; }

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

This div background color is #AF83B9.

Border color

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

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

This div border color is #AF83B9.

Opacity

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

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

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

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

This text has shadow with #AF83B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF83B9.

Preview

Color preview on black background

This text has color #AF83B9 on black background.


Color preview on white background

This text has color #AF83B9 on white background.


Black color preview on #AF83B9 background

This text has black color on #AF83B9 background.


White color preview on #AF83B9 background

This text has white color on #AF83B9 background.


Related colors

Complementary color

Complementary color for #hex is #507C46.


I love getcolorcode.com

Triadic colors

1 #B9AF83 and #83B9AF with #AF83B9 are triadic colors.

2 #B983AF and #83AFB9 with #AF83B9 are triadic colors.