COLOR #AF4586

HEX: #AF4586
RGB: (175,69,134)

Color info

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

RGB color model

#AF4586 color RGB value is (175,69,134).

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

RGB channels and saturation

R 175 of 255 = 69%
G 69 of 255 = 27%
B 134 of 255 = 53%

175
69
134

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

Portions of RGB colors in percentages

R + G + B =
175 + 69 + 134 = 378 (100%)
R 175 of 378 ~ 46.3%
G 69 of 378 ~ 18.25%
B 134 of 378 ~ 35.45%

%46.3
%18.25
%35.45

CMYK color model

#AF4586 color CMYK value is (0,61,23,31).

  • cyan value is 0.00%
  • magenta value is 60.57%
  • yellow value is 23.43%
  • key color value is 31.37%
CMYK:
(0,61,23,31)
C0M61Y23K31 
(0%,61%,23%,31%)
(0.00/0.61/0.23/0.31)	

CMYK percentages

%0
%60.57
%23.43
%31.37

Codes

Color #AF4586 in popluar color models

AF4586
RGB17569134
HSL323°43.44%47.84%
HSB/HSV323°60.57%68.63%
CMYK0.00%60.57%23.43%
31.37%

Color #AF4586 in popluar number systems.

HEXAF4586
Decimal17569134
Binary10101111100010110000110
Octal257105206

Shades and tints

Shades of #AF4586

#AF4586
(175,69,134)
#A03F7A
(160,63,122)
#91396E
(145,57,110)
#823362
(130,51,98)
#732D56
(115,45,86)
#64274A
(100,39,74)
#55213E
(85,33,62)
#461B32
(70,27,50)
#371526
(55,21,38)
#280F1A
(40,15,26)
#19090E
(25,9,14)
#000000
(0,0,0)

Tints of #AF4586

#AF4586
(175,69,134)
#B65591
(182,85,145)
#BD659C
(189,101,156)
#C475A7
(196,117,167)
#CB85B2
(203,133,178)
#D295BD
(210,149,189)
#D9A5C8
(217,165,200)
#E0B5D3
(224,181,211)
#E7C5DE
(231,197,222)
#EED5E9
(238,213,233)
#F5E5F4
(245,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF4586; }

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

This text font color is #AF4586.


Background Color

.myBgColor { background-color: #AF4586; }

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

This div background color is #AF4586.


Border color

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

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

This div border color is #AF4586.


Opacity

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

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

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

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

This text has shadow with #AF4586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF4586 on black background.


Color preview on white background

This text has color #AF4586 on white background.



Black color preview on #AF4586 background

This text has black color on #AF4586 background.


White color preview on #AF4586 background

This text has white color on #AF4586 background.