COLOR #AB87F0

HEX: #AB87F0
RGB: (171,135,240)

Renk bilgisi

#AB87F0 contains mainly blue color. #AB87F0 ‘ nin web güvenlik rengi #9999FF (ya da #99F) dir.

RGB renk modeli

#AB87F0 color RGB value is (171,135,240).

  • kırmız ton 171;
  • yeşil ton 135;
  • mavi ton 240.
RGB:
(171,135,240)
(67%,53%,94%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 135 of 255 = 53%
B 240 of 255 = 94%

171
135
240

R + G + B ~ 71%. #AB87F0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 135 + 240 = 546 (100%)
R 171 of 546 ~ 31.32%
G 135 of 546 ~ 24.73%
B 240 of 546 ~ 43.96%

%31.32
%24.73
%43.96

CMYK RENK MODELİ

#AB87F0 rengi CMYK tonu (29,44,0,6).

  • camgöbeği tonu 28.75%
  • eflatun tonu 43.75%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(29,44,0,6)
C29M44Y0K6 
(29%,44%,0%,6%)
(0.29/0.44/0.00/0.06)	

CMYK yüzdeleri

%28.75
%43.75
%0
%5.88

Codes

Color #AB87F0 in popluar color models

AB87F0
RGB171135240
HSL261°77.78%73.53%
HSB/HSV261°43.75%94.12%
CMYK28.75%43.75%0.00%
5.88%

Color #AB87F0 in popluar number systems.

HEXAB87F0
Decimal171135240
Binary101010111000011111110000
Octal253207360

Shades and tints

Shades of #AB87F0

#AB87F0
(171,135,240)
#9C7BDB
(156,123,219)
#8D6FC6
(141,111,198)
#7E63B1
(126,99,177)
#6F579C
(111,87,156)
#604B87
(96,75,135)
#513F72
(81,63,114)
#42335D
(66,51,93)
#332748
(51,39,72)
#241B33
(36,27,51)
#150F1E
(21,15,30)
#000000
(0,0,0)

Tints of #AB87F0

#AB87F0
(171,135,240)
#B291F1
(178,145,241)
#B99BF2
(185,155,242)
#C0A5F3
(192,165,243)
#C7AFF4
(199,175,244)
#CEB9F5
(206,185,245)
#D5C3F6
(213,195,246)
#DCCDF7
(220,205,247)
#E3D7F8
(227,215,248)
#EAE1F9
(234,225,249)
#F1EBFA
(241,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB87F0; }

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

This text font color is #AB87F0.


Background Color

.myBgColor { background-color: #AB87F0; }

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

This div background color is #AB87F0.


Border color

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

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

This div border color is #AB87F0.


Opacity

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

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

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

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

This text has shadow with #AB87F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB87F0 on black background.


Color preview on white background

This text has color #AB87F0 on white background.



Black color preview on #AB87F0 background

This text has black color on #AB87F0 background.


White color preview on #AB87F0 background

This text has white color on #AB87F0 background.