COLOR #AF51CE

HEX: #AF51CE RGB: (175,81,206)

Color info

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

RGB color model

#AF51CE color RGB value is (175,81,206).

RGB: (175,81,206) (69%, 32%, 81%)

RGB channels and saturation

R 175 of 255 = 69%
G 81 of 255 = 32%
B 206 of 255 = 81%

175
81
206

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

Portions of RGB colors in percentages

R + G + B = 175 + 81 + 206 = 462 (100%)
R 175 of 462 ~ 37.88%
G 81 of 462 ~ 17.53%
B 206 of 462 ~ 44.59'%

%37.88
%17.53
%44.59

CMYK color model

#AF51CE color CMYK value is (15,61,0,19).

  • cyan value is 15.05%
  • magenta value is 60.68%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (15,61,0,19)
C15M61Y0K19 (15%, 61%, 0%, 19%)
(0.15 / 0.61 / 0.00 / 0.19)

CMYK percentages

%15.05
%60.68
%0
%19.22

Codes

Color #AF51CE in popluar color models

AF 51 CE
RGB 175 81 206
HSL 285° 56.05% 56.27%
HSB/HSV 285° 60.68% 80.78%
CMYK 15.05% 60.68% 0.00%
19.22%

Color #AF51CE in popluar number systems.

HEX AF 51 CE
Decimal 175 81 206
Binary 10101111 1010001 11001110
Octal 257 121 316

Shades and tints

Shades of #AF51CE

#AF51CE
(175,81,206)
#A04ABC
(160,74,188)
#9143AA
(145,67,170)
#823C98
(130,60,152)
#733586
(115,53,134)
#642E74
(100,46,116)
#552762
(85,39,98)
#462050
(70,32,80)
#37193E
(55,25,62)
#28122C
(40,18,44)
#190B1A
(25,11,26)
#000000
(0,0,0)

Tints of #AF51CE

#AF51CE
(175,81,206)
#B660D2
(182,96,210)
#BD6FD6
(189,111,214)
#C47EDA
(196,126,218)
#CB8DDE
(203,141,222)
#D29CE2
(210,156,226)
#D9ABE6
(217,171,230)
#E0BAEA
(224,186,234)
#E7C9EE
(231,201,238)
#EED8F2
(238,216,242)
#F5E7F6
(245,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF51CE color. Also use rgb(175,81,206) instead hex code.

Text Font Color

.myTextColor { color: #AF51CE; }

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

This text font color is #AF51CE.

Background Color

.myBgColor { background-color: #AF51CE; }

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

This div background color is #AF51CE.

Border color

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

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

This div border color is #AF51CE.

Opacity

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

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

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

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

This text has shadow with #AF51CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF51CE.

Preview

Color preview on black background

This text has color #AF51CE on black background.


Color preview on white background

This text has color #AF51CE on white background.


Black color preview on #AF51CE background

This text has black color on #AF51CE background.


White color preview on #AF51CE background

This text has white color on #AF51CE background.


Related colors

Complementary color

Complementary color for #hex is #50AE31.


I love getcolorcode.com

Triadic colors

1 #CEAF51 and #51CEAF with #AF51CE are triadic colors.

2 #CE51AF and #51AFCE with #AF51CE are triadic colors.