COLOR #AF76C8

HEX: #AF76C8 RGB: (175,118,200)

Color info

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

RGB color model

#AF76C8 color RGB value is (175,118,200).

RGB: (175,118,200) (69%, 46%, 78%)

RGB channels and saturation

R 175 of 255 = 69%
G 118 of 255 = 46%
B 200 of 255 = 78%

175
118
200

R + G + B ~ 64%. #AF76C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 118 + 200 = 493 (100%)
R 175 of 493 ~ 35.5%
G 118 of 493 ~ 23.94%
B 200 of 493 ~ 40.57'%

%35.5
%23.94
%40.57

CMYK color model

#AF76C8 color CMYK value is (13,41,0,22).

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

CMYK: (13,41,0,22)
C13M41Y0K22 (13%, 41%, 0%, 22%)
(0.13 / 0.41 / 0.00 / 0.22)

CMYK percentages

%12.5
%41
%0
%21.57

Codes

Color #AF76C8 in popluar color models

AF 76 C8
RGB 175 118 200
HSL 282° 42.71% 62.35%
HSB/HSV 282° 41.00% 78.43%
CMYK 12.50% 41.00% 0.00%
21.57%

Color #AF76C8 in popluar number systems.

HEX AF 76 C8
Decimal 175 118 200
Binary 10101111 1110110 11001000
Octal 257 166 310

Shades and tints

Shades of #AF76C8

#AF76C8
(175,118,200)
#A06CB6
(160,108,182)
#9162A4
(145,98,164)
#825892
(130,88,146)
#734E80
(115,78,128)
#64446E
(100,68,110)
#553A5C
(85,58,92)
#46304A
(70,48,74)
#372638
(55,38,56)
#281C26
(40,28,38)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #AF76C8

#AF76C8
(175,118,200)
#B682CD
(182,130,205)
#BD8ED2
(189,142,210)
#C49AD7
(196,154,215)
#CBA6DC
(203,166,220)
#D2B2E1
(210,178,225)
#D9BEE6
(217,190,230)
#E0CAEB
(224,202,235)
#E7D6F0
(231,214,240)
#EEE2F5
(238,226,245)
#F5EEFA
(245,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF76C8; }

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

This text font color is #AF76C8.

Background Color

.myBgColor { background-color: #AF76C8; }

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

This div background color is #AF76C8.

Border color

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

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

This div border color is #AF76C8.

Opacity

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

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

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

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

This text has shadow with #AF76C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF76C8.

Preview

Color preview on black background

This text has color #AF76C8 on black background.


Color preview on white background

This text has color #AF76C8 on white background.


Black color preview on #AF76C8 background

This text has black color on #AF76C8 background.


White color preview on #AF76C8 background

This text has white color on #AF76C8 background.


Related colors

Complementary color

Complementary color for #hex is #508937.


I love getcolorcode.com

Triadic colors

1 #C8AF76 and #76C8AF with #AF76C8 are triadic colors.

2 #C876AF and #76AFC8 with #AF76C8 are triadic colors.