COLOR #AF4594

HEX: #AF4594
RGB: (175,69,148)

Color info

#AF4594 contains mainly red and blue colors. Web safe color of #AF4594 is #993399 (or #939).

RGB color model

#AF4594 color RGB value is (175,69,148).

  • red value is 175;
  • green value is 69;
  • blue value is 148.
RGB:
(175,69,148)
(69%,27%,58%)

RGB channels and saturation

R 175 of 255 = 69%
G 69 of 255 = 27%
B 148 of 255 = 58%

175
69
148

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

Portions of RGB colors in percentages

R + G + B =
175 + 69 + 148 = 392 (100%)
R 175 of 392 ~ 44.64%
G 69 of 392 ~ 17.6%
B 148 of 392 ~ 37.76%

%44.64
%17.6
%37.76

CMYK color model

#AF4594 color CMYK value is (0,61,15,31).

  • cyan value is 0.00%
  • magenta value is 60.57%
  • yellow value is 15.43%
  • key color value is 31.37%
CMYK:
(0,61,15,31)
C0M61Y15K31 
(0%,61%,15%,31%)
(0.00/0.61/0.15/0.31)	

CMYK percentages

%0
%60.57
%15.43
%31.37

Codes

Color #AF4594 in popluar color models

AF4594
RGB17569148
HSL315°43.44%47.84%
HSB/HSV315°60.57%68.63%
CMYK0.00%60.57%15.43%
31.37%

Color #AF4594 in popluar number systems.

HEXAF4594
Decimal17569148
Binary10101111100010110010100
Octal257105224

Shades and tints

Shades of #AF4594

#AF4594
(175,69,148)
#A03F87
(160,63,135)
#91397A
(145,57,122)
#82336D
(130,51,109)
#732D60
(115,45,96)
#642753
(100,39,83)
#552146
(85,33,70)
#461B39
(70,27,57)
#37152C
(55,21,44)
#280F1F
(40,15,31)
#190912
(25,9,18)
#000000
(0,0,0)

Tints of #AF4594

#AF4594
(175,69,148)
#B6559D
(182,85,157)
#BD65A6
(189,101,166)
#C475AF
(196,117,175)
#CB85B8
(203,133,184)
#D295C1
(210,149,193)
#D9A5CA
(217,165,202)
#E0B5D3
(224,181,211)
#E7C5DC
(231,197,220)
#EED5E5
(238,213,229)
#F5E5EE
(245,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF4594 color. Also use rgb(175,69,148) instead hex code.

Text Font Color

.myTextColor { color: #AF4594; }

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

This text font color is #AF4594.


Background Color

.myBgColor { background-color: #AF4594; }

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

This div background color is #AF4594.


Border color

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

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

This div border color is #AF4594.


Opacity

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

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

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

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

This text has shadow with #AF4594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF4594 on black background.


Color preview on white background

This text has color #AF4594 on white background.



Black color preview on #AF4594 background

This text has black color on #AF4594 background.


White color preview on #AF4594 background

This text has white color on #AF4594 background.