COLOR #AF7092

HEX: #AF7092 RGB: (175,112,146)

Color info

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

RGB color model

#AF7092 color RGB value is (175,112,146).

RGB: (175,112,146) (69%, 44%, 57%)

RGB channels and saturation

R 175 of 255 = 69%
G 112 of 255 = 44%
B 146 of 255 = 57%

175
112
146

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

Portions of RGB colors in percentages

R + G + B = 175 + 112 + 146 = 433 (100%)
R 175 of 433 ~ 40.42%
G 112 of 433 ~ 25.87%
B 146 of 433 ~ 33.72'%

%40.42
%25.87
%33.72

CMYK color model

#AF7092 color CMYK value is (0,36,17,31).

  • cyan value is 0.00%
  • magenta value is 36.00%
  • yellow value is 16.57%
  • key color value is 31.37%
CMYK: (0,36,17,31) C0M36Y17K31 (0%,36%,17%,31%) (0.00/0.36/0.17/0.31) 

CMYK percentages

%0
%36
%16.57
%31.37

Codes

Color #AF7092 in popluar color models

AF 70 92
RGB 175 112 146
HSL 328° 28.25% 56.27%
HSB/HSV 328° 36.00% 68.63%
CMYK 0.00% 36.00% 16.57%
31.37%

Color #AF7092 in popluar number systems.

HEX AF 70 92
Decimal 175 112 146
Binary 10101111 1110000 10010010
Octal 257 160 222

Shades and tints

Shades of #AF7092

#AF7092
(175,112,146)
#A06685
(160,102,133)
#915C78
(145,92,120)
#82526B
(130,82,107)
#73485E
(115,72,94)
#643E51
(100,62,81)
#553444
(85,52,68)
#462A37
(70,42,55)
#37202A
(55,32,42)
#28161D
(40,22,29)
#190C10
(25,12,16)
#000000
(0,0,0)

Tints of #AF7092

#AF7092
(175,112,146)
#B67D9B
(182,125,155)
#BD8AA4
(189,138,164)
#C497AD
(196,151,173)
#CBA4B6
(203,164,182)
#D2B1BF
(210,177,191)
#D9BEC8
(217,190,200)
#E0CBD1
(224,203,209)
#E7D8DA
(231,216,218)
#EEE5E3
(238,229,227)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF7092; }

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

This text font color is #AF7092.

Background Color

.myBgColor { background-color: #AF7092; }

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

This div background color is #AF7092.

Border color

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

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

This div border color is #AF7092.

Opacity

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

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

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

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

This text has shadow with #AF7092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7092.

Preview

Color preview on black background

This text has color #AF7092 on black background.


Color preview on white background

This text has color #AF7092 on white background.


Black color preview on #AF7092 background

This text has black color on #AF7092 background.


White color preview on #AF7092 background

This text has white color on #AF7092 background.


Related colors

Complementary color

Complementary color for #hex is #508F6D.


I love getcolorcode.com

Triadic colors

1 #92AF70 and #7092AF with #AF7092 are triadic colors.

2 #9270AF and #70AF92 with #AF7092 are triadic colors.