COLOR #AF81AF

HEX: #AF81AF
RGB: (175,129,175)

Color info

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

RGB color model

#AF81AF color RGB value is (175,129,175).

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

RGB channels and saturation

R 175 of 255 = 69%
G 129 of 255 = 51%
B 175 of 255 = 69%

175
129
175

R + G + B ~ 63%. #AF81AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 129 + 175 = 479 (100%)
R 175 of 479 ~ 36.53%
G 129 of 479 ~ 26.93%
B 175 of 479 ~ 36.53%

%36.53
%26.93
%36.53

CMYK color model

#AF81AF color CMYK value is (0,26,0,31).

  • cyan value is 0.00%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(0,26,0,31)
C0M26Y0K31 
(0%,26%,0%,31%)
(0.00/0.26/0.00/0.31)	

CMYK percentages

%0
%26.29
%0
%31.37

Codes

Color #AF81AF in popluar color models

AF81AF
RGB175129175
HSL300°22.33%59.61%
HSB/HSV300°26.29%68.63%
CMYK0.00%26.29%0.00%
31.37%

Color #AF81AF in popluar number systems.

HEXAF81AF
Decimal175129175
Binary101011111000000110101111
Octal257201257

Shades and tints

Shades of #AF81AF

#AF81AF
(175,129,175)
#A076A0
(160,118,160)
#916B91
(145,107,145)
#826082
(130,96,130)
#735573
(115,85,115)
#644A64
(100,74,100)
#553F55
(85,63,85)
#463446
(70,52,70)
#372937
(55,41,55)
#281E28
(40,30,40)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #AF81AF

#AF81AF
(175,129,175)
#B68CB6
(182,140,182)
#BD97BD
(189,151,189)
#C4A2C4
(196,162,196)
#CBADCB
(203,173,203)
#D2B8D2
(210,184,210)
#D9C3D9
(217,195,217)
#E0CEE0
(224,206,224)
#E7D9E7
(231,217,231)
#EEE4EE
(238,228,238)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF81AF; }

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

This text font color is #AF81AF.


Background Color

.myBgColor { background-color: #AF81AF; }

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

This div background color is #AF81AF.


Border color

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

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

This div border color is #AF81AF.


Opacity

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

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

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

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

This text has shadow with #AF81AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF81AF on black background.


Color preview on white background

This text has color #AF81AF on white background.



Black color preview on #AF81AF background

This text has black color on #AF81AF background.


White color preview on #AF81AF background

This text has white color on #AF81AF background.