COLOR #AF7DCE

HEX: #AF7DCE RGB: (175,125,206)

Color info

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

RGB color model

#AF7DCE color RGB value is (175,125,206).

RGB: (175,125,206) (69%, 49%, 81%)

RGB channels and saturation

R 175 of 255 = 69%
G 125 of 255 = 49%
B 206 of 255 = 81%

175
125
206

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

Portions of RGB colors in percentages

R + G + B = 175 + 125 + 206 = 506 (100%)
R 175 of 506 ~ 34.58%
G 125 of 506 ~ 24.7%
B 206 of 506 ~ 40.71'%

%34.58
%24.7
%40.71

CMYK color model

#AF7DCE color CMYK value is (15,39,0,19).

  • cyan value is 15.05%
  • magenta value is 39.32%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (15,39,0,19)
C15M39Y0K19 (15%, 39%, 0%, 19%)
(0.15 / 0.39 / 0.00 / 0.19)

CMYK percentages

%15.05
%39.32
%0
%19.22

Codes

Color #AF7DCE in popluar color models

AF 7D CE
RGB 175 125 206
HSL 277° 45.25% 64.90%
HSB/HSV 277° 39.32% 80.78%
CMYK 15.05% 39.32% 0.00%
19.22%

Color #AF7DCE in popluar number systems.

HEX AF 7D CE
Decimal 175 125 206
Binary 10101111 1111101 11001110
Octal 257 175 316

Shades and tints

Shades of #AF7DCE

#AF7DCE
(175,125,206)
#A072BC
(160,114,188)
#9167AA
(145,103,170)
#825C98
(130,92,152)
#735186
(115,81,134)
#644674
(100,70,116)
#553B62
(85,59,98)
#463050
(70,48,80)
#37253E
(55,37,62)
#281A2C
(40,26,44)
#190F1A
(25,15,26)
#000000
(0,0,0)

Tints of #AF7DCE

#AF7DCE
(175,125,206)
#B688D2
(182,136,210)
#BD93D6
(189,147,214)
#C49EDA
(196,158,218)
#CBA9DE
(203,169,222)
#D2B4E2
(210,180,226)
#D9BFE6
(217,191,230)
#E0CAEA
(224,202,234)
#E7D5EE
(231,213,238)
#EEE0F2
(238,224,242)
#F5EBF6
(245,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7DCE; }

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

This text font color is #AF7DCE.

Background Color

.myBgColor { background-color: #AF7DCE; }

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

This div background color is #AF7DCE.

Border color

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

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

This div border color is #AF7DCE.

Opacity

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

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

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

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

This text has shadow with #AF7DCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7DCE.

Preview

Color preview on black background

This text has color #AF7DCE on black background.


Color preview on white background

This text has color #AF7DCE on white background.


Black color preview on #AF7DCE background

This text has black color on #AF7DCE background.


White color preview on #AF7DCE background

This text has white color on #AF7DCE background.


Related colors

Complementary color

Complementary color for #hex is #508231.


I love getcolorcode.com

Triadic colors

1 #CEAF7D and #7DCEAF with #AF7DCE are triadic colors.

2 #CE7DAF and #7DAFCE with #AF7DCE are triadic colors.