COLOR #AB6EAB

HEX: #AB6EAB
RGB: (171,110,171)

Renk bilgisi

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

RGB renk modeli

#AB6EAB color RGB value is (171,110,171).

  • kırmız ton 171;
  • yeşil ton 110;
  • mavi ton 171.
RGB:
(171,110,171)
(67%,43%,67%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 110 of 255 = 43%
B 171 of 255 = 67%

171
110
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 110 + 171 = 452 (100%)
R 171 of 452 ~ 37.83%
G 110 of 452 ~ 24.34%
B 171 of 452 ~ 37.83%

%37.83
%24.34
%37.83

CMYK RENK MODELİ

#AB6EAB rengi CMYK tonu (0,36,0,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.67%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(0,36,0,33)
C0M36Y0K33 
(0%,36%,0%,33%)
(0.00/0.36/0.00/0.33)	

CMYK yüzdeleri

%0
%35.67
%0
%32.94

Codes

Color #AB6EAB in popluar color models

AB6EAB
RGB171110171
HSL300°26.64%55.10%
HSB/HSV300°35.67%67.06%
CMYK0.00%35.67%0.00%
32.94%

Color #AB6EAB in popluar number systems.

HEXAB6EAB
Decimal171110171
Binary10101011110111010101011
Octal253156253

Shades and tints

Shades of #AB6EAB

#AB6EAB
(171,110,171)
#9C649C
(156,100,156)
#8D5A8D
(141,90,141)
#7E507E
(126,80,126)
#6F466F
(111,70,111)
#603C60
(96,60,96)
#513251
(81,50,81)
#422842
(66,40,66)
#331E33
(51,30,51)
#241424
(36,20,36)
#150A15
(21,10,21)
#000000
(0,0,0)

Tints of #AB6EAB

#AB6EAB
(171,110,171)
#B27BB2
(178,123,178)
#B988B9
(185,136,185)
#C095C0
(192,149,192)
#C7A2C7
(199,162,199)
#CEAFCE
(206,175,206)
#D5BCD5
(213,188,213)
#DCC9DC
(220,201,220)
#E3D6E3
(227,214,227)
#EAE3EA
(234,227,234)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6EAB; }

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

This text font color is #AB6EAB.


Background Color

.myBgColor { background-color: #AB6EAB; }

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

This div background color is #AB6EAB.


Border color

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

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

This div border color is #AB6EAB.


Opacity

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

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

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

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

This text has shadow with #AB6EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6EAB on black background.


Color preview on white background

This text has color #AB6EAB on white background.



Black color preview on #AB6EAB background

This text has black color on #AB6EAB background.


White color preview on #AB6EAB background

This text has white color on #AB6EAB background.