COLOR #AF85BE

HEX: #AF85BE RGB: (175,133,190)

Color info

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

RGB color model

#AF85BE color RGB value is (175,133,190).

RGB: (175,133,190) (69%, 52%, 75%)

RGB channels and saturation

R 175 of 255 = 69%
G 133 of 255 = 52%
B 190 of 255 = 75%

175
133
190

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

Portions of RGB colors in percentages

R + G + B = 175 + 133 + 190 = 498 (100%)
R 175 of 498 ~ 35.14%
G 133 of 498 ~ 26.71%
B 190 of 498 ~ 38.15'%

%35.14
%26.71
%38.15

CMYK color model

#AF85BE color CMYK value is (8,30,0,25).

  • cyan value is 7.89%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (8,30,0,25)
C8M30Y0K25 (8%, 30%, 0%, 25%)
(0.08 / 0.30 / 0.00 / 0.25)

CMYK percentages

%7.89
%30
%0
%25.49

Codes

Color #AF85BE in popluar color models

AF 85 BE
RGB 175 133 190
HSL 284° 30.48% 63.33%
HSB/HSV 284° 30.00% 74.51%
CMYK 7.89% 30.00% 0.00%
25.49%

Color #AF85BE in popluar number systems.

HEX AF 85 BE
Decimal 175 133 190
Binary 10101111 10000101 10111110
Octal 257 205 276

Shades and tints

Shades of #AF85BE

#AF85BE
(175,133,190)
#A079AD
(160,121,173)
#916D9C
(145,109,156)
#82618B
(130,97,139)
#73557A
(115,85,122)
#644969
(100,73,105)
#553D58
(85,61,88)
#463147
(70,49,71)
#372536
(55,37,54)
#281925
(40,25,37)
#190D14
(25,13,20)
#000000
(0,0,0)

Tints of #AF85BE

#AF85BE
(175,133,190)
#B690C3
(182,144,195)
#BD9BC8
(189,155,200)
#C4A6CD
(196,166,205)
#CBB1D2
(203,177,210)
#D2BCD7
(210,188,215)
#D9C7DC
(217,199,220)
#E0D2E1
(224,210,225)
#E7DDE6
(231,221,230)
#EEE8EB
(238,232,235)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF85BE; }

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

This text font color is #AF85BE.

Background Color

.myBgColor { background-color: #AF85BE; }

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

This div background color is #AF85BE.

Border color

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

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

This div border color is #AF85BE.

Opacity

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

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

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

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

This text has shadow with #AF85BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF85BE.

Preview

Color preview on black background

This text has color #AF85BE on black background.


Color preview on white background

This text has color #AF85BE on white background.


Black color preview on #AF85BE background

This text has black color on #AF85BE background.


White color preview on #AF85BE background

This text has white color on #AF85BE background.


Related colors

Complementary color

Complementary color for #hex is #507A41.


I love getcolorcode.com

Triadic colors

1 #BEAF85 and #85BEAF with #AF85BE are triadic colors.

2 #BE85AF and #85AFBE with #AF85BE are triadic colors.