COLOR #AF7993

HEX: #AF7993 RGB: (175,121,147)

Color info

#AF7993 contains red, green and blue colors in about the same proportion. Web safe color of #AF7993 is #996699 (or #969).

RGB color model

#AF7993 color RGB value is (175,121,147).

RGB: (175,121,147) (69%, 47%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 121 of 255 = 47%
B 147 of 255 = 58%

175
121
147

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

Portions of RGB colors in percentages

R + G + B = 175 + 121 + 147 = 443 (100%)
R 175 of 443 ~ 39.5%
G 121 of 443 ~ 27.31%
B 147 of 443 ~ 33.18'%

%39.5
%27.31
%33.18

CMYK color model

#AF7993 color CMYK value is (0,31,16,31).

  • cyan value is 0.00%
  • magenta value is 30.86%
  • yellow value is 16.00%
  • key color value is 31.37%

CMYK: (0,31,16,31)
C0M31Y16K31 (0%, 31%, 16%, 31%)
(0.00 / 0.31 / 0.16 / 0.31)

CMYK percentages

%0
%30.86
%16
%31.37

Codes

Color #AF7993 in popluar color models

AF 79 93
RGB 175 121 147
HSL 331° 25.23% 58.04%
HSB/HSV 331° 30.86% 68.63%
CMYK 0.00% 30.86% 16.00%
31.37%

Color #AF7993 in popluar number systems.

HEX AF 79 93
Decimal 175 121 147
Binary 10101111 1111001 10010011
Octal 257 171 223

Shades and tints

Shades of #AF7993

#AF7993
(175,121,147)
#A06E86
(160,110,134)
#916379
(145,99,121)
#82586C
(130,88,108)
#734D5F
(115,77,95)
#644252
(100,66,82)
#553745
(85,55,69)
#462C38
(70,44,56)
#37212B
(55,33,43)
#28161E
(40,22,30)
#190B11
(25,11,17)
#000000
(0,0,0)

Tints of #AF7993

#AF7993
(175,121,147)
#B6859C
(182,133,156)
#BD91A5
(189,145,165)
#C49DAE
(196,157,174)
#CBA9B7
(203,169,183)
#D2B5C0
(210,181,192)
#D9C1C9
(217,193,201)
#E0CDD2
(224,205,210)
#E7D9DB
(231,217,219)
#EEE5E4
(238,229,228)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7993 color. Also use rgb(175,121,147) instead hex code.

Text Font Color

.myTextColor { color: #AF7993; }

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

This text font color is #AF7993.

Background Color

.myBgColor { background-color: #AF7993; }

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

This div background color is #AF7993.

Border color

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

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

This div border color is #AF7993.

Opacity

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

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

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

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

This text has shadow with #AF7993 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7993.

Preview

Color preview on black background

This text has color #AF7993 on black background.


Color preview on white background

This text has color #AF7993 on white background.


Black color preview on #AF7993 background

This text has black color on #AF7993 background.


White color preview on #AF7993 background

This text has white color on #AF7993 background.


Related colors

Complementary color

Complementary color for #hex is #50866C.


I love getcolorcode.com

Triadic colors

1 #93AF79 and #7993AF with #AF7993 are triadic colors.

2 #9379AF and #79AF93 with #AF7993 are triadic colors.