COLOR #AF70E1

HEX: #AF70E1 RGB: (175,112,225)

Color info

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

RGB color model

#AF70E1 color RGB value is (175,112,225).

RGB: (175,112,225) (69%, 44%, 88%)

RGB channels and saturation

R 175 of 255 = 69%
G 112 of 255 = 44%
B 225 of 255 = 88%

175
112
225

R + G + B ~ 67%. #AF70E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 112 + 225 = 512 (100%)
R 175 of 512 ~ 34.18%
G 112 of 512 ~ 21.88%
B 225 of 512 ~ 43.95'%

%34.18
%21.88
%43.95

CMYK color model

#AF70E1 color CMYK value is (22,50,0,12).

  • cyan value is 22.22%
  • magenta value is 50.22%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (22,50,0,12) C22M50Y0K12 (22%,50%,0%,12%) (0.22/0.50/0.00/0.12) 

CMYK percentages

%22.22
%50.22
%0
%11.76

Codes

Color #AF70E1 in popluar color models

AF 70 E1
RGB 175 112 225
HSL 273° 65.32% 66.08%
HSB/HSV 273° 50.22% 88.24%
CMYK 22.22% 50.22% 0.00%
11.76%

Color #AF70E1 in popluar number systems.

HEX AF 70 E1
Decimal 175 112 225
Binary 10101111 1110000 11100001
Octal 257 160 341

Shades and tints

Shades of #AF70E1

#AF70E1
(175,112,225)
#A066CD
(160,102,205)
#915CB9
(145,92,185)
#8252A5
(130,82,165)
#734891
(115,72,145)
#643E7D
(100,62,125)
#553469
(85,52,105)
#462A55
(70,42,85)
#372041
(55,32,65)
#28162D
(40,22,45)
#190C19
(25,12,25)
#000000
(0,0,0)

Tints of #AF70E1

#AF70E1
(175,112,225)
#B67DE3
(182,125,227)
#BD8AE5
(189,138,229)
#C497E7
(196,151,231)
#CBA4E9
(203,164,233)
#D2B1EB
(210,177,235)
#D9BEED
(217,190,237)
#E0CBEF
(224,203,239)
#E7D8F1
(231,216,241)
#EEE5F3
(238,229,243)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF70E1 color. Also use rgb(175,112,225) instead hex code.

Text Font Color

.myTextColor { color: #AF70E1; }

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

This text font color is #AF70E1.

Background Color

.myBgColor { background-color: #AF70E1; }

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

This div background color is #AF70E1.

Border color

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

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

This div border color is #AF70E1.

Opacity

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

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

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

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

This text has shadow with #AF70E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF70E1.

Preview

Color preview on black background

This text has color #AF70E1 on black background.


Color preview on white background

This text has color #AF70E1 on white background.


Black color preview on #AF70E1 background

This text has black color on #AF70E1 background.


White color preview on #AF70E1 background

This text has white color on #AF70E1 background.


Related colors

Complementary color

Complementary color for #hex is #508F1E.


I love getcolorcode.com

Triadic colors

1 #E1AF70 and #70E1AF with #AF70E1 are triadic colors.

2 #E170AF and #70AFE1 with #AF70E1 are triadic colors.