COLOR #AF76CD

HEX: #AF76CD RGB: (175,118,205)

Color info

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

RGB color model

#AF76CD color RGB value is (175,118,205).

RGB: (175,118,205) (69%, 46%, 80%)

RGB channels and saturation

R 175 of 255 = 69%
G 118 of 255 = 46%
B 205 of 255 = 80%

175
118
205

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

Portions of RGB colors in percentages

R + G + B = 175 + 118 + 205 = 498 (100%)
R 175 of 498 ~ 35.14%
G 118 of 498 ~ 23.69%
B 205 of 498 ~ 41.16'%

%35.14
%23.69
%41.16

CMYK color model

#AF76CD color CMYK value is (15,42,0,20).

  • cyan value is 14.63%
  • magenta value is 42.44%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (15,42,0,20)
C15M42Y0K20 (15%, 42%, 0%, 20%)
(0.15 / 0.42 / 0.00 / 0.20)

CMYK percentages

%14.63
%42.44
%0
%19.61

Codes

Color #AF76CD in popluar color models

AF 76 CD
RGB 175 118 205
HSL 279° 46.52% 63.33%
HSB/HSV 279° 42.44% 80.39%
CMYK 14.63% 42.44% 0.00%
19.61%

Color #AF76CD in popluar number systems.

HEX AF 76 CD
Decimal 175 118 205
Binary 10101111 1110110 11001101
Octal 257 166 315

Shades and tints

Shades of #AF76CD

#AF76CD
(175,118,205)
#A06CBB
(160,108,187)
#9162A9
(145,98,169)
#825897
(130,88,151)
#734E85
(115,78,133)
#644473
(100,68,115)
#553A61
(85,58,97)
#46304F
(70,48,79)
#37263D
(55,38,61)
#281C2B
(40,28,43)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #AF76CD

#AF76CD
(175,118,205)
#B682D1
(182,130,209)
#BD8ED5
(189,142,213)
#C49AD9
(196,154,217)
#CBA6DD
(203,166,221)
#D2B2E1
(210,178,225)
#D9BEE5
(217,190,229)
#E0CAE9
(224,202,233)
#E7D6ED
(231,214,237)
#EEE2F1
(238,226,241)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF76CD; }

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

This text font color is #AF76CD.

Background Color

.myBgColor { background-color: #AF76CD; }

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

This div background color is #AF76CD.

Border color

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

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

This div border color is #AF76CD.

Opacity

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

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

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

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

This text has shadow with #AF76CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF76CD.

Preview

Color preview on black background

This text has color #AF76CD on black background.


Color preview on white background

This text has color #AF76CD on white background.


Black color preview on #AF76CD background

This text has black color on #AF76CD background.


White color preview on #AF76CD background

This text has white color on #AF76CD background.


Related colors

Complementary color

Complementary color for #hex is #508932.


I love getcolorcode.com

Triadic colors

1 #CDAF76 and #76CDAF with #AF76CD are triadic colors.

2 #CD76AF and #76AFCD with #AF76CD are triadic colors.