COLOR #AF6085

HEX: #AF6085 RGB: (175,96,133)

Color info

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

RGB color model

#AF6085 color RGB value is (175,96,133).

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

RGB channels and saturation

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

175
96
133

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

Portions of RGB colors in percentages

R + G + B = 175 + 96 + 133 = 404 (100%)
R 175 of 404 ~ 43.32%
G 96 of 404 ~ 23.76%
B 133 of 404 ~ 32.92'%

%43.32
%23.76
%32.92

CMYK color model

#AF6085 color CMYK value is (0,45,24,31).

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

CMYK: (0,45,24,31)
C0M45Y24K31 (0%, 45%, 24%, 31%)
(0.00 / 0.45 / 0.24 / 0.31)

CMYK percentages

%0
%45.14
%24
%31.37

Codes

Color #AF6085 in popluar color models

AF 60 85
RGB 175 96 133
HSL 332° 33.05% 53.14%
HSB/HSV 332° 45.14% 68.63%
CMYK 0.00% 45.14% 24.00%
31.37%

Color #AF6085 in popluar number systems.

HEX AF 60 85
Decimal 175 96 133
Binary 10101111 1100000 10000101
Octal 257 140 205

Shades and tints

Shades of #AF6085

#AF6085
(175,96,133)
#A05879
(160,88,121)
#91506D
(145,80,109)
#824861
(130,72,97)
#734055
(115,64,85)
#643849
(100,56,73)
#55303D
(85,48,61)
#462831
(70,40,49)
#372025
(55,32,37)
#281819
(40,24,25)
#19100D
(25,16,13)
#000000
(0,0,0)

Tints of #AF6085

#AF6085
(175,96,133)
#B66E90
(182,110,144)
#BD7C9B
(189,124,155)
#C48AA6
(196,138,166)
#CB98B1
(203,152,177)
#D2A6BC
(210,166,188)
#D9B4C7
(217,180,199)
#E0C2D2
(224,194,210)
#E7D0DD
(231,208,221)
#EEDEE8
(238,222,232)
#F5ECF3
(245,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF6085; }

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

This text font color is #AF6085.

Background Color

.myBgColor { background-color: #AF6085; }

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

This div background color is #AF6085.

Border color

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

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

This div border color is #AF6085.

Opacity

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

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

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

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

This text has shadow with #AF6085 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF6085.

Preview

Color preview on black background

This text has color #AF6085 on black background.


Color preview on white background

This text has color #AF6085 on white background.


Black color preview on #AF6085 background

This text has black color on #AF6085 background.


White color preview on #AF6085 background

This text has white color on #AF6085 background.


Related colors

Complementary color

Complementary color for #hex is #509F7A.


I love getcolorcode.com

Triadic colors

1 #85AF60 and #6085AF with #AF6085 are triadic colors.

2 #8560AF and #60AF85 with #AF6085 are triadic colors.