COLOR #AF80C2

HEX: #AF80C2 RGB: (175,128,194)

Color info

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

RGB color model

#AF80C2 color RGB value is (175,128,194).

RGB: (175,128,194) (69%, 50%, 76%)

RGB channels and saturation

R 175 of 255 = 69%
G 128 of 255 = 50%
B 194 of 255 = 76%

175
128
194

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

Portions of RGB colors in percentages

R + G + B = 175 + 128 + 194 = 497 (100%)
R 175 of 497 ~ 35.21%
G 128 of 497 ~ 25.75%
B 194 of 497 ~ 39.03'%

%35.21
%25.75
%39.03

CMYK color model

#AF80C2 color CMYK value is (10,34,0,24).

  • cyan value is 9.79%
  • magenta value is 34.02%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (10,34,0,24)
C10M34Y0K24 (10%, 34%, 0%, 24%)
(0.10 / 0.34 / 0.00 / 0.24)

CMYK percentages

%9.79
%34.02
%0
%23.92

Codes

Color #AF80C2 in popluar color models

AF 80 C2
RGB 175 128 194
HSL 283° 35.11% 63.14%
HSB/HSV 283° 34.02% 76.08%
CMYK 9.79% 34.02% 0.00%
23.92%

Color #AF80C2 in popluar number systems.

HEX AF 80 C2
Decimal 175 128 194
Binary 10101111 10000000 11000010
Octal 257 200 302

Shades and tints

Shades of #AF80C2

#AF80C2
(175,128,194)
#A075B1
(160,117,177)
#916AA0
(145,106,160)
#825F8F
(130,95,143)
#73547E
(115,84,126)
#64496D
(100,73,109)
#553E5C
(85,62,92)
#46334B
(70,51,75)
#37283A
(55,40,58)
#281D29
(40,29,41)
#191218
(25,18,24)
#000000
(0,0,0)

Tints of #AF80C2

#AF80C2
(175,128,194)
#B68BC7
(182,139,199)
#BD96CC
(189,150,204)
#C4A1D1
(196,161,209)
#CBACD6
(203,172,214)
#D2B7DB
(210,183,219)
#D9C2E0
(217,194,224)
#E0CDE5
(224,205,229)
#E7D8EA
(231,216,234)
#EEE3EF
(238,227,239)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF80C2 color. Also use rgb(175,128,194) instead hex code.

Text Font Color

.myTextColor { color: #AF80C2; }

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

This text font color is #AF80C2.

Background Color

.myBgColor { background-color: #AF80C2; }

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

This div background color is #AF80C2.

Border color

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

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

This div border color is #AF80C2.

Opacity

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

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

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

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

This text has shadow with #AF80C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF80C2.

Preview

Color preview on black background

This text has color #AF80C2 on black background.


Color preview on white background

This text has color #AF80C2 on white background.


Black color preview on #AF80C2 background

This text has black color on #AF80C2 background.


White color preview on #AF80C2 background

This text has white color on #AF80C2 background.


Related colors

Complementary color

Complementary color for #hex is #507F3D.


I love getcolorcode.com

Triadic colors

1 #C2AF80 and #80C2AF with #AF80C2 are triadic colors.

2 #C280AF and #80AFC2 with #AF80C2 are triadic colors.