COLOR #AF50A6

HEX: #AF50A6 RGB: (175,80,166)

Color info

#AF50A6 contains mainly red and blue colors. Web safe color of #AF50A6 is #996699 (or #969).

RGB color model

#AF50A6 color RGB value is (175,80,166).

RGB: (175,80,166) (69%, 31%, 65%)

RGB channels and saturation

R 175 of 255 = 69%
G 80 of 255 = 31%
B 166 of 255 = 65%

175
80
166

R + G + B ~ 55%. #AF50A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 175 + 80 + 166 = 421 (100%)
R 175 of 421 ~ 41.57%
G 80 of 421 ~ 19%
B 166 of 421 ~ 39.43'%

%41.57
%19
%39.43

CMYK color model

#AF50A6 color CMYK value is (0,54,5,31).

  • cyan value is 0.00%
  • magenta value is 54.29%
  • yellow value is 5.14%
  • key color value is 31.37%

CMYK: (0,54,5,31)
C0M54Y5K31 (0%, 54%, 5%, 31%)
(0.00 / 0.54 / 0.05 / 0.31)

CMYK percentages

%0
%54.29
%5.14
%31.37

Codes

Color #AF50A6 in popluar color models

AF 50 A6
RGB 175 80 166
HSL 306° 37.25% 50.00%
HSB/HSV 306° 54.29% 68.63%
CMYK 0.00% 54.29% 5.14%
31.37%

Color #AF50A6 in popluar number systems.

HEX AF 50 A6
Decimal 175 80 166
Binary 10101111 1010000 10100110
Octal 257 120 246

Shades and tints

Shades of #AF50A6

#AF50A6
(175,80,166)
#A04997
(160,73,151)
#914288
(145,66,136)
#823B79
(130,59,121)
#73346A
(115,52,106)
#642D5B
(100,45,91)
#55264C
(85,38,76)
#461F3D
(70,31,61)
#37182E
(55,24,46)
#28111F
(40,17,31)
#190A10
(25,10,16)
#000000
(0,0,0)

Tints of #AF50A6

#AF50A6
(175,80,166)
#B65FAE
(182,95,174)
#BD6EB6
(189,110,182)
#C47DBE
(196,125,190)
#CB8CC6
(203,140,198)
#D29BCE
(210,155,206)
#D9AAD6
(217,170,214)
#E0B9DE
(224,185,222)
#E7C8E6
(231,200,230)
#EED7EE
(238,215,238)
#F5E6F6
(245,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF50A6 color. Also use rgb(175,80,166) instead hex code.

Text Font Color

.myTextColor { color: #AF50A6; }

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

This text font color is #AF50A6.

Background Color

.myBgColor { background-color: #AF50A6; }

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

This div background color is #AF50A6.

Border color

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

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

This div border color is #AF50A6.

Opacity

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

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

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

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

This text has shadow with #AF50A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF50A6.

Preview

Color preview on black background

This text has color #AF50A6 on black background.


Color preview on white background

This text has color #AF50A6 on white background.


Black color preview on #AF50A6 background

This text has black color on #AF50A6 background.


White color preview on #AF50A6 background

This text has white color on #AF50A6 background.


Related colors

Complementary color

Complementary color for #hex is #50AF59.


I love getcolorcode.com

Triadic colors

1 #A6AF50 and #50A6AF with #AF50A6 are triadic colors.

2 #A650AF and #50AFA6 with #AF50A6 are triadic colors.