COLOR #AF83CB

HEX: #AF83CB RGB: (175,131,203)

Color info

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

RGB color model

#AF83CB color RGB value is (175,131,203).

RGB: (175,131,203) (69%, 51%, 80%)

RGB channels and saturation

R 175 of 255 = 69%
G 131 of 255 = 51%
B 203 of 255 = 80%

175
131
203

R + G + B ~ 67%. #AF83CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 131 + 203 = 509 (100%)
R 175 of 509 ~ 34.38%
G 131 of 509 ~ 25.74%
B 203 of 509 ~ 39.88'%

%34.38
%25.74
%39.88

CMYK color model

#AF83CB color CMYK value is (14,35,0,20).

  • cyan value is 13.79%
  • magenta value is 35.47%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (14,35,0,20)
C14M35Y0K20 (14%, 35%, 0%, 20%)
(0.14 / 0.35 / 0.00 / 0.20)

CMYK percentages

%13.79
%35.47
%0
%20.39

Codes

Color #AF83CB in popluar color models

AF 83 CB
RGB 175 131 203
HSL 277° 40.91% 65.49%
HSB/HSV 277° 35.47% 79.61%
CMYK 13.79% 35.47% 0.00%
20.39%

Color #AF83CB in popluar number systems.

HEX AF 83 CB
Decimal 175 131 203
Binary 10101111 10000011 11001011
Octal 257 203 313

Shades and tints

Shades of #AF83CB

#AF83CB
(175,131,203)
#A078B9
(160,120,185)
#916DA7
(145,109,167)
#826295
(130,98,149)
#735783
(115,87,131)
#644C71
(100,76,113)
#55415F
(85,65,95)
#46364D
(70,54,77)
#372B3B
(55,43,59)
#282029
(40,32,41)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #AF83CB

#AF83CB
(175,131,203)
#B68ECF
(182,142,207)
#BD99D3
(189,153,211)
#C4A4D7
(196,164,215)
#CBAFDB
(203,175,219)
#D2BADF
(210,186,223)
#D9C5E3
(217,197,227)
#E0D0E7
(224,208,231)
#E7DBEB
(231,219,235)
#EEE6EF
(238,230,239)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF83CB; }

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

This text font color is #AF83CB.

Background Color

.myBgColor { background-color: #AF83CB; }

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

This div background color is #AF83CB.

Border color

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

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

This div border color is #AF83CB.

Opacity

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

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

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

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

This text has shadow with #AF83CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF83CB.

Preview

Color preview on black background

This text has color #AF83CB on black background.


Color preview on white background

This text has color #AF83CB on white background.


Black color preview on #AF83CB background

This text has black color on #AF83CB background.


White color preview on #AF83CB background

This text has white color on #AF83CB background.


Related colors

Complementary color

Complementary color for #hex is #507C34.


I love getcolorcode.com

Triadic colors

1 #CBAF83 and #83CBAF with #AF83CB are triadic colors.

2 #CB83AF and #83AFCB with #AF83CB are triadic colors.