COLOR #AF53CF

HEX: #AF53CF
RGB: (175,83,207)

Color info

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

RGB color model

#AF53CF color RGB value is (175,83,207).

  • red value is 175;
  • green value is 83;
  • blue value is 207.
RGB:
(175,83,207)
(69%,33%,81%)

RGB channels and saturation

R 175 of 255 = 69%
G 83 of 255 = 33%
B 207 of 255 = 81%

175
83
207

R + G + B ~ 61%. #AF53CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 83 + 207 = 465 (100%)
R 175 of 465 ~ 37.63%
G 83 of 465 ~ 17.85%
B 207 of 465 ~ 44.52%

%37.63
%17.85
%44.52

CMYK color model

#AF53CF color CMYK value is (15,60,0,19).

  • cyan value is 15.46%
  • magenta value is 59.90%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(15,60,0,19)
C15M60Y0K19 
(15%,60%,0%,19%)
(0.15/0.60/0.00/0.19)	

CMYK percentages

%15.46
%59.9
%0
%18.82

Codes

Color #AF53CF in popluar color models

AF53CF
RGB17583207
HSL285°56.36%56.86%
HSB/HSV285°59.90%81.18%
CMYK15.46%59.90%0.00%
18.82%

Color #AF53CF in popluar number systems.

HEXAF53CF
Decimal17583207
Binary10101111101001111001111
Octal257123317

Shades and tints

Shades of #AF53CF

#AF53CF
(175,83,207)
#A04CBD
(160,76,189)
#9145AB
(145,69,171)
#823E99
(130,62,153)
#733787
(115,55,135)
#643075
(100,48,117)
#552963
(85,41,99)
#462251
(70,34,81)
#371B3F
(55,27,63)
#28142D
(40,20,45)
#190D1B
(25,13,27)
#000000
(0,0,0)

Tints of #AF53CF

#AF53CF
(175,83,207)
#B662D3
(182,98,211)
#BD71D7
(189,113,215)
#C480DB
(196,128,219)
#CB8FDF
(203,143,223)
#D29EE3
(210,158,227)
#D9ADE7
(217,173,231)
#E0BCEB
(224,188,235)
#E7CBEF
(231,203,239)
#EEDAF3
(238,218,243)
#F5E9F7
(245,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF53CF; }

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

This text font color is #AF53CF.


Background Color

.myBgColor { background-color: #AF53CF; }

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

This div background color is #AF53CF.


Border color

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

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

This div border color is #AF53CF.


Opacity

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

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

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

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

This text has shadow with #AF53CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF53CF on black background.


Color preview on white background

This text has color #AF53CF on white background.



Black color preview on #AF53CF background

This text has black color on #AF53CF background.


White color preview on #AF53CF background

This text has white color on #AF53CF background.