COLOR #AF54D4

HEX: #AF54D4
RGB: (175,84,212)

Color info

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

RGB color model

#AF54D4 color RGB value is (175,84,212).

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

RGB channels and saturation

R 175 of 255 = 69%
G 84 of 255 = 33%
B 212 of 255 = 83%

175
84
212

R + G + B ~ 62%. #AF54D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 84 + 212 = 471 (100%)
R 175 of 471 ~ 37.15%
G 84 of 471 ~ 17.83%
B 212 of 471 ~ 45.01%

%37.15
%17.83
%45.01

CMYK color model

#AF54D4 color CMYK value is (17,60,0,17).

  • cyan value is 17.45%
  • magenta value is 60.38%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(17,60,0,17)
C17M60Y0K17 
(17%,60%,0%,17%)
(0.17/0.60/0.00/0.17)	

CMYK percentages

%17.45
%60.38
%0
%16.86

Codes

Color #AF54D4 in popluar color models

AF54D4
RGB17584212
HSL283°59.81%58.04%
HSB/HSV283°60.38%83.14%
CMYK17.45%60.38%0.00%
16.86%

Color #AF54D4 in popluar number systems.

HEXAF54D4
Decimal17584212
Binary10101111101010011010100
Octal257124324

Shades and tints

Shades of #AF54D4

#AF54D4
(175,84,212)
#A04DC1
(160,77,193)
#9146AE
(145,70,174)
#823F9B
(130,63,155)
#733888
(115,56,136)
#643175
(100,49,117)
#552A62
(85,42,98)
#46234F
(70,35,79)
#371C3C
(55,28,60)
#281529
(40,21,41)
#190E16
(25,14,22)
#000000
(0,0,0)

Tints of #AF54D4

#AF54D4
(175,84,212)
#B663D7
(182,99,215)
#BD72DA
(189,114,218)
#C481DD
(196,129,221)
#CB90E0
(203,144,224)
#D29FE3
(210,159,227)
#D9AEE6
(217,174,230)
#E0BDE9
(224,189,233)
#E7CCEC
(231,204,236)
#EEDBEF
(238,219,239)
#F5EAF2
(245,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF54D4 color. Also use rgb(175,84,212) instead hex code.

Text Font Color

.myTextColor { color: #AF54D4; }

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

This text font color is #AF54D4.


Background Color

.myBgColor { background-color: #AF54D4; }

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

This div background color is #AF54D4.


Border color

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

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

This div border color is #AF54D4.


Opacity

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

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

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

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

This text has shadow with #AF54D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF54D4 on black background.


Color preview on white background

This text has color #AF54D4 on white background.



Black color preview on #AF54D4 background

This text has black color on #AF54D4 background.


White color preview on #AF54D4 background

This text has white color on #AF54D4 background.