COLOR #AF97CA

HEX: #AF97CA
RGB: (175,151,202)

Color info

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

RGB color model

#AF97CA color RGB value is (175,151,202).

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

RGB channels and saturation

R 175 of 255 = 69%
G 151 of 255 = 59%
B 202 of 255 = 79%

175
151
202

R + G + B ~ 69%. #AF97CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 151 + 202 = 528 (100%)
R 175 of 528 ~ 33.14%
G 151 of 528 ~ 28.6%
B 202 of 528 ~ 38.26%

%33.14
%28.6
%38.26

CMYK color model

#AF97CA color CMYK value is (13,25,0,21).

  • cyan value is 13.37%
  • magenta value is 25.25%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(13,25,0,21)
C13M25Y0K21 
(13%,25%,0%,21%)
(0.13/0.25/0.00/0.21)	

CMYK percentages

%13.37
%25.25
%0
%20.78

Codes

Color #AF97CA in popluar color models

AF97CA
RGB175151202
HSL268°32.48%69.22%
HSB/HSV268°25.25%79.22%
CMYK13.37%25.25%0.00%
20.78%

Color #AF97CA in popluar number systems.

HEXAF97CA
Decimal175151202
Binary101011111001011111001010
Octal257227312

Shades and tints

Shades of #AF97CA

#AF97CA
(175,151,202)
#A08AB8
(160,138,184)
#917DA6
(145,125,166)
#827094
(130,112,148)
#736382
(115,99,130)
#645670
(100,86,112)
#55495E
(85,73,94)
#463C4C
(70,60,76)
#372F3A
(55,47,58)
#282228
(40,34,40)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #AF97CA

#AF97CA
(175,151,202)
#B6A0CE
(182,160,206)
#BDA9D2
(189,169,210)
#C4B2D6
(196,178,214)
#CBBBDA
(203,187,218)
#D2C4DE
(210,196,222)
#D9CDE2
(217,205,226)
#E0D6E6
(224,214,230)
#E7DFEA
(231,223,234)
#EEE8EE
(238,232,238)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF97CA; }

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

This text font color is #AF97CA.


Background Color

.myBgColor { background-color: #AF97CA; }

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

This div background color is #AF97CA.


Border color

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

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

This div border color is #AF97CA.


Opacity

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

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

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

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

This text has shadow with #AF97CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF97CA on black background.


Color preview on white background

This text has color #AF97CA on white background.



Black color preview on #AF97CA background

This text has black color on #AF97CA background.


White color preview on #AF97CA background

This text has white color on #AF97CA background.