COLOR #AF9AC2

HEX: #AF9AC2
RGB: (175,154,194)

Color info

#AF9AC2 contains red, green and blue colors in about the same proportion. Web safe color of #AF9AC2 is #9999CC (or #99C).

RGB color model

#AF9AC2 color RGB value is (175,154,194).

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

RGB channels and saturation

R 175 of 255 = 69%
G 154 of 255 = 60%
B 194 of 255 = 76%

175
154
194

R + G + B ~ 68%. #AF9AC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 154 + 194 = 523 (100%)
R 175 of 523 ~ 33.46%
G 154 of 523 ~ 29.45%
B 194 of 523 ~ 37.09%

%33.46
%29.45
%37.09

CMYK color model

#AF9AC2 color CMYK value is (10,21,0,24).

  • cyan value is 9.79%
  • magenta value is 20.62%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(10,21,0,24)
C10M21Y0K24 
(10%,21%,0%,24%)
(0.10/0.21/0.00/0.24)	

CMYK percentages

%9.79
%20.62
%0
%23.92

Codes

Color #AF9AC2 in popluar color models

AF9AC2
RGB175154194
HSL272°24.69%68.24%
HSB/HSV272°20.62%76.08%
CMYK9.79%20.62%0.00%
23.92%

Color #AF9AC2 in popluar number systems.

HEXAF9AC2
Decimal175154194
Binary101011111001101011000010
Octal257232302

Shades and tints

Shades of #AF9AC2

#AF9AC2
(175,154,194)
#A08CB1
(160,140,177)
#917EA0
(145,126,160)
#82708F
(130,112,143)
#73627E
(115,98,126)
#64546D
(100,84,109)
#55465C
(85,70,92)
#46384B
(70,56,75)
#372A3A
(55,42,58)
#281C29
(40,28,41)
#190E18
(25,14,24)
#000000
(0,0,0)

Tints of #AF9AC2

#AF9AC2
(175,154,194)
#B6A3C7
(182,163,199)
#BDACCC
(189,172,204)
#C4B5D1
(196,181,209)
#CBBED6
(203,190,214)
#D2C7DB
(210,199,219)
#D9D0E0
(217,208,224)
#E0D9E5
(224,217,229)
#E7E2EA
(231,226,234)
#EEEBEF
(238,235,239)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9AC2; }

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

This text font color is #AF9AC2.


Background Color

.myBgColor { background-color: #AF9AC2; }

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

This div background color is #AF9AC2.


Border color

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

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

This div border color is #AF9AC2.


Opacity

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

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

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

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

This text has shadow with #AF9AC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9AC2 on black background.


Color preview on white background

This text has color #AF9AC2 on white background.



Black color preview on #AF9AC2 background

This text has black color on #AF9AC2 background.


White color preview on #AF9AC2 background

This text has white color on #AF9AC2 background.