COLOR #AF7498

HEX: #AF7498
RGB: (175,116,152)

Color info

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

RGB color model

#AF7498 color RGB value is (175,116,152).

  • red value is 175;
  • green value is 116;
  • blue value is 152.
RGB:
(175,116,152)
(69%,45%,60%)

RGB channels and saturation

R 175 of 255 = 69%
G 116 of 255 = 45%
B 152 of 255 = 60%

175
116
152

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

Portions of RGB colors in percentages

R + G + B =
175 + 116 + 152 = 443 (100%)
R 175 of 443 ~ 39.5%
G 116 of 443 ~ 26.19%
B 152 of 443 ~ 34.31%

%39.5
%26.19
%34.31

CMYK color model

#AF7498 color CMYK value is (0,34,13,31).

  • cyan value is 0.00%
  • magenta value is 33.71%
  • yellow value is 13.14%
  • key color value is 31.37%
CMYK:
(0,34,13,31)
C0M34Y13K31 
(0%,34%,13%,31%)
(0.00/0.34/0.13/0.31)	

CMYK percentages

%0
%33.71
%13.14
%31.37

Codes

Color #AF7498 in popluar color models

AF7498
RGB175116152
HSL323°26.94%57.06%
HSB/HSV323°33.71%68.63%
CMYK0.00%33.71%13.14%
31.37%

Color #AF7498 in popluar number systems.

HEXAF7498
Decimal175116152
Binary10101111111010010011000
Octal257164230

Shades and tints

Shades of #AF7498

#AF7498
(175,116,152)
#A06A8B
(160,106,139)
#91607E
(145,96,126)
#825671
(130,86,113)
#734C64
(115,76,100)
#644257
(100,66,87)
#55384A
(85,56,74)
#462E3D
(70,46,61)
#372430
(55,36,48)
#281A23
(40,26,35)
#191016
(25,16,22)
#000000
(0,0,0)

Tints of #AF7498

#AF7498
(175,116,152)
#B680A1
(182,128,161)
#BD8CAA
(189,140,170)
#C498B3
(196,152,179)
#CBA4BC
(203,164,188)
#D2B0C5
(210,176,197)
#D9BCCE
(217,188,206)
#E0C8D7
(224,200,215)
#E7D4E0
(231,212,224)
#EEE0E9
(238,224,233)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7498 color. Also use rgb(175,116,152) instead hex code.

Text Font Color

.myTextColor { color: #AF7498; }

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

This text font color is #AF7498.


Background Color

.myBgColor { background-color: #AF7498; }

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

This div background color is #AF7498.


Border color

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

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

This div border color is #AF7498.


Opacity

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

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

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

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

This text has shadow with #AF7498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF7498 on black background.


Color preview on white background

This text has color #AF7498 on white background.



Black color preview on #AF7498 background

This text has black color on #AF7498 background.


White color preview on #AF7498 background

This text has white color on #AF7498 background.