COLOR #AF6480

HEX: #AF6480 RGB: (175,100,128)

Color info

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

RGB color model

#AF6480 color RGB value is (175,100,128).

RGB: (175,100,128) (69%, 39%, 50%)

RGB channels and saturation

R 175 of 255 = 69%
G 100 of 255 = 39%
B 128 of 255 = 50%

175
100
128

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

Portions of RGB colors in percentages

R + G + B = 175 + 100 + 128 = 403 (100%)
R 175 of 403 ~ 43.42%
G 100 of 403 ~ 24.81%
B 128 of 403 ~ 31.76'%

%43.42
%24.81
%31.76

CMYK color model

#AF6480 color CMYK value is (0,43,27,31).

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

CMYK: (0,43,27,31)
C0M43Y27K31 (0%, 43%, 27%, 31%)
(0.00 / 0.43 / 0.27 / 0.31)

CMYK percentages

%0
%42.86
%26.86
%31.37

Codes

Color #AF6480 in popluar color models

AF 64 80
RGB 175 100 128
HSL 338° 31.91% 53.92%
HSB/HSV 338° 42.86% 68.63%
CMYK 0.00% 42.86% 26.86%
31.37%

Color #AF6480 in popluar number systems.

HEX AF 64 80
Decimal 175 100 128
Binary 10101111 1100100 10000000
Octal 257 144 200

Shades and tints

Shades of #AF6480

#AF6480
(175,100,128)
#A05B75
(160,91,117)
#91526A
(145,82,106)
#82495F
(130,73,95)
#734054
(115,64,84)
#643749
(100,55,73)
#552E3E
(85,46,62)
#462533
(70,37,51)
#371C28
(55,28,40)
#28131D
(40,19,29)
#190A12
(25,10,18)
#000000
(0,0,0)

Tints of #AF6480

#AF6480
(175,100,128)
#B6728B
(182,114,139)
#BD8096
(189,128,150)
#C48EA1
(196,142,161)
#CB9CAC
(203,156,172)
#D2AAB7
(210,170,183)
#D9B8C2
(217,184,194)
#E0C6CD
(224,198,205)
#E7D4D8
(231,212,216)
#EEE2E3
(238,226,227)
#F5F0EE
(245,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6480; }

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

This text font color is #AF6480.

Background Color

.myBgColor { background-color: #AF6480; }

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

This div background color is #AF6480.

Border color

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

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

This div border color is #AF6480.

Opacity

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

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

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

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

This text has shadow with #AF6480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6480.

Preview

Color preview on black background

This text has color #AF6480 on black background.


Color preview on white background

This text has color #AF6480 on white background.


Black color preview on #AF6480 background

This text has black color on #AF6480 background.


White color preview on #AF6480 background

This text has white color on #AF6480 background.


Related colors

Complementary color

Complementary color for #hex is #509B7F.


I love getcolorcode.com

Triadic colors

1 #80AF64 and #6480AF with #AF6480 are triadic colors.

2 #8064AF and #64AF80 with #AF6480 are triadic colors.