COLOR #AF7A9E

HEX: #AF7A9E
RGB: (175,122,158)

Color info

#AF7A9E contains red, green and blue colors in about the same proportion. Web safe color of #AF7A9E is #996699 (or #969).

RGB color model

#AF7A9E color RGB value is (175,122,158).

  • red value is 175;
  • green value is 122;
  • blue value is 158.
RGB:
(175,122,158)
(69%,48%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 122 of 255 = 48%
B 158 of 255 = 62%

175
122
158

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

Portions of RGB colors in percentages

R + G + B =
175 + 122 + 158 = 455 (100%)
R 175 of 455 ~ 38.46%
G 122 of 455 ~ 26.81%
B 158 of 455 ~ 34.73%

%38.46
%26.81
%34.73

CMYK color model

#AF7A9E color CMYK value is (0,30,10,31).

  • cyan value is 0.00%
  • magenta value is 30.29%
  • yellow value is 9.71%
  • key color value is 31.37%
CMYK:
(0,30,10,31)
C0M30Y10K31 
(0%,30%,10%,31%)
(0.00/0.30/0.10/0.31)	

CMYK percentages

%0
%30.29
%9.71
%31.37

Codes

Color #AF7A9E in popluar color models

AF7A9E
RGB175122158
HSL319°24.88%58.24%
HSB/HSV319°30.29%68.63%
CMYK0.00%30.29%9.71%
31.37%

Color #AF7A9E in popluar number systems.

HEXAF7A9E
Decimal175122158
Binary10101111111101010011110
Octal257172236

Shades and tints

Shades of #AF7A9E

#AF7A9E
(175,122,158)
#A06F90
(160,111,144)
#916482
(145,100,130)
#825974
(130,89,116)
#734E66
(115,78,102)
#644358
(100,67,88)
#55384A
(85,56,74)
#462D3C
(70,45,60)
#37222E
(55,34,46)
#281720
(40,23,32)
#190C12
(25,12,18)
#000000
(0,0,0)

Tints of #AF7A9E

#AF7A9E
(175,122,158)
#B686A6
(182,134,166)
#BD92AE
(189,146,174)
#C49EB6
(196,158,182)
#CBAABE
(203,170,190)
#D2B6C6
(210,182,198)
#D9C2CE
(217,194,206)
#E0CED6
(224,206,214)
#E7DADE
(231,218,222)
#EEE6E6
(238,230,230)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7A9E color. Also use rgb(175,122,158) instead hex code.

Text Font Color

.myTextColor { color: #AF7A9E; }

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

This text font color is #AF7A9E.


Background Color

.myBgColor { background-color: #AF7A9E; }

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

This div background color is #AF7A9E.


Border color

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

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

This div border color is #AF7A9E.


Opacity

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

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

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

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

This text has shadow with #AF7A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7A9E on black background.


Color preview on white background

This text has color #AF7A9E on white background.



Black color preview on #AF7A9E background

This text has black color on #AF7A9E background.


White color preview on #AF7A9E background

This text has white color on #AF7A9E background.