COLOR #AB6EDD

HEX: #AB6EDD
RGB: (171,110,221)

Renk bilgisi

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

RGB renk modeli

#AB6EDD color RGB value is (171,110,221).

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

RGB bağlantıları ve doygunluk

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

171
110
221

R + G + B ~ 66%. #AB6EDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 110 + 221 = 502 (100%)
R 171 of 502 ~ 34.06%
G 110 of 502 ~ 21.91%
B 221 of 502 ~ 44.02%

%34.06
%21.91
%44.02

CMYK RENK MODELİ

#AB6EDD rengi CMYK tonu (23,50,0,13).

  • camgöbeği tonu 22.62%
  • eflatun tonu 50.23%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(23,50,0,13)
C23M50Y0K13 
(23%,50%,0%,13%)
(0.23/0.50/0.00/0.13)	

CMYK yüzdeleri

%22.62
%50.23
%0
%13.33

Codes

Color #AB6EDD in popluar color models

AB6EDD
RGB171110221
HSL273°62.01%64.90%
HSB/HSV273°50.23%86.67%
CMYK22.62%50.23%0.00%
13.33%

Color #AB6EDD in popluar number systems.

HEXAB6EDD
Decimal171110221
Binary10101011110111011011101
Octal253156335

Shades and tints

Shades of #AB6EDD

#AB6EDD
(171,110,221)
#9C64C9
(156,100,201)
#8D5AB5
(141,90,181)
#7E50A1
(126,80,161)
#6F468D
(111,70,141)
#603C79
(96,60,121)
#513265
(81,50,101)
#422851
(66,40,81)
#331E3D
(51,30,61)
#241429
(36,20,41)
#150A15
(21,10,21)
#000000
(0,0,0)

Tints of #AB6EDD

#AB6EDD
(171,110,221)
#B27BE0
(178,123,224)
#B988E3
(185,136,227)
#C095E6
(192,149,230)
#C7A2E9
(199,162,233)
#CEAFEC
(206,175,236)
#D5BCEF
(213,188,239)
#DCC9F2
(220,201,242)
#E3D6F5
(227,214,245)
#EAE3F8
(234,227,248)
#F1F0FB
(241,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB6EDD; }

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

This text font color is #AB6EDD.


Background Color

.myBgColor { background-color: #AB6EDD; }

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

This div background color is #AB6EDD.


Border color

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

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

This div border color is #AB6EDD.


Opacity

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

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

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

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

This text has shadow with #AB6EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB6EDD on black background.


Color preview on white background

This text has color #AB6EDD on white background.



Black color preview on #AB6EDD background

This text has black color on #AB6EDD background.


White color preview on #AB6EDD background

This text has white color on #AB6EDD background.