COLOR #AF85CE

HEX: #AF85CE RGB: (175,133,206)

Color info

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

RGB color model

#AF85CE color RGB value is (175,133,206).

RGB: (175,133,206) (69%, 52%, 81%)

RGB channels and saturation

R 175 of 255 = 69%
G 133 of 255 = 52%
B 206 of 255 = 81%

175
133
206

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

Portions of RGB colors in percentages

R + G + B = 175 + 133 + 206 = 514 (100%)
R 175 of 514 ~ 34.05%
G 133 of 514 ~ 25.88%
B 206 of 514 ~ 40.08'%

%34.05
%25.88
%40.08

CMYK color model

#AF85CE color CMYK value is (15,35,0,19).

  • cyan value is 15.05%
  • magenta value is 35.44%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (15,35,0,19)
C15M35Y0K19 (15%, 35%, 0%, 19%)
(0.15 / 0.35 / 0.00 / 0.19)

CMYK percentages

%15.05
%35.44
%0
%19.22

Codes

Color #AF85CE in popluar color models

AF 85 CE
RGB 175 133 206
HSL 275° 42.69% 66.47%
HSB/HSV 275° 35.44% 80.78%
CMYK 15.05% 35.44% 0.00%
19.22%

Color #AF85CE in popluar number systems.

HEX AF 85 CE
Decimal 175 133 206
Binary 10101111 10000101 11001110
Octal 257 205 316

Shades and tints

Shades of #AF85CE

#AF85CE
(175,133,206)
#A079BC
(160,121,188)
#916DAA
(145,109,170)
#826198
(130,97,152)
#735586
(115,85,134)
#644974
(100,73,116)
#553D62
(85,61,98)
#463150
(70,49,80)
#37253E
(55,37,62)
#28192C
(40,25,44)
#190D1A
(25,13,26)
#000000
(0,0,0)

Tints of #AF85CE

#AF85CE
(175,133,206)
#B690D2
(182,144,210)
#BD9BD6
(189,155,214)
#C4A6DA
(196,166,218)
#CBB1DE
(203,177,222)
#D2BCE2
(210,188,226)
#D9C7E6
(217,199,230)
#E0D2EA
(224,210,234)
#E7DDEE
(231,221,238)
#EEE8F2
(238,232,242)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF85CE color. Also use rgb(175,133,206) instead hex code.

Text Font Color

.myTextColor { color: #AF85CE; }

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

This text font color is #AF85CE.

Background Color

.myBgColor { background-color: #AF85CE; }

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

This div background color is #AF85CE.

Border color

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

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

This div border color is #AF85CE.

Opacity

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

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

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

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

This text has shadow with #AF85CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF85CE.

Preview

Color preview on black background

This text has color #AF85CE on black background.


Color preview on white background

This text has color #AF85CE on white background.


Black color preview on #AF85CE background

This text has black color on #AF85CE background.


White color preview on #AF85CE background

This text has white color on #AF85CE background.


Related colors

Complementary color

Complementary color for #hex is #507A31.


I love getcolorcode.com

Triadic colors

1 #CEAF85 and #85CEAF with #AF85CE are triadic colors.

2 #CE85AF and #85AFCE with #AF85CE are triadic colors.