COLOR #AF77B0

HEX: #AF77B0
RGB: (175,119,176)

Renk bilgisi

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

RGB renk modeli

#AF77B0 color RGB value is (175,119,176).

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

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 119 of 255 = 47%
B 176 of 255 = 69%

175
119
176

R + G + B ~ 62%. #AF77B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 119 + 176 = 470 (100%)
R 175 of 470 ~ 37.23%
G 119 of 470 ~ 25.32%
B 176 of 470 ~ 37.45%

%37.23
%25.32
%37.45

CMYK RENK MODELİ

#AF77B0 rengi CMYK tonu (1,32,0,31).

  • camgöbeği tonu 0.57%
  • eflatun tonu 32.39%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(1,32,0,31)
C1M32Y0K31 
(1%,32%,0%,31%)
(0.01/0.32/0.00/0.31)	

CMYK yüzdeleri

%0.57
%32.39
%0
%30.98

Codes

Color #AF77B0 in popluar color models

AF77B0
RGB175119176
HSL299°26.51%57.84%
HSB/HSV299°32.39%69.02%
CMYK0.57%32.39%0.00%
30.98%

Color #AF77B0 in popluar number systems.

HEXAF77B0
Decimal175119176
Binary10101111111011110110000
Octal257167260

Shades and tints

Shades of #AF77B0

#AF77B0
(175,119,176)
#A06DA0
(160,109,160)
#916390
(145,99,144)
#825980
(130,89,128)
#734F70
(115,79,112)
#644560
(100,69,96)
#553B50
(85,59,80)
#463140
(70,49,64)
#372730
(55,39,48)
#281D20
(40,29,32)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #AF77B0

#AF77B0
(175,119,176)
#B683B7
(182,131,183)
#BD8FBE
(189,143,190)
#C49BC5
(196,155,197)
#CBA7CC
(203,167,204)
#D2B3D3
(210,179,211)
#D9BFDA
(217,191,218)
#E0CBE1
(224,203,225)
#E7D7E8
(231,215,232)
#EEE3EF
(238,227,239)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF77B0 color. Also use rgb(175,119,176) instead hex code.

Text Font Color

.myTextColor { color: #AF77B0; }

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

This text font color is #AF77B0.


Background Color

.myBgColor { background-color: #AF77B0; }

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

This div background color is #AF77B0.


Border color

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

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

This div border color is #AF77B0.


Opacity

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

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

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

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

This text has shadow with #AF77B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF77B0 on black background.


Color preview on white background

This text has color #AF77B0 on white background.



Black color preview on #AF77B0 background

This text has black color on #AF77B0 background.


White color preview on #AF77B0 background

This text has white color on #AF77B0 background.