COLOR #AF53DF

HEX: #AF53DF RGB: (175,83,223)

Color info

#AF53DF contains mainly red and blue colors. Web safe color of #AF53DF is #9966CC (or #96C).

RGB color model

#AF53DF color RGB value is (175,83,223).

RGB: (175,83,223) (69%, 33%, 87%)

RGB channels and saturation

R 175 of 255 = 69%
G 83 of 255 = 33%
B 223 of 255 = 87%

175
83
223

R + G + B ~ 63%. #AF53DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 83 + 223 = 481 (100%)
R 175 of 481 ~ 36.38%
G 83 of 481 ~ 17.26%
B 223 of 481 ~ 46.36'%

%36.38
%17.26
%46.36

CMYK color model

#AF53DF color CMYK value is (22,63,0,13).

  • cyan value is 21.52%
  • magenta value is 62.78%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (22,63,0,13) C22M63Y0K13 (22%,63%,0%,13%) (0.22/0.63/0.00/0.13) 

CMYK percentages

%21.52
%62.78
%0
%12.55

Codes

Color #AF53DF in popluar color models

AF 53 DF
RGB 175 83 223
HSL 279° 68.63% 60.00%
HSB/HSV 279° 62.78% 87.45%
CMYK 21.52% 62.78% 0.00%
12.55%

Color #AF53DF in popluar number systems.

HEX AF 53 DF
Decimal 175 83 223
Binary 10101111 1010011 11011111
Octal 257 123 337

Shades and tints

Shades of #AF53DF

#AF53DF
(175,83,223)
#A04CCB
(160,76,203)
#9145B7
(145,69,183)
#823EA3
(130,62,163)
#73378F
(115,55,143)
#64307B
(100,48,123)
#552967
(85,41,103)
#462253
(70,34,83)
#371B3F
(55,27,63)
#28142B
(40,20,43)
#190D17
(25,13,23)
#000000
(0,0,0)

Tints of #AF53DF

#AF53DF
(175,83,223)
#B662E1
(182,98,225)
#BD71E3
(189,113,227)
#C480E5
(196,128,229)
#CB8FE7
(203,143,231)
#D29EE9
(210,158,233)
#D9ADEB
(217,173,235)
#E0BCED
(224,188,237)
#E7CBEF
(231,203,239)
#EEDAF1
(238,218,241)
#F5E9F3
(245,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF53DF color. Also use rgb(175,83,223) instead hex code.

Text Font Color

.myTextColor { color: #AF53DF; }

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

This text font color is #AF53DF.

Background Color

.myBgColor { background-color: #AF53DF; }

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

This div background color is #AF53DF.

Border color

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

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

This div border color is #AF53DF.

Opacity

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

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

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

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

This text has shadow with #AF53DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF53DF.

Preview

Color preview on black background

This text has color #AF53DF on black background.


Color preview on white background

This text has color #AF53DF on white background.


Black color preview on #AF53DF background

This text has black color on #AF53DF background.


White color preview on #AF53DF background

This text has white color on #AF53DF background.


Related colors

Complementary color

Complementary color for #hex is #50AC20.


I love getcolorcode.com

Triadic colors

1 #DFAF53 and #53DFAF with #AF53DF are triadic colors.

2 #DF53AF and #53AFDF with #AF53DF are triadic colors.