COLOR #AF7CC9

HEX: #AF7CC9
RGB: (175,124,201)

Color info

#AF7CC9 contains mainly red and blue colors. Web safe color of #AF7CC9 is #9966CC (or #96C).

RGB color model

#AF7CC9 color RGB value is (175,124,201).

  • red value is 175;
  • green value is 124;
  • blue value is 201.
RGB: (175,124,201) (69%,49%,79%)

RGB channels and saturation

R 175 of 255 = 69%
G 124 of 255 = 49%
B 201 of 255 = 79%

175
124
201

R + G + B ~ 66%. #AF7CC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 124 + 201 = 500 (100%)
R 175 of 500 ~ 35%
G 124 of 500 ~ 24.8%
B 201 of 500 ~ 40.2%

%35
%24.8
%40.2

CMYK color model

#AF7CC9 color CMYK value is (13,38,0,21).

  • cyan value is 12.94%
  • magenta value is 38.31%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (13,38,0,21) C13M38Y0K21 (13%,38%,0%,21%) (0.13/0.38/0.00/0.21)

CMYK percentages

%12.94
%38.31
%0
%21.18

Codes

Color #AF7CC9 in popluar color models

AF7CC9
RGB175124201
HSL280°41.62%63.73%
HSB/HSV280°38.31%78.82%
CMYK12.94%38.31%0.00%
21.18%

Color #AF7CC9 in popluar number systems.

HEXAF7CC9
Decimal175124201
Binary10101111111110011001001
Octal257174311

Shades and tints

Shades of #AF7CC9

#AF7CC9
(175,124,201)
#A071B7
(160,113,183)
#9166A5
(145,102,165)
#825B93
(130,91,147)
#735081
(115,80,129)
#64456F
(100,69,111)
#553A5D
(85,58,93)
#462F4B
(70,47,75)
#372439
(55,36,57)
#281927
(40,25,39)
#190E15
(25,14,21)
#000000
(0,0,0)

Tints of #AF7CC9

#AF7CC9
(175,124,201)
#B687CD
(182,135,205)
#BD92D1
(189,146,209)
#C49DD5
(196,157,213)
#CBA8D9
(203,168,217)
#D2B3DD
(210,179,221)
#D9BEE1
(217,190,225)
#E0C9E5
(224,201,229)
#E7D4E9
(231,212,233)
#EEDFED
(238,223,237)
#F5EAF1
(245,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7CC9 color. Also use rgb(175,124,201) instead hex code.

Text Font Color

.myTextColor { color: #AF7CC9; }

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

This text font color is #AF7CC9.


Background Color

.myBgColor { background-color: #AF7CC9; }

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

This div background color is #AF7CC9.


Border color

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

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

This div border color is #AF7CC9.


Opacity

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

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

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

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

This text has shadow with #AF7CC9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AF7CC9 on black background.


Color preview on white background

This text has color #AF7CC9 on white background.



Black color preview on #AF7CC9 background

This text has black color on #AF7CC9 background.


White color preview on #AF7CC9 background

This text has white color on #AF7CC9 background.