COLOR #AF91CA

HEX: #AF91CA
RGB: (175,145,202)

Color info

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

RGB color model

#AF91CA color RGB value is (175,145,202).

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

RGB channels and saturation

R 175 of 255 = 69%
G 145 of 255 = 57%
B 202 of 255 = 79%

175
145
202

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

Portions of RGB colors in percentages

R + G + B =
175 + 145 + 202 = 522 (100%)
R 175 of 522 ~ 33.52%
G 145 of 522 ~ 27.78%
B 202 of 522 ~ 38.7%

%33.52
%27.78
%38.7

CMYK color model

#AF91CA color CMYK value is (13,28,0,21).

  • cyan value is 13.37%
  • magenta value is 28.22%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(13,28,0,21)
C13M28Y0K21 
(13%,28%,0%,21%)
(0.13/0.28/0.00/0.21)	

CMYK percentages

%13.37
%28.22
%0
%20.78

Codes

Color #AF91CA in popluar color models

AF91CA
RGB175145202
HSL272°34.97%68.04%
HSB/HSV272°28.22%79.22%
CMYK13.37%28.22%0.00%
20.78%

Color #AF91CA in popluar number systems.

HEXAF91CA
Decimal175145202
Binary101011111001000111001010
Octal257221312

Shades and tints

Shades of #AF91CA

#AF91CA
(175,145,202)
#A084B8
(160,132,184)
#9177A6
(145,119,166)
#826A94
(130,106,148)
#735D82
(115,93,130)
#645070
(100,80,112)
#55435E
(85,67,94)
#46364C
(70,54,76)
#37293A
(55,41,58)
#281C28
(40,28,40)
#190F16
(25,15,22)
#000000
(0,0,0)

Tints of #AF91CA

#AF91CA
(175,145,202)
#B69BCE
(182,155,206)
#BDA5D2
(189,165,210)
#C4AFD6
(196,175,214)
#CBB9DA
(203,185,218)
#D2C3DE
(210,195,222)
#D9CDE2
(217,205,226)
#E0D7E6
(224,215,230)
#E7E1EA
(231,225,234)
#EEEBEE
(238,235,238)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF91CA; }

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

This text font color is #AF91CA.


Background Color

.myBgColor { background-color: #AF91CA; }

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

This div background color is #AF91CA.


Border color

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

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

This div border color is #AF91CA.


Opacity

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

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

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

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

This text has shadow with #AF91CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF91CA on black background.


Color preview on white background

This text has color #AF91CA on white background.



Black color preview on #AF91CA background

This text has black color on #AF91CA background.


White color preview on #AF91CA background

This text has white color on #AF91CA background.