COLOR #AF7DC8

HEX: #AF7DC8 RGB: (175,125,200)

Color info

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

RGB color model

#AF7DC8 color RGB value is (175,125,200).

RGB: (175,125,200) (69%, 49%, 78%)

RGB channels and saturation

R 175 of 255 = 69%
G 125 of 255 = 49%
B 200 of 255 = 78%

175
125
200

R + G + B ~ 65%. #AF7DC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 125 + 200 = 500 (100%)
R 175 of 500 ~ 35%
G 125 of 500 ~ 25%
B 200 of 500 ~ 40'%

%35
%25
%40

CMYK color model

#AF7DC8 color CMYK value is (13,38,0,22).

  • cyan value is 12.50%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (13,38,0,22)
C13M38Y0K22 (13%, 38%, 0%, 22%)
(0.13 / 0.38 / 0.00 / 0.22)

CMYK percentages

%12.5
%37.5
%0
%21.57

Codes

Color #AF7DC8 in popluar color models

AF 7D C8
RGB 175 125 200
HSL 280° 40.54% 63.73%
HSB/HSV 280° 37.50% 78.43%
CMYK 12.50% 37.50% 0.00%
21.57%

Color #AF7DC8 in popluar number systems.

HEX AF 7D C8
Decimal 175 125 200
Binary 10101111 1111101 11001000
Octal 257 175 310

Shades and tints

Shades of #AF7DC8

#AF7DC8
(175,125,200)
#A072B6
(160,114,182)
#9167A4
(145,103,164)
#825C92
(130,92,146)
#735180
(115,81,128)
#64466E
(100,70,110)
#553B5C
(85,59,92)
#46304A
(70,48,74)
#372538
(55,37,56)
#281A26
(40,26,38)
#190F14
(25,15,20)
#000000
(0,0,0)

Tints of #AF7DC8

#AF7DC8
(175,125,200)
#B688CD
(182,136,205)
#BD93D2
(189,147,210)
#C49ED7
(196,158,215)
#CBA9DC
(203,169,220)
#D2B4E1
(210,180,225)
#D9BFE6
(217,191,230)
#E0CAEB
(224,202,235)
#E7D5F0
(231,213,240)
#EEE0F5
(238,224,245)
#F5EBFA
(245,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7DC8 color. Also use rgb(175,125,200) instead hex code.

Text Font Color

.myTextColor { color: #AF7DC8; }

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

This text font color is #AF7DC8.

Background Color

.myBgColor { background-color: #AF7DC8; }

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

This div background color is #AF7DC8.

Border color

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

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

This div border color is #AF7DC8.

Opacity

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

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

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

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

This text has shadow with #AF7DC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7DC8.

Preview

Color preview on black background

This text has color #AF7DC8 on black background.


Color preview on white background

This text has color #AF7DC8 on white background.


Black color preview on #AF7DC8 background

This text has black color on #AF7DC8 background.


White color preview on #AF7DC8 background

This text has white color on #AF7DC8 background.


Related colors

Complementary color

Complementary color for #hex is #508237.


I love getcolorcode.com

Triadic colors

1 #C8AF7D and #7DC8AF with #AF7DC8 are triadic colors.

2 #C87DAF and #7DAFC8 with #AF7DC8 are triadic colors.