COLOR #AF83BD

HEX: #AF83BD RGB: (175,131,189)

Color info

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

RGB color model

#AF83BD color RGB value is (175,131,189).

RGB: (175,131,189) (69%, 51%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 131 of 255 = 51%
B 189 of 255 = 74%

175
131
189

R + G + B ~ 65%. #AF83BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 131 + 189 = 495 (100%)
R 175 of 495 ~ 35.35%
G 131 of 495 ~ 26.46%
B 189 of 495 ~ 38.18'%

%35.35
%26.46
%38.18

CMYK color model

#AF83BD color CMYK value is (7,31,0,26).

  • cyan value is 7.41%
  • magenta value is 30.69%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (7,31,0,26)
C7M31Y0K26 (7%, 31%, 0%, 26%)
(0.07 / 0.31 / 0.00 / 0.26)

CMYK percentages

%7.41
%30.69
%0
%25.88

Codes

Color #AF83BD in popluar color models

AF 83 BD
RGB 175 131 189
HSL 286° 30.53% 62.75%
HSB/HSV 286° 30.69% 74.12%
CMYK 7.41% 30.69% 0.00%
25.88%

Color #AF83BD in popluar number systems.

HEX AF 83 BD
Decimal 175 131 189
Binary 10101111 10000011 10111101
Octal 257 203 275

Shades and tints

Shades of #AF83BD

#AF83BD
(175,131,189)
#A078AC
(160,120,172)
#916D9B
(145,109,155)
#82628A
(130,98,138)
#735779
(115,87,121)
#644C68
(100,76,104)
#554157
(85,65,87)
#463646
(70,54,70)
#372B35
(55,43,53)
#282024
(40,32,36)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #AF83BD

#AF83BD
(175,131,189)
#B68EC3
(182,142,195)
#BD99C9
(189,153,201)
#C4A4CF
(196,164,207)
#CBAFD5
(203,175,213)
#D2BADB
(210,186,219)
#D9C5E1
(217,197,225)
#E0D0E7
(224,208,231)
#E7DBED
(231,219,237)
#EEE6F3
(238,230,243)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF83BD; }

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

This text font color is #AF83BD.

Background Color

.myBgColor { background-color: #AF83BD; }

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

This div background color is #AF83BD.

Border color

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

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

This div border color is #AF83BD.

Opacity

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

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

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

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

This text has shadow with #AF83BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF83BD.

Preview

Color preview on black background

This text has color #AF83BD on black background.


Color preview on white background

This text has color #AF83BD on white background.


Black color preview on #AF83BD background

This text has black color on #AF83BD background.


White color preview on #AF83BD background

This text has white color on #AF83BD background.


Related colors

Complementary color

Complementary color for #hex is #507C42.


I love getcolorcode.com

Triadic colors

1 #BDAF83 and #83BDAF with #AF83BD are triadic colors.

2 #BD83AF and #83AFBD with #AF83BD are triadic colors.