COLOR #AF73BC

HEX: #AF73BC RGB: (175,115,188)

Color info

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

RGB color model

#AF73BC color RGB value is (175,115,188).

RGB: (175,115,188) (69%, 45%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 115 of 255 = 45%
B 188 of 255 = 74%

175
115
188

R + G + B ~ 63%. #AF73BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 115 + 188 = 478 (100%)
R 175 of 478 ~ 36.61%
G 115 of 478 ~ 24.06%
B 188 of 478 ~ 39.33'%

%36.61
%24.06
%39.33

CMYK color model

#AF73BC color CMYK value is (7,39,0,26).

  • cyan value is 6.91%
  • magenta value is 38.83%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (7,39,0,26)
C7M39Y0K26 (7%, 39%, 0%, 26%)
(0.07 / 0.39 / 0.00 / 0.26)

CMYK percentages

%6.91
%38.83
%0
%26.27

Codes

Color #AF73BC in popluar color models

AF 73 BC
RGB 175 115 188
HSL 289° 35.27% 59.41%
HSB/HSV 289° 38.83% 73.73%
CMYK 6.91% 38.83% 0.00%
26.27%

Color #AF73BC in popluar number systems.

HEX AF 73 BC
Decimal 175 115 188
Binary 10101111 1110011 10111100
Octal 257 163 274

Shades and tints

Shades of #AF73BC

#AF73BC
(175,115,188)
#A069AB
(160,105,171)
#915F9A
(145,95,154)
#825589
(130,85,137)
#734B78
(115,75,120)
#644167
(100,65,103)
#553756
(85,55,86)
#462D45
(70,45,69)
#372334
(55,35,52)
#281923
(40,25,35)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #AF73BC

#AF73BC
(175,115,188)
#B67FC2
(182,127,194)
#BD8BC8
(189,139,200)
#C497CE
(196,151,206)
#CBA3D4
(203,163,212)
#D2AFDA
(210,175,218)
#D9BBE0
(217,187,224)
#E0C7E6
(224,199,230)
#E7D3EC
(231,211,236)
#EEDFF2
(238,223,242)
#F5EBF8
(245,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF73BC color. Also use rgb(175,115,188) instead hex code.

Text Font Color

.myTextColor { color: #AF73BC; }

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

This text font color is #AF73BC.

Background Color

.myBgColor { background-color: #AF73BC; }

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

This div background color is #AF73BC.

Border color

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

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

This div border color is #AF73BC.

Opacity

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

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

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

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

This text has shadow with #AF73BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF73BC.

Preview

Color preview on black background

This text has color #AF73BC on black background.


Color preview on white background

This text has color #AF73BC on white background.


Black color preview on #AF73BC background

This text has black color on #AF73BC background.


White color preview on #AF73BC background

This text has white color on #AF73BC background.


Related colors

Complementary color

Complementary color for #hex is #508C43.


I love getcolorcode.com

Triadic colors

1 #BCAF73 and #73BCAF with #AF73BC are triadic colors.

2 #BC73AF and #73AFBC with #AF73BC are triadic colors.