COLOR #AF96D4

HEX: #AF96D4
RGB: (175,150,212)

Color info

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

RGB color model

#AF96D4 color RGB value is (175,150,212).

  • red value is 175;
  • green value is 150;
  • blue value is 212.
RGB:
(175,150,212)
(69%,59%,83%)

RGB channels and saturation

R 175 of 255 = 69%
G 150 of 255 = 59%
B 212 of 255 = 83%

175
150
212

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

Portions of RGB colors in percentages

R + G + B =
175 + 150 + 212 = 537 (100%)
R 175 of 537 ~ 32.59%
G 150 of 537 ~ 27.93%
B 212 of 537 ~ 39.48%

%32.59
%27.93
%39.48

CMYK color model

#AF96D4 color CMYK value is (17,29,0,17).

  • cyan value is 17.45%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(17,29,0,17)
C17M29Y0K17 
(17%,29%,0%,17%)
(0.17/0.29/0.00/0.17)	

CMYK percentages

%17.45
%29.25
%0
%16.86

Codes

Color #AF96D4 in popluar color models

AF96D4
RGB175150212
HSL264°41.89%70.98%
HSB/HSV264°29.25%83.14%
CMYK17.45%29.25%0.00%
16.86%

Color #AF96D4 in popluar number systems.

HEXAF96D4
Decimal175150212
Binary101011111001011011010100
Octal257226324

Shades and tints

Shades of #AF96D4

#AF96D4
(175,150,212)
#A089C1
(160,137,193)
#917CAE
(145,124,174)
#826F9B
(130,111,155)
#736288
(115,98,136)
#645575
(100,85,117)
#554862
(85,72,98)
#463B4F
(70,59,79)
#372E3C
(55,46,60)
#282129
(40,33,41)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #AF96D4

#AF96D4
(175,150,212)
#B69FD7
(182,159,215)
#BDA8DA
(189,168,218)
#C4B1DD
(196,177,221)
#CBBAE0
(203,186,224)
#D2C3E3
(210,195,227)
#D9CCE6
(217,204,230)
#E0D5E9
(224,213,233)
#E7DEEC
(231,222,236)
#EEE7EF
(238,231,239)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF96D4 color. Also use rgb(175,150,212) instead hex code.

Text Font Color

.myTextColor { color: #AF96D4; }

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

This text font color is #AF96D4.


Background Color

.myBgColor { background-color: #AF96D4; }

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

This div background color is #AF96D4.


Border color

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

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

This div border color is #AF96D4.


Opacity

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

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

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

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

This text has shadow with #AF96D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF96D4 on black background.


Color preview on white background

This text has color #AF96D4 on white background.



Black color preview on #AF96D4 background

This text has black color on #AF96D4 background.


White color preview on #AF96D4 background

This text has white color on #AF96D4 background.