COLOR #AF5F81

HEX: #AF5F81
RGB: (175,95,129)

Color info

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

RGB color model

#AF5F81 color RGB value is (175,95,129).

  • red value is 175;
  • green value is 95;
  • blue value is 129.
RGB:
(175,95,129)
(69%,37%,51%)

RGB channels and saturation

R 175 of 255 = 69%
G 95 of 255 = 37%
B 129 of 255 = 51%

175
95
129

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

Portions of RGB colors in percentages

R + G + B =
175 + 95 + 129 = 399 (100%)
R 175 of 399 ~ 43.86%
G 95 of 399 ~ 23.81%
B 129 of 399 ~ 32.33%

%43.86
%23.81
%32.33

CMYK color model

#AF5F81 color CMYK value is (0,46,26,31).

  • cyan value is 0.00%
  • magenta value is 45.71%
  • yellow value is 26.29%
  • key color value is 31.37%
CMYK:
(0,46,26,31)
C0M46Y26K31 
(0%,46%,26%,31%)
(0.00/0.46/0.26/0.31)	

CMYK percentages

%0
%45.71
%26.29
%31.37

Codes

Color #AF5F81 in popluar color models

AF5F81
RGB17595129
HSL335°33.33%52.94%
HSB/HSV335°45.71%68.63%
CMYK0.00%45.71%26.29%
31.37%

Color #AF5F81 in popluar number systems.

HEXAF5F81
Decimal17595129
Binary10101111101111110000001
Octal257137201

Shades and tints

Shades of #AF5F81

#AF5F81
(175,95,129)
#A05776
(160,87,118)
#914F6B
(145,79,107)
#824760
(130,71,96)
#733F55
(115,63,85)
#64374A
(100,55,74)
#552F3F
(85,47,63)
#462734
(70,39,52)
#371F29
(55,31,41)
#28171E
(40,23,30)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #AF5F81

#AF5F81
(175,95,129)
#B66D8C
(182,109,140)
#BD7B97
(189,123,151)
#C489A2
(196,137,162)
#CB97AD
(203,151,173)
#D2A5B8
(210,165,184)
#D9B3C3
(217,179,195)
#E0C1CE
(224,193,206)
#E7CFD9
(231,207,217)
#EEDDE4
(238,221,228)
#F5EBEF
(245,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF5F81 color. Also use rgb(175,95,129) instead hex code.

Text Font Color

.myTextColor { color: #AF5F81; }

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

This text font color is #AF5F81.


Background Color

.myBgColor { background-color: #AF5F81; }

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

This div background color is #AF5F81.


Border color

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

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

This div border color is #AF5F81.


Opacity

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

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

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

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

This text has shadow with #AF5F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF5F81 on black background.


Color preview on white background

This text has color #AF5F81 on white background.



Black color preview on #AF5F81 background

This text has black color on #AF5F81 background.


White color preview on #AF5F81 background

This text has white color on #AF5F81 background.