COLOR #AF70D1

HEX: #AF70D1
RGB: (175,112,209)

Color info

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

RGB color model

#AF70D1 color RGB value is (175,112,209).

  • red value is 175;
  • green value is 112;
  • blue value is 209.
RGB:
(175,112,209)
(69%,44%,82%)

RGB channels and saturation

R 175 of 255 = 69%
G 112 of 255 = 44%
B 209 of 255 = 82%

175
112
209

R + G + B ~ 65%. #AF70D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 112 + 209 = 496 (100%)
R 175 of 496 ~ 35.28%
G 112 of 496 ~ 22.58%
B 209 of 496 ~ 42.14%

%35.28
%22.58
%42.14

CMYK color model

#AF70D1 color CMYK value is (16,46,0,18).

  • cyan value is 16.27%
  • magenta value is 46.41%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,46,0,18)
C16M46Y0K18 
(16%,46%,0%,18%)
(0.16/0.46/0.00/0.18)	

CMYK percentages

%16.27
%46.41
%0
%18.04

Codes

Color #AF70D1 in popluar color models

AF70D1
RGB175112209
HSL279°51.32%62.94%
HSB/HSV279°46.41%81.96%
CMYK16.27%46.41%0.00%
18.04%

Color #AF70D1 in popluar number systems.

HEXAF70D1
Decimal175112209
Binary10101111111000011010001
Octal257160321

Shades and tints

Shades of #AF70D1

#AF70D1
(175,112,209)
#A066BE
(160,102,190)
#915CAB
(145,92,171)
#825298
(130,82,152)
#734885
(115,72,133)
#643E72
(100,62,114)
#55345F
(85,52,95)
#462A4C
(70,42,76)
#372039
(55,32,57)
#281626
(40,22,38)
#190C13
(25,12,19)
#000000
(0,0,0)

Tints of #AF70D1

#AF70D1
(175,112,209)
#B67DD5
(182,125,213)
#BD8AD9
(189,138,217)
#C497DD
(196,151,221)
#CBA4E1
(203,164,225)
#D2B1E5
(210,177,229)
#D9BEE9
(217,190,233)
#E0CBED
(224,203,237)
#E7D8F1
(231,216,241)
#EEE5F5
(238,229,245)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF70D1; }

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

This text font color is #AF70D1.


Background Color

.myBgColor { background-color: #AF70D1; }

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

This div background color is #AF70D1.


Border color

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

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

This div border color is #AF70D1.


Opacity

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

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

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

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

This text has shadow with #AF70D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF70D1 on black background.


Color preview on white background

This text has color #AF70D1 on white background.



Black color preview on #AF70D1 background

This text has black color on #AF70D1 background.


White color preview on #AF70D1 background

This text has white color on #AF70D1 background.