COLOR #AF7AA7

HEX: #AF7AA7
RGB: (175,122,167)

Color info

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

RGB color model

#AF7AA7 color RGB value is (175,122,167).

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

RGB channels and saturation

R 175 of 255 = 69%
G 122 of 255 = 48%
B 167 of 255 = 65%

175
122
167

R + G + B ~ 61%. #AF7AA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 122 + 167 = 464 (100%)
R 175 of 464 ~ 37.72%
G 122 of 464 ~ 26.29%
B 167 of 464 ~ 35.99%

%37.72
%26.29
%35.99

CMYK color model

#AF7AA7 color CMYK value is (0,30,5,31).

  • cyan value is 0.00%
  • magenta value is 30.29%
  • yellow value is 4.57%
  • key color value is 31.37%
CMYK:
(0,30,5,31)
C0M30Y5K31 
(0%,30%,5%,31%)
(0.00/0.30/0.05/0.31)	

CMYK percentages

%0
%30.29
%4.57
%31.37

Codes

Color #AF7AA7 in popluar color models

AF7AA7
RGB175122167
HSL309°24.88%58.24%
HSB/HSV309°30.29%68.63%
CMYK0.00%30.29%4.57%
31.37%

Color #AF7AA7 in popluar number systems.

HEXAF7AA7
Decimal175122167
Binary10101111111101010100111
Octal257172247

Shades and tints

Shades of #AF7AA7

#AF7AA7
(175,122,167)
#A06F98
(160,111,152)
#916489
(145,100,137)
#82597A
(130,89,122)
#734E6B
(115,78,107)
#64435C
(100,67,92)
#55384D
(85,56,77)
#462D3E
(70,45,62)
#37222F
(55,34,47)
#281720
(40,23,32)
#190C11
(25,12,17)
#000000
(0,0,0)

Tints of #AF7AA7

#AF7AA7
(175,122,167)
#B686AF
(182,134,175)
#BD92B7
(189,146,183)
#C49EBF
(196,158,191)
#CBAAC7
(203,170,199)
#D2B6CF
(210,182,207)
#D9C2D7
(217,194,215)
#E0CEDF
(224,206,223)
#E7DAE7
(231,218,231)
#EEE6EF
(238,230,239)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7AA7; }

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

This text font color is #AF7AA7.


Background Color

.myBgColor { background-color: #AF7AA7; }

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

This div background color is #AF7AA7.


Border color

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

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

This div border color is #AF7AA7.


Opacity

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

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

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

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

This text has shadow with #AF7AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7AA7 on black background.


Color preview on white background

This text has color #AF7AA7 on white background.



Black color preview on #AF7AA7 background

This text has black color on #AF7AA7 background.


White color preview on #AF7AA7 background

This text has white color on #AF7AA7 background.