COLOR #AF559D

HEX: #AF559D
RGB: (175,85,157)

Color info

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

RGB color model

#AF559D color RGB value is (175,85,157).

  • red value is 175;
  • green value is 85;
  • blue value is 157.
RGB:
(175,85,157)
(69%,33%,62%)

RGB channels and saturation

R 175 of 255 = 69%
G 85 of 255 = 33%
B 157 of 255 = 62%

175
85
157

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

Portions of RGB colors in percentages

R + G + B =
175 + 85 + 157 = 417 (100%)
R 175 of 417 ~ 41.97%
G 85 of 417 ~ 20.38%
B 157 of 417 ~ 37.65%

%41.97
%20.38
%37.65

CMYK color model

#AF559D color CMYK value is (0,51,10,31).

  • cyan value is 0.00%
  • magenta value is 51.43%
  • yellow value is 10.29%
  • key color value is 31.37%
CMYK:
(0,51,10,31)
C0M51Y10K31 
(0%,51%,10%,31%)
(0.00/0.51/0.10/0.31)	

CMYK percentages

%0
%51.43
%10.29
%31.37

Codes

Color #AF559D in popluar color models

AF559D
RGB17585157
HSL312°36.00%50.98%
HSB/HSV312°51.43%68.63%
CMYK0.00%51.43%10.29%
31.37%

Color #AF559D in popluar number systems.

HEXAF559D
Decimal17585157
Binary10101111101010110011101
Octal257125235

Shades and tints

Shades of #AF559D

#AF559D
(175,85,157)
#A04E8F
(160,78,143)
#914781
(145,71,129)
#824073
(130,64,115)
#733965
(115,57,101)
#643257
(100,50,87)
#552B49
(85,43,73)
#46243B
(70,36,59)
#371D2D
(55,29,45)
#28161F
(40,22,31)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #AF559D

#AF559D
(175,85,157)
#B664A5
(182,100,165)
#BD73AD
(189,115,173)
#C482B5
(196,130,181)
#CB91BD
(203,145,189)
#D2A0C5
(210,160,197)
#D9AFCD
(217,175,205)
#E0BED5
(224,190,213)
#E7CDDD
(231,205,221)
#EEDCE5
(238,220,229)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF559D color. Also use rgb(175,85,157) instead hex code.

Text Font Color

.myTextColor { color: #AF559D; }

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

This text font color is #AF559D.


Background Color

.myBgColor { background-color: #AF559D; }

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

This div background color is #AF559D.


Border color

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

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

This div border color is #AF559D.


Opacity

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

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

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

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

This text has shadow with #AF559D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF559D on black background.


Color preview on white background

This text has color #AF559D on white background.



Black color preview on #AF559D background

This text has black color on #AF559D background.


White color preview on #AF559D background

This text has white color on #AF559D background.