COLOR #AB76C2

HEX: #AB76C2
RGB: (171,118,194)

Renk bilgisi

#AB76C2 contains mainly red and blue colors. #AB76C2 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AB76C2 color RGB value is (171,118,194).

  • kırmız ton 171;
  • yeşil ton 118;
  • mavi ton 194.
RGB:
(171,118,194)
(67%,46%,76%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 118 of 255 = 46%
B 194 of 255 = 76%

171
118
194

R + G + B ~ 63%. #AB76C2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 118 + 194 = 483 (100%)
R 171 of 483 ~ 35.4%
G 118 of 483 ~ 24.43%
B 194 of 483 ~ 40.17%

%35.4
%24.43
%40.17

CMYK RENK MODELİ

#AB76C2 rengi CMYK tonu (12,39,0,24).

  • camgöbeği tonu 11.86%
  • eflatun tonu 39.18%
  • sarı tonu 0.00%
  • ana renk tonu 23.92%
CMYK:
(12,39,0,24)
C12M39Y0K24 
(12%,39%,0%,24%)
(0.12/0.39/0.00/0.24)	

CMYK yüzdeleri

%11.86
%39.18
%0
%23.92

Codes

Color #AB76C2 in popluar color models

AB76C2
RGB171118194
HSL282°38.38%61.18%
HSB/HSV282°39.18%76.08%
CMYK11.86%39.18%0.00%
23.92%

Color #AB76C2 in popluar number systems.

HEXAB76C2
Decimal171118194
Binary10101011111011011000010
Octal253166302

Shades and tints

Shades of #AB76C2

#AB76C2
(171,118,194)
#9C6CB1
(156,108,177)
#8D62A0
(141,98,160)
#7E588F
(126,88,143)
#6F4E7E
(111,78,126)
#60446D
(96,68,109)
#513A5C
(81,58,92)
#42304B
(66,48,75)
#33263A
(51,38,58)
#241C29
(36,28,41)
#151218
(21,18,24)
#000000
(0,0,0)

Tints of #AB76C2

#AB76C2
(171,118,194)
#B282C7
(178,130,199)
#B98ECC
(185,142,204)
#C09AD1
(192,154,209)
#C7A6D6
(199,166,214)
#CEB2DB
(206,178,219)
#D5BEE0
(213,190,224)
#DCCAE5
(220,202,229)
#E3D6EA
(227,214,234)
#EAE2EF
(234,226,239)
#F1EEF4
(241,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB76C2 color. Also use rgb(171,118,194) instead hex code.

Text Font Color

.myTextColor { color: #AB76C2; }

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

This text font color is #AB76C2.


Background Color

.myBgColor { background-color: #AB76C2; }

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

This div background color is #AB76C2.


Border color

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

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

This div border color is #AB76C2.


Opacity

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

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

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

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

This text has shadow with #AB76C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB76C2 on black background.


Color preview on white background

This text has color #AB76C2 on white background.



Black color preview on #AB76C2 background

This text has black color on #AB76C2 background.


White color preview on #AB76C2 background

This text has white color on #AB76C2 background.