COLOR #AF518B

HEX: #AF518B
RGB: (175,81,139)

Renk bilgisi

#AF518B contains mainly red and blue colors. #AF518B ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AF518B color RGB value is (175,81,139).

  • kırmız ton 175;
  • yeşil ton 81;
  • mavi ton 139.
RGB:
(175,81,139)
(69%,32%,55%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 81 of 255 = 32%
B 139 of 255 = 55%

175
81
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 81 + 139 = 395 (100%)
R 175 of 395 ~ 44.3%
G 81 of 395 ~ 20.51%
B 139 of 395 ~ 35.19%

%44.3
%20.51
%35.19

CMYK RENK MODELİ

#AF518B rengi CMYK tonu (0,54,21,31).

  • camgöbeği tonu 0.00%
  • eflatun tonu 53.71%
  • sarı tonu 20.57%
  • ana renk tonu 31.37%
CMYK:
(0,54,21,31)
C0M54Y21K31 
(0%,54%,21%,31%)
(0.00/0.54/0.21/0.31)	

CMYK yüzdeleri

%0
%53.71
%20.57
%31.37

Codes

Color #AF518B in popluar color models

AF518B
RGB17581139
HSL323°37.01%50.20%
HSB/HSV323°53.71%68.63%
CMYK0.00%53.71%20.57%
31.37%

Color #AF518B in popluar number systems.

HEXAF518B
Decimal17581139
Binary10101111101000110001011
Octal257121213

Shades and tints

Shades of #AF518B

#AF518B
(175,81,139)
#A04A7F
(160,74,127)
#914373
(145,67,115)
#823C67
(130,60,103)
#73355B
(115,53,91)
#642E4F
(100,46,79)
#552743
(85,39,67)
#462037
(70,32,55)
#37192B
(55,25,43)
#28121F
(40,18,31)
#190B13
(25,11,19)
#000000
(0,0,0)

Tints of #AF518B

#AF518B
(175,81,139)
#B66095
(182,96,149)
#BD6F9F
(189,111,159)
#C47EA9
(196,126,169)
#CB8DB3
(203,141,179)
#D29CBD
(210,156,189)
#D9ABC7
(217,171,199)
#E0BAD1
(224,186,209)
#E7C9DB
(231,201,219)
#EED8E5
(238,216,229)
#F5E7EF
(245,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF518B color. Also use rgb(175,81,139) instead hex code.

Text Font Color

.myTextColor { color: #AF518B; }

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

This text font color is #AF518B.


Background Color

.myBgColor { background-color: #AF518B; }

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

This div background color is #AF518B.


Border color

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

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

This div border color is #AF518B.


Opacity

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

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

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

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

This text has shadow with #AF518B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF518B on black background.


Color preview on white background

This text has color #AF518B on white background.



Black color preview on #AF518B background

This text has black color on #AF518B background.


White color preview on #AF518B background

This text has white color on #AF518B background.