COLOR #AF5391

HEX: #AF5391
RGB: (175,83,145)

Color info

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

RGB color model

#AF5391 color RGB value is (175,83,145).

  • red value is 175;
  • green value is 83;
  • blue value is 145.
RGB:
(175,83,145)
(69%,33%,57%)

RGB channels and saturation

R 175 of 255 = 69%
G 83 of 255 = 33%
B 145 of 255 = 57%

175
83
145

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

Portions of RGB colors in percentages

R + G + B =
175 + 83 + 145 = 403 (100%)
R 175 of 403 ~ 43.42%
G 83 of 403 ~ 20.6%
B 145 of 403 ~ 35.98%

%43.42
%20.6
%35.98

CMYK color model

#AF5391 color CMYK value is (0,53,17,31).

  • cyan value is 0.00%
  • magenta value is 52.57%
  • yellow value is 17.14%
  • key color value is 31.37%
CMYK:
(0,53,17,31)
C0M53Y17K31 
(0%,53%,17%,31%)
(0.00/0.53/0.17/0.31)	

CMYK percentages

%0
%52.57
%17.14
%31.37

Codes

Color #AF5391 in popluar color models

AF5391
RGB17583145
HSL320°36.51%50.59%
HSB/HSV320°52.57%68.63%
CMYK0.00%52.57%17.14%
31.37%

Color #AF5391 in popluar number systems.

HEXAF5391
Decimal17583145
Binary10101111101001110010001
Octal257123221

Shades and tints

Shades of #AF5391

#AF5391
(175,83,145)
#A04C84
(160,76,132)
#914577
(145,69,119)
#823E6A
(130,62,106)
#73375D
(115,55,93)
#643050
(100,48,80)
#552943
(85,41,67)
#462236
(70,34,54)
#371B29
(55,27,41)
#28141C
(40,20,28)
#190D0F
(25,13,15)
#000000
(0,0,0)

Tints of #AF5391

#AF5391
(175,83,145)
#B6629B
(182,98,155)
#BD71A5
(189,113,165)
#C480AF
(196,128,175)
#CB8FB9
(203,143,185)
#D29EC3
(210,158,195)
#D9ADCD
(217,173,205)
#E0BCD7
(224,188,215)
#E7CBE1
(231,203,225)
#EEDAEB
(238,218,235)
#F5E9F5
(245,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5391 color. Also use rgb(175,83,145) instead hex code.

Text Font Color

.myTextColor { color: #AF5391; }

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

This text font color is #AF5391.


Background Color

.myBgColor { background-color: #AF5391; }

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

This div background color is #AF5391.


Border color

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

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

This div border color is #AF5391.


Opacity

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

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

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

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

This text has shadow with #AF5391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5391 on black background.


Color preview on white background

This text has color #AF5391 on white background.



Black color preview on #AF5391 background

This text has black color on #AF5391 background.


White color preview on #AF5391 background

This text has white color on #AF5391 background.