COLOR #AF6280

HEX: #AF6280 RGB: (175,98,128)

Color info

#AF6280 contains mainly red and blue colors. Web safe color of #AF6280 is #996666 (or #966).

RGB color model

#AF6280 color RGB value is (175,98,128).

RGB: (175,98,128) (69%, 38%, 50%)

RGB channels and saturation

R 175 of 255 = 69%
G 98 of 255 = 38%
B 128 of 255 = 50%

175
98
128

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

Portions of RGB colors in percentages

R + G + B = 175 + 98 + 128 = 401 (100%)
R 175 of 401 ~ 43.64%
G 98 of 401 ~ 24.44%
B 128 of 401 ~ 31.92'%

%43.64
%24.44
%31.92

CMYK color model

#AF6280 color CMYK value is (0,44,27,31).

  • cyan value is 0.00%
  • magenta value is 44.00%
  • yellow value is 26.86%
  • key color value is 31.37%

CMYK: (0,44,27,31)
C0M44Y27K31 (0%, 44%, 27%, 31%)
(0.00 / 0.44 / 0.27 / 0.31)

CMYK percentages

%0
%44
%26.86
%31.37

Codes

Color #AF6280 in popluar color models

AF 62 80
RGB 175 98 128
HSL 337° 32.49% 53.53%
HSB/HSV 337° 44.00% 68.63%
CMYK 0.00% 44.00% 26.86%
31.37%

Color #AF6280 in popluar number systems.

HEX AF 62 80
Decimal 175 98 128
Binary 10101111 1100010 10000000
Octal 257 142 200

Shades and tints

Shades of #AF6280

#AF6280
(175,98,128)
#A05A75
(160,90,117)
#91526A
(145,82,106)
#824A5F
(130,74,95)
#734254
(115,66,84)
#643A49
(100,58,73)
#55323E
(85,50,62)
#462A33
(70,42,51)
#372228
(55,34,40)
#281A1D
(40,26,29)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #AF6280

#AF6280
(175,98,128)
#B6708B
(182,112,139)
#BD7E96
(189,126,150)
#C48CA1
(196,140,161)
#CB9AAC
(203,154,172)
#D2A8B7
(210,168,183)
#D9B6C2
(217,182,194)
#E0C4CD
(224,196,205)
#E7D2D8
(231,210,216)
#EEE0E3
(238,224,227)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6280 color. Also use rgb(175,98,128) instead hex code.

Text Font Color

.myTextColor { color: #AF6280; }

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

This text font color is #AF6280.

Background Color

.myBgColor { background-color: #AF6280; }

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

This div background color is #AF6280.

Border color

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

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

This div border color is #AF6280.

Opacity

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

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

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

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

This text has shadow with #AF6280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6280.

Preview

Color preview on black background

This text has color #AF6280 on black background.


Color preview on white background

This text has color #AF6280 on white background.


Black color preview on #AF6280 background

This text has black color on #AF6280 background.


White color preview on #AF6280 background

This text has white color on #AF6280 background.


Related colors

Complementary color

Complementary color for #hex is #509D7F.


I love getcolorcode.com

Triadic colors

1 #80AF62 and #6280AF with #AF6280 are triadic colors.

2 #8062AF and #62AF80 with #AF6280 are triadic colors.