COLOR #AF6585

HEX: #AF6585
RGB: (175,101,133)

Color info

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

RGB color model

#AF6585 color RGB value is (175,101,133).

  • red value is 175;
  • green value is 101;
  • blue value is 133.
RGB:
(175,101,133)
(69%,40%,52%)

RGB channels and saturation

R 175 of 255 = 69%
G 101 of 255 = 40%
B 133 of 255 = 52%

175
101
133

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

Portions of RGB colors in percentages

R + G + B =
175 + 101 + 133 = 409 (100%)
R 175 of 409 ~ 42.79%
G 101 of 409 ~ 24.69%
B 133 of 409 ~ 32.52%

%42.79
%24.69
%32.52

CMYK color model

#AF6585 color CMYK value is (0,42,24,31).

  • cyan value is 0.00%
  • magenta value is 42.29%
  • yellow value is 24.00%
  • key color value is 31.37%
CMYK:
(0,42,24,31)
C0M42Y24K31 
(0%,42%,24%,31%)
(0.00/0.42/0.24/0.31)	

CMYK percentages

%0
%42.29
%24
%31.37

Codes

Color #AF6585 in popluar color models

AF6585
RGB175101133
HSL334°31.62%54.12%
HSB/HSV334°42.29%68.63%
CMYK0.00%42.29%24.00%
31.37%

Color #AF6585 in popluar number systems.

HEXAF6585
Decimal175101133
Binary10101111110010110000101
Octal257145205

Shades and tints

Shades of #AF6585

#AF6585
(175,101,133)
#A05C79
(160,92,121)
#91536D
(145,83,109)
#824A61
(130,74,97)
#734155
(115,65,85)
#643849
(100,56,73)
#552F3D
(85,47,61)
#462631
(70,38,49)
#371D25
(55,29,37)
#281419
(40,20,25)
#190B0D
(25,11,13)
#000000
(0,0,0)

Tints of #AF6585

#AF6585
(175,101,133)
#B67390
(182,115,144)
#BD819B
(189,129,155)
#C48FA6
(196,143,166)
#CB9DB1
(203,157,177)
#D2ABBC
(210,171,188)
#D9B9C7
(217,185,199)
#E0C7D2
(224,199,210)
#E7D5DD
(231,213,221)
#EEE3E8
(238,227,232)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6585 color. Also use rgb(175,101,133) instead hex code.

Text Font Color

.myTextColor { color: #AF6585; }

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

This text font color is #AF6585.


Background Color

.myBgColor { background-color: #AF6585; }

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

This div background color is #AF6585.


Border color

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

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

This div border color is #AF6585.


Opacity

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

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

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

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

This text has shadow with #AF6585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF6585 on black background.


Color preview on white background

This text has color #AF6585 on white background.



Black color preview on #AF6585 background

This text has black color on #AF6585 background.


White color preview on #AF6585 background

This text has white color on #AF6585 background.