COLOR #AF79AB

HEX: #AF79AB
RGB: (175,121,171)

Renk bilgisi

#AF79AB contains red, green and blue colors in about the same proportion. #AF79AB ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AF79AB color RGB value is (175,121,171).

  • kırmız ton 175;
  • yeşil ton 121;
  • mavi ton 171.
RGB:
(175,121,171)
(69%,47%,67%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 121 of 255 = 47%
B 171 of 255 = 67%

175
121
171

R + G + B ~ 61%. #AF79AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 121 + 171 = 467 (100%)
R 175 of 467 ~ 37.47%
G 121 of 467 ~ 25.91%
B 171 of 467 ~ 36.62%

%37.47
%25.91
%36.62

CMYK RENK MODELİ

#AF79AB rengi CMYK tonu (0,31,2,31).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.86%
  • sarı tonu 2.29%
  • ana renk tonu 31.37%
CMYK:
(0,31,2,31)
C0M31Y2K31 
(0%,31%,2%,31%)
(0.00/0.31/0.02/0.31)	

CMYK yüzdeleri

%0
%30.86
%2.29
%31.37

Codes

Color #AF79AB in popluar color models

AF79AB
RGB175121171
HSL304°25.23%58.04%
HSB/HSV304°30.86%68.63%
CMYK0.00%30.86%2.29%
31.37%

Color #AF79AB in popluar number systems.

HEXAF79AB
Decimal175121171
Binary10101111111100110101011
Octal257171253

Shades and tints

Shades of #AF79AB

#AF79AB
(175,121,171)
#A06E9C
(160,110,156)
#91638D
(145,99,141)
#82587E
(130,88,126)
#734D6F
(115,77,111)
#644260
(100,66,96)
#553751
(85,55,81)
#462C42
(70,44,66)
#372133
(55,33,51)
#281624
(40,22,36)
#190B15
(25,11,21)
#000000
(0,0,0)

Tints of #AF79AB

#AF79AB
(175,121,171)
#B685B2
(182,133,178)
#BD91B9
(189,145,185)
#C49DC0
(196,157,192)
#CBA9C7
(203,169,199)
#D2B5CE
(210,181,206)
#D9C1D5
(217,193,213)
#E0CDDC
(224,205,220)
#E7D9E3
(231,217,227)
#EEE5EA
(238,229,234)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF79AB color. Also use rgb(175,121,171) instead hex code.

Text Font Color

.myTextColor { color: #AF79AB; }

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

This text font color is #AF79AB.


Background Color

.myBgColor { background-color: #AF79AB; }

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

This div background color is #AF79AB.


Border color

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

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

This div border color is #AF79AB.


Opacity

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

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

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

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

This text has shadow with #AF79AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF79AB on black background.


Color preview on white background

This text has color #AF79AB on white background.



Black color preview on #AF79AB background

This text has black color on #AF79AB background.


White color preview on #AF79AB background

This text has white color on #AF79AB background.