COLOR #AF7AAF

HEX: #AF7AAF
RGB: (175,122,175)

Color info

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

RGB color model

#AF7AAF color RGB value is (175,122,175).

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

RGB channels and saturation

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

175
122
175

R + G + B ~ 62%. #AF7AAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 122 + 175 = 472 (100%)
R 175 of 472 ~ 37.08%
G 122 of 472 ~ 25.85%
B 175 of 472 ~ 37.08%

%37.08
%25.85
%37.08

CMYK color model

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

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

CMYK percentages

%0
%30.29
%0
%31.37

Codes

Color #AF7AAF in popluar color models

AF7AAF
RGB175122175
HSL300°24.88%58.24%
HSB/HSV300°30.29%68.63%
CMYK0.00%30.29%0.00%
31.37%

Color #AF7AAF in popluar number systems.

HEXAF7AAF
Decimal175122175
Binary10101111111101010101111
Octal257172257

Shades and tints

Shades of #AF7AAF

#AF7AAF
(175,122,175)
#A06FA0
(160,111,160)
#916491
(145,100,145)
#825982
(130,89,130)
#734E73
(115,78,115)
#644364
(100,67,100)
#553855
(85,56,85)
#462D46
(70,45,70)
#372237
(55,34,55)
#281728
(40,23,40)
#190C19
(25,12,25)
#000000
(0,0,0)

Tints of #AF7AAF

#AF7AAF
(175,122,175)
#B686B6
(182,134,182)
#BD92BD
(189,146,189)
#C49EC4
(196,158,196)
#CBAACB
(203,170,203)
#D2B6D2
(210,182,210)
#D9C2D9
(217,194,217)
#E0CEE0
(224,206,224)
#E7DAE7
(231,218,231)
#EEE6EE
(238,230,238)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7AAF; }

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

This text font color is #AF7AAF.


Background Color

.myBgColor { background-color: #AF7AAF; }

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

This div background color is #AF7AAF.


Border color

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

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

This div border color is #AF7AAF.


Opacity

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

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

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

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

This text has shadow with #AF7AAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7AAF on black background.


Color preview on white background

This text has color #AF7AAF on white background.



Black color preview on #AF7AAF background

This text has black color on #AF7AAF background.


White color preview on #AF7AAF background

This text has white color on #AF7AAF background.