COLOR #AB059B

HEX: #AB059B
RGB: (171,5,155)

Renk bilgisi

#AB059B contains mainly red and blue colors. #AB059B ‘ nin web güvenlik rengi #990099 (ya da #909) dir.

RGB renk modeli

#AB059B color RGB value is (171,5,155).

  • kırmız ton 171;
  • yeşil ton 5;
  • mavi ton 155.
RGB:
(171,5,155)
(67%,2%,61%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 5 of 255 = 2%
B 155 of 255 = 61%

171
5
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 5 + 155 = 331 (100%)
R 171 of 331 ~ 51.66%
G 5 of 331 ~ 1.51%
B 155 of 331 ~ 46.83%

%51.66
%46.83

CMYK RENK MODELİ

#AB059B rengi CMYK tonu (0,97,9,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 97.08%
  • sarı tonu 9.36%
  • ana renk tonu 32.94%
CMYK:
(0,97,9,33)
C0M97Y9K33 
(0%,97%,9%,33%)
(0.00/0.97/0.09/0.33)	

CMYK yüzdeleri

%0
%97.08
%9.36
%32.94

Codes

Color #AB059B in popluar color models

AB059B
RGB1715155
HSL306°94.32%34.51%
HSB/HSV306°97.08%67.06%
CMYK0.00%97.08%9.36%
32.94%

Color #AB059B in popluar number systems.

HEXAB059B
Decimal1715155
Binary1010101110110011011
Octal2535233

Shades and tints

Shades of #AB059B

#AB059B
(171,5,155)
#9C058D
(156,5,141)
#8D057F
(141,5,127)
#7E0571
(126,5,113)
#6F0563
(111,5,99)
#600555
(96,5,85)
#510547
(81,5,71)
#420539
(66,5,57)
#33052B
(51,5,43)
#24051D
(36,5,29)
#15050F
(21,5,15)
#000000
(0,0,0)

Tints of #AB059B

#AB059B
(171,5,155)
#B21BA4
(178,27,164)
#B931AD
(185,49,173)
#C047B6
(192,71,182)
#C75DBF
(199,93,191)
#CE73C8
(206,115,200)
#D589D1
(213,137,209)
#DC9FDA
(220,159,218)
#E3B5E3
(227,181,227)
#EACBEC
(234,203,236)
#F1E1F5
(241,225,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB059B; }

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

This text font color is #AB059B.


Background Color

.myBgColor { background-color: #AB059B; }

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

This div background color is #AB059B.


Border color

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

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

This div border color is #AB059B.


Opacity

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

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

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

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

This text has shadow with #AB059B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB059B on black background.


Color preview on white background

This text has color #AB059B on white background.



Black color preview on #AB059B background

This text has black color on #AB059B background.


White color preview on #AB059B background

This text has white color on #AB059B background.