COLOR #AF6084

HEX: #AF6084 RGB: (175,96,132)

Color info

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

RGB color model

#AF6084 color RGB value is (175,96,132).

RGB: (175,96,132) (69%, 38%, 52%)

RGB channels and saturation

R 175 of 255 = 69%
G 96 of 255 = 38%
B 132 of 255 = 52%

175
96
132

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

Portions of RGB colors in percentages

R + G + B = 175 + 96 + 132 = 403 (100%)
R 175 of 403 ~ 43.42%
G 96 of 403 ~ 23.82%
B 132 of 403 ~ 32.75'%

%43.42
%23.82
%32.75

CMYK color model

#AF6084 color CMYK value is (0,45,25,31).

  • cyan value is 0.00%
  • magenta value is 45.14%
  • yellow value is 24.57%
  • key color value is 31.37%

CMYK: (0,45,25,31)
C0M45Y25K31 (0%, 45%, 25%, 31%)
(0.00 / 0.45 / 0.25 / 0.31)

CMYK percentages

%0
%45.14
%24.57
%31.37

Codes

Color #AF6084 in popluar color models

AF 60 84
RGB 175 96 132
HSL 333° 33.05% 53.14%
HSB/HSV 333° 45.14% 68.63%
CMYK 0.00% 45.14% 24.57%
31.37%

Color #AF6084 in popluar number systems.

HEX AF 60 84
Decimal 175 96 132
Binary 10101111 1100000 10000100
Octal 257 140 204

Shades and tints

Shades of #AF6084

#AF6084
(175,96,132)
#A05878
(160,88,120)
#91506C
(145,80,108)
#824860
(130,72,96)
#734054
(115,64,84)
#643848
(100,56,72)
#55303C
(85,48,60)
#462830
(70,40,48)
#372024
(55,32,36)
#281818
(40,24,24)
#19100C
(25,16,12)
#000000
(0,0,0)

Tints of #AF6084

#AF6084
(175,96,132)
#B66E8F
(182,110,143)
#BD7C9A
(189,124,154)
#C48AA5
(196,138,165)
#CB98B0
(203,152,176)
#D2A6BB
(210,166,187)
#D9B4C6
(217,180,198)
#E0C2D1
(224,194,209)
#E7D0DC
(231,208,220)
#EEDEE7
(238,222,231)
#F5ECF2
(245,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF6084 color. Also use rgb(175,96,132) instead hex code.

Text Font Color

.myTextColor { color: #AF6084; }

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

This text font color is #AF6084.

Background Color

.myBgColor { background-color: #AF6084; }

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

This div background color is #AF6084.

Border color

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

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

This div border color is #AF6084.

Opacity

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

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

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

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

This text has shadow with #AF6084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6084.

Preview

Color preview on black background

This text has color #AF6084 on black background.


Color preview on white background

This text has color #AF6084 on white background.


Black color preview on #AF6084 background

This text has black color on #AF6084 background.


White color preview on #AF6084 background

This text has white color on #AF6084 background.


Related colors

Complementary color

Complementary color for #hex is #509F7B.


I love getcolorcode.com

Triadic colors

1 #84AF60 and #6084AF with #AF6084 are triadic colors.

2 #8460AF and #60AF84 with #AF6084 are triadic colors.