COLOR #AF6D9A

HEX: #AF6D9A
RGB: (175,109,154)

Color info

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

RGB color model

#AF6D9A color RGB value is (175,109,154).

  • red value is 175;
  • green value is 109;
  • blue value is 154.
RGB:
(175,109,154)
(69%,43%,60%)

RGB channels and saturation

R 175 of 255 = 69%
G 109 of 255 = 43%
B 154 of 255 = 60%

175
109
154

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

Portions of RGB colors in percentages

R + G + B =
175 + 109 + 154 = 438 (100%)
R 175 of 438 ~ 39.95%
G 109 of 438 ~ 24.89%
B 154 of 438 ~ 35.16%

%39.95
%24.89
%35.16

CMYK color model

#AF6D9A color CMYK value is (0,38,12,31).

  • cyan value is 0.00%
  • magenta value is 37.71%
  • yellow value is 12.00%
  • key color value is 31.37%
CMYK:
(0,38,12,31)
C0M38Y12K31 
(0%,38%,12%,31%)
(0.00/0.38/0.12/0.31)	

CMYK percentages

%0
%37.71
%12
%31.37

Codes

Color #AF6D9A in popluar color models

AF6D9A
RGB175109154
HSL319°29.20%55.69%
HSB/HSV319°37.71%68.63%
CMYK0.00%37.71%12.00%
31.37%

Color #AF6D9A in popluar number systems.

HEXAF6D9A
Decimal175109154
Binary10101111110110110011010
Octal257155232

Shades and tints

Shades of #AF6D9A

#AF6D9A
(175,109,154)
#A0648C
(160,100,140)
#915B7E
(145,91,126)
#825270
(130,82,112)
#734962
(115,73,98)
#644054
(100,64,84)
#553746
(85,55,70)
#462E38
(70,46,56)
#37252A
(55,37,42)
#281C1C
(40,28,28)
#19130E
(25,19,14)
#000000
(0,0,0)

Tints of #AF6D9A

#AF6D9A
(175,109,154)
#B67AA3
(182,122,163)
#BD87AC
(189,135,172)
#C494B5
(196,148,181)
#CBA1BE
(203,161,190)
#D2AEC7
(210,174,199)
#D9BBD0
(217,187,208)
#E0C8D9
(224,200,217)
#E7D5E2
(231,213,226)
#EEE2EB
(238,226,235)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6D9A; }

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

This text font color is #AF6D9A.


Background Color

.myBgColor { background-color: #AF6D9A; }

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

This div background color is #AF6D9A.


Border color

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

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

This div border color is #AF6D9A.


Opacity

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

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

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

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

This text has shadow with #AF6D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6D9A on black background.


Color preview on white background

This text has color #AF6D9A on white background.



Black color preview on #AF6D9A background

This text has black color on #AF6D9A background.


White color preview on #AF6D9A background

This text has white color on #AF6D9A background.