COLOR #AF88AF

HEX: #AF88AF
RGB: (175,136,175)

Color info

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

RGB color model

#AF88AF color RGB value is (175,136,175).

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

RGB channels and saturation

R 175 of 255 = 69%
G 136 of 255 = 53%
B 175 of 255 = 69%

175
136
175

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

Portions of RGB colors in percentages

R + G + B =
175 + 136 + 175 = 486 (100%)
R 175 of 486 ~ 36.01%
G 136 of 486 ~ 27.98%
B 175 of 486 ~ 36.01%

%36.01
%27.98
%36.01

CMYK color model

#AF88AF color CMYK value is (0,22,0,31).

  • cyan value is 0.00%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(0,22,0,31)
C0M22Y0K31 
(0%,22%,0%,31%)
(0.00/0.22/0.00/0.31)	

CMYK percentages

%0
%22.29
%0
%31.37

Codes

Color #AF88AF in popluar color models

AF88AF
RGB175136175
HSL300°19.60%60.98%
HSB/HSV300°22.29%68.63%
CMYK0.00%22.29%0.00%
31.37%

Color #AF88AF in popluar number systems.

HEXAF88AF
Decimal175136175
Binary101011111000100010101111
Octal257210257

Shades and tints

Shades of #AF88AF

#AF88AF
(175,136,175)
#A07CA0
(160,124,160)
#917091
(145,112,145)
#826482
(130,100,130)
#735873
(115,88,115)
#644C64
(100,76,100)
#554055
(85,64,85)
#463446
(70,52,70)
#372837
(55,40,55)
#281C28
(40,28,40)
#191019
(25,16,25)
#000000
(0,0,0)

Tints of #AF88AF

#AF88AF
(175,136,175)
#B692B6
(182,146,182)
#BD9CBD
(189,156,189)
#C4A6C4
(196,166,196)
#CBB0CB
(203,176,203)
#D2BAD2
(210,186,210)
#D9C4D9
(217,196,217)
#E0CEE0
(224,206,224)
#E7D8E7
(231,216,231)
#EEE2EE
(238,226,238)
#F5ECF5
(245,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF88AF; }

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

This text font color is #AF88AF.


Background Color

.myBgColor { background-color: #AF88AF; }

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

This div background color is #AF88AF.


Border color

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

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

This div border color is #AF88AF.


Opacity

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

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

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

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

This text has shadow with #AF88AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF88AF on black background.


Color preview on white background

This text has color #AF88AF on white background.



Black color preview on #AF88AF background

This text has black color on #AF88AF background.


White color preview on #AF88AF background

This text has white color on #AF88AF background.