COLOR #AF92C5

HEX: #AF92C5
RGB: (175,146,197)

Color info

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

RGB color model

#AF92C5 color RGB value is (175,146,197).

  • red value is 175;
  • green value is 146;
  • blue value is 197.
RGB:
(175,146,197)
(69%,57%,77%)

RGB channels and saturation

R 175 of 255 = 69%
G 146 of 255 = 57%
B 197 of 255 = 77%

175
146
197

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

Portions of RGB colors in percentages

R + G + B =
175 + 146 + 197 = 518 (100%)
R 175 of 518 ~ 33.78%
G 146 of 518 ~ 28.19%
B 197 of 518 ~ 38.03%

%33.78
%28.19
%38.03

CMYK color model

#AF92C5 color CMYK value is (11,26,0,23).

  • cyan value is 11.17%
  • magenta value is 25.89%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(11,26,0,23)
C11M26Y0K23 
(11%,26%,0%,23%)
(0.11/0.26/0.00/0.23)	

CMYK percentages

%11.17
%25.89
%0
%22.75

Codes

Color #AF92C5 in popluar color models

AF92C5
RGB175146197
HSL274°30.54%67.25%
HSB/HSV274°25.89%77.25%
CMYK11.17%25.89%0.00%
22.75%

Color #AF92C5 in popluar number systems.

HEXAF92C5
Decimal175146197
Binary101011111001001011000101
Octal257222305

Shades and tints

Shades of #AF92C5

#AF92C5
(175,146,197)
#A085B4
(160,133,180)
#9178A3
(145,120,163)
#826B92
(130,107,146)
#735E81
(115,94,129)
#645170
(100,81,112)
#55445F
(85,68,95)
#46374E
(70,55,78)
#372A3D
(55,42,61)
#281D2C
(40,29,44)
#19101B
(25,16,27)
#000000
(0,0,0)

Tints of #AF92C5

#AF92C5
(175,146,197)
#B69BCA
(182,155,202)
#BDA4CF
(189,164,207)
#C4ADD4
(196,173,212)
#CBB6D9
(203,182,217)
#D2BFDE
(210,191,222)
#D9C8E3
(217,200,227)
#E0D1E8
(224,209,232)
#E7DAED
(231,218,237)
#EEE3F2
(238,227,242)
#F5ECF7
(245,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF92C5; }

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

This text font color is #AF92C5.


Background Color

.myBgColor { background-color: #AF92C5; }

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

This div background color is #AF92C5.


Border color

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

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

This div border color is #AF92C5.


Opacity

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

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

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

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

This text has shadow with #AF92C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF92C5 on black background.


Color preview on white background

This text has color #AF92C5 on white background.



Black color preview on #AF92C5 background

This text has black color on #AF92C5 background.


White color preview on #AF92C5 background

This text has white color on #AF92C5 background.