COLOR #AF479B

HEX: #AF479B
RGB: (175,71,155)

Renk bilgisi

#AF479B contains mainly red and blue colors. #AF479B ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#AF479B color RGB value is (175,71,155).

  • kırmız ton 175;
  • yeşil ton 71;
  • mavi ton 155.
RGB:
(175,71,155)
(69%,28%,61%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 71 of 255 = 28%
B 155 of 255 = 61%

175
71
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 71 + 155 = 401 (100%)
R 175 of 401 ~ 43.64%
G 71 of 401 ~ 17.71%
B 155 of 401 ~ 38.65%

%43.64
%17.71
%38.65

CMYK RENK MODELİ

#AF479B rengi CMYK tonu (0,59,11,31).

  • camgöbeği tonu 0.00%
  • eflatun tonu 59.43%
  • sarı tonu 11.43%
  • ana renk tonu 31.37%
CMYK:
(0,59,11,31)
C0M59Y11K31 
(0%,59%,11%,31%)
(0.00/0.59/0.11/0.31)	

CMYK yüzdeleri

%0
%59.43
%11.43
%31.37

Codes

Color #AF479B in popluar color models

AF479B
RGB17571155
HSL312°42.28%48.24%
HSB/HSV312°59.43%68.63%
CMYK0.00%59.43%11.43%
31.37%

Color #AF479B in popluar number systems.

HEXAF479B
Decimal17571155
Binary10101111100011110011011
Octal257107233

Shades and tints

Shades of #AF479B

#AF479B
(175,71,155)
#A0418D
(160,65,141)
#913B7F
(145,59,127)
#823571
(130,53,113)
#732F63
(115,47,99)
#642955
(100,41,85)
#552347
(85,35,71)
#461D39
(70,29,57)
#37172B
(55,23,43)
#28111D
(40,17,29)
#190B0F
(25,11,15)
#000000
(0,0,0)

Tints of #AF479B

#AF479B
(175,71,155)
#B657A4
(182,87,164)
#BD67AD
(189,103,173)
#C477B6
(196,119,182)
#CB87BF
(203,135,191)
#D297C8
(210,151,200)
#D9A7D1
(217,167,209)
#E0B7DA
(224,183,218)
#E7C7E3
(231,199,227)
#EED7EC
(238,215,236)
#F5E7F5
(245,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF479B color. Also use rgb(175,71,155) instead hex code.

Text Font Color

.myTextColor { color: #AF479B; }

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

This text font color is #AF479B.


Background Color

.myBgColor { background-color: #AF479B; }

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

This div background color is #AF479B.


Border color

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

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

This div border color is #AF479B.


Opacity

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

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

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

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

This text has shadow with #AF479B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF479B on black background.


Color preview on white background

This text has color #AF479B on white background.



Black color preview on #AF479B background

This text has black color on #AF479B background.


White color preview on #AF479B background

This text has white color on #AF479B background.