COLOR #AF72A6

HEX: #AF72A6
RGB: (175,114,166)

Color info

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

RGB color model

#AF72A6 color RGB value is (175,114,166).

  • red value is 175;
  • green value is 114;
  • blue value is 166.
RGB:
(175,114,166)
(69%,45%,65%)

RGB channels and saturation

R 175 of 255 = 69%
G 114 of 255 = 45%
B 166 of 255 = 65%

175
114
166

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

Portions of RGB colors in percentages

R + G + B =
175 + 114 + 166 = 455 (100%)
R 175 of 455 ~ 38.46%
G 114 of 455 ~ 25.05%
B 166 of 455 ~ 36.48%

%38.46
%25.05
%36.48

CMYK color model

#AF72A6 color CMYK value is (0,35,5,31).

  • cyan value is 0.00%
  • magenta value is 34.86%
  • yellow value is 5.14%
  • key color value is 31.37%
CMYK:
(0,35,5,31)
C0M35Y5K31 
(0%,35%,5%,31%)
(0.00/0.35/0.05/0.31)	

CMYK percentages

%0
%34.86
%5.14
%31.37

Codes

Color #AF72A6 in popluar color models

AF72A6
RGB175114166
HSL309°27.60%56.67%
HSB/HSV309°34.86%68.63%
CMYK0.00%34.86%5.14%
31.37%

Color #AF72A6 in popluar number systems.

HEXAF72A6
Decimal175114166
Binary10101111111001010100110
Octal257162246

Shades and tints

Shades of #AF72A6

#AF72A6
(175,114,166)
#A06897
(160,104,151)
#915E88
(145,94,136)
#825479
(130,84,121)
#734A6A
(115,74,106)
#64405B
(100,64,91)
#55364C
(85,54,76)
#462C3D
(70,44,61)
#37222E
(55,34,46)
#28181F
(40,24,31)
#190E10
(25,14,16)
#000000
(0,0,0)

Tints of #AF72A6

#AF72A6
(175,114,166)
#B67EAE
(182,126,174)
#BD8AB6
(189,138,182)
#C496BE
(196,150,190)
#CBA2C6
(203,162,198)
#D2AECE
(210,174,206)
#D9BAD6
(217,186,214)
#E0C6DE
(224,198,222)
#E7D2E6
(231,210,230)
#EEDEEE
(238,222,238)
#F5EAF6
(245,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF72A6 color. Also use rgb(175,114,166) instead hex code.

Text Font Color

.myTextColor { color: #AF72A6; }

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

This text font color is #AF72A6.


Background Color

.myBgColor { background-color: #AF72A6; }

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

This div background color is #AF72A6.


Border color

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

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

This div border color is #AF72A6.


Opacity

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

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

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

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

This text has shadow with #AF72A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF72A6 on black background.


Color preview on white background

This text has color #AF72A6 on white background.



Black color preview on #AF72A6 background

This text has black color on #AF72A6 background.


White color preview on #AF72A6 background

This text has white color on #AF72A6 background.