COLOR #AF8AAD

HEX: #AF8AAD
RGB: (175,138,173)

Color info

#AF8AAD contains red, green and blue colors in about the same proportion. Web safe color of #AF8AAD is #999999 (or #999).

RGB color model

#AF8AAD color RGB value is (175,138,173).

  • red value is 175;
  • green value is 138;
  • blue value is 173.
RGB:
(175,138,173)
(69%,54%,68%)

RGB channels and saturation

R 175 of 255 = 69%
G 138 of 255 = 54%
B 173 of 255 = 68%

175
138
173

R + G + B ~ 64%. #AF8AAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 138 + 173 = 486 (100%)
R 175 of 486 ~ 36.01%
G 138 of 486 ~ 28.4%
B 173 of 486 ~ 35.6%

%36.01
%28.4
%35.6

CMYK color model

#AF8AAD color CMYK value is (0,21,1,31).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 1.14%
  • key color value is 31.37%
CMYK:
(0,21,1,31)
C0M21Y1K31 
(0%,21%,1%,31%)
(0.00/0.21/0.01/0.31)	

CMYK percentages

%0
%21.14
%1.14
%31.37

Codes

Color #AF8AAD in popluar color models

AF8AAD
RGB175138173
HSL303°18.78%61.37%
HSB/HSV303°21.14%68.63%
CMYK0.00%21.14%1.14%
31.37%

Color #AF8AAD in popluar number systems.

HEXAF8AAD
Decimal175138173
Binary101011111000101010101101
Octal257212255

Shades and tints

Shades of #AF8AAD

#AF8AAD
(175,138,173)
#A07E9E
(160,126,158)
#91728F
(145,114,143)
#826680
(130,102,128)
#735A71
(115,90,113)
#644E62
(100,78,98)
#554253
(85,66,83)
#463644
(70,54,68)
#372A35
(55,42,53)
#281E26
(40,30,38)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #AF8AAD

#AF8AAD
(175,138,173)
#B694B4
(182,148,180)
#BD9EBB
(189,158,187)
#C4A8C2
(196,168,194)
#CBB2C9
(203,178,201)
#D2BCD0
(210,188,208)
#D9C6D7
(217,198,215)
#E0D0DE
(224,208,222)
#E7DAE5
(231,218,229)
#EEE4EC
(238,228,236)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8AAD; }

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

This text font color is #AF8AAD.


Background Color

.myBgColor { background-color: #AF8AAD; }

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

This div background color is #AF8AAD.


Border color

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

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

This div border color is #AF8AAD.


Opacity

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

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

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

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

This text has shadow with #AF8AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8AAD on black background.


Color preview on white background

This text has color #AF8AAD on white background.



Black color preview on #AF8AAD background

This text has black color on #AF8AAD background.


White color preview on #AF8AAD background

This text has white color on #AF8AAD background.