COLOR #AF9CDC

HEX: #AF9CDC
RGB: (175,156,220)

Color info

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

RGB color model

#AF9CDC color RGB value is (175,156,220).

  • red value is 175;
  • green value is 156;
  • blue value is 220.
RGB:
(175,156,220)
(69%,61%,86%)

RGB channels and saturation

R 175 of 255 = 69%
G 156 of 255 = 61%
B 220 of 255 = 86%

175
156
220

R + G + B ~ 72%. #AF9CDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 156 + 220 = 551 (100%)
R 175 of 551 ~ 31.76%
G 156 of 551 ~ 28.31%
B 220 of 551 ~ 39.93%

%31.76
%28.31
%39.93

CMYK color model

#AF9CDC color CMYK value is (20,29,0,14).

  • cyan value is 20.45%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(20,29,0,14)
C20M29Y0K14 
(20%,29%,0%,14%)
(0.20/0.29/0.00/0.14)	

CMYK percentages

%20.45
%29.09
%0
%13.73

Codes

Color #AF9CDC in popluar color models

AF9CDC
RGB175156220
HSL258°47.76%73.73%
HSB/HSV258°29.09%86.27%
CMYK20.45%29.09%0.00%
13.73%

Color #AF9CDC in popluar number systems.

HEXAF9CDC
Decimal175156220
Binary101011111001110011011100
Octal257234334

Shades and tints

Shades of #AF9CDC

#AF9CDC
(175,156,220)
#A08EC8
(160,142,200)
#9180B4
(145,128,180)
#8272A0
(130,114,160)
#73648C
(115,100,140)
#645678
(100,86,120)
#554864
(85,72,100)
#463A50
(70,58,80)
#372C3C
(55,44,60)
#281E28
(40,30,40)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #AF9CDC

#AF9CDC
(175,156,220)
#B6A5DF
(182,165,223)
#BDAEE2
(189,174,226)
#C4B7E5
(196,183,229)
#CBC0E8
(203,192,232)
#D2C9EB
(210,201,235)
#D9D2EE
(217,210,238)
#E0DBF1
(224,219,241)
#E7E4F4
(231,228,244)
#EEEDF7
(238,237,247)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9CDC color. Also use rgb(175,156,220) instead hex code.

Text Font Color

.myTextColor { color: #AF9CDC; }

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

This text font color is #AF9CDC.


Background Color

.myBgColor { background-color: #AF9CDC; }

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

This div background color is #AF9CDC.


Border color

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

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

This div border color is #AF9CDC.


Opacity

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

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

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

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

This text has shadow with #AF9CDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9CDC on black background.


Color preview on white background

This text has color #AF9CDC on white background.



Black color preview on #AF9CDC background

This text has black color on #AF9CDC background.


White color preview on #AF9CDC background

This text has white color on #AF9CDC background.