COLOR #AF70A5

HEX: #AF70A5
RGB: (175,112,165)

Color info

#AF70A5 contains mainly red and blue colors. Web safe color of #AF70A5 is #996699 (or #969).

RGB color model

#AF70A5 color RGB value is (175,112,165).

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

RGB channels and saturation

R 175 of 255 = 69%
G 112 of 255 = 44%
B 165 of 255 = 65%

175
112
165

R + G + B ~ 59%. #AF70A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
175 + 112 + 165 = 452 (100%)
R 175 of 452 ~ 38.72%
G 112 of 452 ~ 24.78%
B 165 of 452 ~ 36.5%

%38.72
%24.78
%36.5

CMYK color model

#AF70A5 color CMYK value is (0,36,6,31).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 5.71%
  • key color value is 31.37%
CMYK:
(0,36,6,31)
C0M36Y6K31 
(0%,36%,6%,31%)
(0.00/0.36/0.06/0.31)	

CMYK percentages

%0
%36
%5.71
%31.37

Codes

Color #AF70A5 in popluar color models

AF70A5
RGB175112165
HSL310°28.25%56.27%
HSB/HSV310°36.00%68.63%
CMYK0.00%36.00%5.71%
31.37%

Color #AF70A5 in popluar number systems.

HEXAF70A5
Decimal175112165
Binary10101111111000010100101
Octal257160245

Shades and tints

Shades of #AF70A5

#AF70A5
(175,112,165)
#A06696
(160,102,150)
#915C87
(145,92,135)
#825278
(130,82,120)
#734869
(115,72,105)
#643E5A
(100,62,90)
#55344B
(85,52,75)
#462A3C
(70,42,60)
#37202D
(55,32,45)
#28161E
(40,22,30)
#190C0F
(25,12,15)
#000000
(0,0,0)

Tints of #AF70A5

#AF70A5
(175,112,165)
#B67DAD
(182,125,173)
#BD8AB5
(189,138,181)
#C497BD
(196,151,189)
#CBA4C5
(203,164,197)
#D2B1CD
(210,177,205)
#D9BED5
(217,190,213)
#E0CBDD
(224,203,221)
#E7D8E5
(231,216,229)
#EEE5ED
(238,229,237)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF70A5; }

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

This text font color is #AF70A5.


Background Color

.myBgColor { background-color: #AF70A5; }

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

This div background color is #AF70A5.


Border color

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

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

This div border color is #AF70A5.


Opacity

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

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

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

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

This text has shadow with #AF70A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF70A5 on black background.


Color preview on white background

This text has color #AF70A5 on white background.



Black color preview on #AF70A5 background

This text has black color on #AF70A5 background.


White color preview on #AF70A5 background

This text has white color on #AF70A5 background.