COLOR #AF91D3

HEX: #AF91D3
RGB: (175,145,211)

Color info

#AF91D3 contains mainly red and blue colors. Web safe color of #AF91D3 is #9999CC (or #99C).

RGB color model

#AF91D3 color RGB value is (175,145,211).

  • red value is 175;
  • green value is 145;
  • blue value is 211.
RGB:
(175,145,211)
(69%,57%,83%)

RGB channels and saturation

R 175 of 255 = 69%
G 145 of 255 = 57%
B 211 of 255 = 83%

175
145
211

R + G + B ~ 70%. #AF91D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 145 + 211 = 531 (100%)
R 175 of 531 ~ 32.96%
G 145 of 531 ~ 27.31%
B 211 of 531 ~ 39.74%

%32.96
%27.31
%39.74

CMYK color model

#AF91D3 color CMYK value is (17,31,0,17).

  • cyan value is 17.06%
  • magenta value is 31.28%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(17,31,0,17)
C17M31Y0K17 
(17%,31%,0%,17%)
(0.17/0.31/0.00/0.17)	

CMYK percentages

%17.06
%31.28
%0
%17.25

Codes

Color #AF91D3 in popluar color models

AF91D3
RGB175145211
HSL267°42.86%69.80%
HSB/HSV267°31.28%82.75%
CMYK17.06%31.28%0.00%
17.25%

Color #AF91D3 in popluar number systems.

HEXAF91D3
Decimal175145211
Binary101011111001000111010011
Octal257221323

Shades and tints

Shades of #AF91D3

#AF91D3
(175,145,211)
#A084C0
(160,132,192)
#9177AD
(145,119,173)
#826A9A
(130,106,154)
#735D87
(115,93,135)
#645074
(100,80,116)
#554361
(85,67,97)
#46364E
(70,54,78)
#37293B
(55,41,59)
#281C28
(40,28,40)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #AF91D3

#AF91D3
(175,145,211)
#B69BD7
(182,155,215)
#BDA5DB
(189,165,219)
#C4AFDF
(196,175,223)
#CBB9E3
(203,185,227)
#D2C3E7
(210,195,231)
#D9CDEB
(217,205,235)
#E0D7EF
(224,215,239)
#E7E1F3
(231,225,243)
#EEEBF7
(238,235,247)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF91D3; }

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

This text font color is #AF91D3.


Background Color

.myBgColor { background-color: #AF91D3; }

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

This div background color is #AF91D3.


Border color

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

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

This div border color is #AF91D3.


Opacity

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

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

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

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

This text has shadow with #AF91D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF91D3 on black background.


Color preview on white background

This text has color #AF91D3 on white background.



Black color preview on #AF91D3 background

This text has black color on #AF91D3 background.


White color preview on #AF91D3 background

This text has white color on #AF91D3 background.