COLOR #AF7592

HEX: #AF7592
RGB: (175,117,146)

Color info

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

RGB color model

#AF7592 color RGB value is (175,117,146).

  • red value is 175;
  • green value is 117;
  • blue value is 146.
RGB:
(175,117,146)
(69%,46%,57%)

RGB channels and saturation

R 175 of 255 = 69%
G 117 of 255 = 46%
B 146 of 255 = 57%

175
117
146

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

Portions of RGB colors in percentages

R + G + B =
175 + 117 + 146 = 438 (100%)
R 175 of 438 ~ 39.95%
G 117 of 438 ~ 26.71%
B 146 of 438 ~ 33.33%

%39.95
%26.71
%33.33

CMYK color model

#AF7592 color CMYK value is (0,33,17,31).

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 16.57%
  • key color value is 31.37%
CMYK:
(0,33,17,31)
C0M33Y17K31 
(0%,33%,17%,31%)
(0.00/0.33/0.17/0.31)	

CMYK percentages

%0
%33.14
%16.57
%31.37

Codes

Color #AF7592 in popluar color models

AF7592
RGB175117146
HSL330°26.61%57.25%
HSB/HSV330°33.14%68.63%
CMYK0.00%33.14%16.57%
31.37%

Color #AF7592 in popluar number systems.

HEXAF7592
Decimal175117146
Binary10101111111010110010010
Octal257165222

Shades and tints

Shades of #AF7592

#AF7592
(175,117,146)
#A06B85
(160,107,133)
#916178
(145,97,120)
#82576B
(130,87,107)
#734D5E
(115,77,94)
#644351
(100,67,81)
#553944
(85,57,68)
#462F37
(70,47,55)
#37252A
(55,37,42)
#281B1D
(40,27,29)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #AF7592

#AF7592
(175,117,146)
#B6819B
(182,129,155)
#BD8DA4
(189,141,164)
#C499AD
(196,153,173)
#CBA5B6
(203,165,182)
#D2B1BF
(210,177,191)
#D9BDC8
(217,189,200)
#E0C9D1
(224,201,209)
#E7D5DA
(231,213,218)
#EEE1E3
(238,225,227)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7592 color. Also use rgb(175,117,146) instead hex code.

Text Font Color

.myTextColor { color: #AF7592; }

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

This text font color is #AF7592.


Background Color

.myBgColor { background-color: #AF7592; }

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

This div background color is #AF7592.


Border color

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

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

This div border color is #AF7592.


Opacity

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

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

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

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

This text has shadow with #AF7592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7592 on black background.


Color preview on white background

This text has color #AF7592 on white background.



Black color preview on #AF7592 background

This text has black color on #AF7592 background.


White color preview on #AF7592 background

This text has white color on #AF7592 background.