COLOR #AF85DC

HEX: #AF85DC
RGB: (175,133,220)

Color info

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

RGB color model

#AF85DC color RGB value is (175,133,220).

  • red value is 175;
  • green value is 133;
  • blue value is 220.
RGB:
(175,133,220)
(69%,52%,86%)

RGB channels and saturation

R 175 of 255 = 69%
G 133 of 255 = 52%
B 220 of 255 = 86%

175
133
220

R + G + B ~ 69%. #AF85DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 133 + 220 = 528 (100%)
R 175 of 528 ~ 33.14%
G 133 of 528 ~ 25.19%
B 220 of 528 ~ 41.67%

%33.14
%25.19
%41.67

CMYK color model

#AF85DC color CMYK value is (20,40,0,14).

  • cyan value is 20.45%
  • magenta value is 39.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(20,40,0,14)
C20M40Y0K14 
(20%,40%,0%,14%)
(0.20/0.40/0.00/0.14)	

CMYK percentages

%20.45
%39.55
%0
%13.73

Codes

Color #AF85DC in popluar color models

AF85DC
RGB175133220
HSL269°55.41%69.22%
HSB/HSV269°39.55%86.27%
CMYK20.45%39.55%0.00%
13.73%

Color #AF85DC in popluar number systems.

HEXAF85DC
Decimal175133220
Binary101011111000010111011100
Octal257205334

Shades and tints

Shades of #AF85DC

#AF85DC
(175,133,220)
#A079C8
(160,121,200)
#916DB4
(145,109,180)
#8261A0
(130,97,160)
#73558C
(115,85,140)
#644978
(100,73,120)
#553D64
(85,61,100)
#463150
(70,49,80)
#37253C
(55,37,60)
#281928
(40,25,40)
#190D14
(25,13,20)
#000000
(0,0,0)

Tints of #AF85DC

#AF85DC
(175,133,220)
#B690DF
(182,144,223)
#BD9BE2
(189,155,226)
#C4A6E5
(196,166,229)
#CBB1E8
(203,177,232)
#D2BCEB
(210,188,235)
#D9C7EE
(217,199,238)
#E0D2F1
(224,210,241)
#E7DDF4
(231,221,244)
#EEE8F7
(238,232,247)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF85DC; }

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

This text font color is #AF85DC.


Background Color

.myBgColor { background-color: #AF85DC; }

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

This div background color is #AF85DC.


Border color

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

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

This div border color is #AF85DC.


Opacity

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

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

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

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

This text has shadow with #AF85DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF85DC on black background.


Color preview on white background

This text has color #AF85DC on white background.



Black color preview on #AF85DC background

This text has black color on #AF85DC background.


White color preview on #AF85DC background

This text has white color on #AF85DC background.