COLOR #AF7595

HEX: #AF7595 RGB: (175,117,149)

Color info

#AF7595 contains red, green and blue colors in about the same proportion. Web safe color of #AF7595 is #996699 (or #969).

RGB color model

#AF7595 color RGB value is (175,117,149).

RGB: (175,117,149) (69%, 46%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 117 of 255 = 46%
B 149 of 255 = 58%

175
117
149

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

Portions of RGB colors in percentages

R + G + B = 175 + 117 + 149 = 441 (100%)
R 175 of 441 ~ 39.68%
G 117 of 441 ~ 26.53%
B 149 of 441 ~ 33.79'%

%39.68
%26.53
%33.79

CMYK color model

#AF7595 color CMYK value is (0,33,15,31).

  • cyan value is 0.00%
  • magenta value is 33.14%
  • yellow value is 14.86%
  • key color value is 31.37%

CMYK: (0,33,15,31)
C0M33Y15K31 (0%, 33%, 15%, 31%)
(0.00 / 0.33 / 0.15 / 0.31)

CMYK percentages

%0
%33.14
%14.86
%31.37

Codes

Color #AF7595 in popluar color models

AF 75 95
RGB 175 117 149
HSL 327° 26.61% 57.25%
HSB/HSV 327° 33.14% 68.63%
CMYK 0.00% 33.14% 14.86%
31.37%

Color #AF7595 in popluar number systems.

HEX AF 75 95
Decimal 175 117 149
Binary 10101111 1110101 10010101
Octal 257 165 225

Shades and tints

Shades of #AF7595

#AF7595
(175,117,149)
#A06B88
(160,107,136)
#91617B
(145,97,123)
#82576E
(130,87,110)
#734D61
(115,77,97)
#644354
(100,67,84)
#553947
(85,57,71)
#462F3A
(70,47,58)
#37252D
(55,37,45)
#281B20
(40,27,32)
#191113
(25,17,19)
#000000
(0,0,0)

Tints of #AF7595

#AF7595
(175,117,149)
#B6819E
(182,129,158)
#BD8DA7
(189,141,167)
#C499B0
(196,153,176)
#CBA5B9
(203,165,185)
#D2B1C2
(210,177,194)
#D9BDCB
(217,189,203)
#E0C9D4
(224,201,212)
#E7D5DD
(231,213,221)
#EEE1E6
(238,225,230)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF7595 color. Also use rgb(175,117,149) instead hex code.

Text Font Color

.myTextColor { color: #AF7595; }

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

This text font color is #AF7595.

Background Color

.myBgColor { background-color: #AF7595; }

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

This div background color is #AF7595.

Border color

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

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

This div border color is #AF7595.

Opacity

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

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

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

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

This text has shadow with #AF7595 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF7595.

Preview

Color preview on black background

This text has color #AF7595 on black background.


Color preview on white background

This text has color #AF7595 on white background.


Black color preview on #AF7595 background

This text has black color on #AF7595 background.


White color preview on #AF7595 background

This text has white color on #AF7595 background.


Related colors

Complementary color

Complementary color for #hex is #508A6A.


I love getcolorcode.com

Triadic colors

1 #95AF75 and #7595AF with #AF7595 are triadic colors.

2 #9575AF and #75AF95 with #AF7595 are triadic colors.