COLOR #AB70A8

HEX: #AB70A8
RGB: (171,112,168)

Renk bilgisi

#AB70A8 contains red, green and blue colors in about the same proportion. #AB70A8 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AB70A8 color RGB value is (171,112,168).

  • kırmız ton 171;
  • yeşil ton 112;
  • mavi ton 168.
RGB:
(171,112,168)
(67%,44%,66%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 112 of 255 = 44%
B 168 of 255 = 66%

171
112
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 112 + 168 = 451 (100%)
R 171 of 451 ~ 37.92%
G 112 of 451 ~ 24.83%
B 168 of 451 ~ 37.25%

%37.92
%24.83
%37.25

CMYK RENK MODELİ

#AB70A8 rengi CMYK tonu (0,35,2,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.50%
  • sarı tonu 1.75%
  • ana renk tonu 32.94%
CMYK:
(0,35,2,33)
C0M35Y2K33 
(0%,35%,2%,33%)
(0.00/0.35/0.02/0.33)	

CMYK yüzdeleri

%0
%34.5
%1.75
%32.94

Codes

Color #AB70A8 in popluar color models

AB70A8
RGB171112168
HSL303°25.99%55.49%
HSB/HSV303°34.50%67.06%
CMYK0.00%34.50%1.75%
32.94%

Color #AB70A8 in popluar number systems.

HEXAB70A8
Decimal171112168
Binary10101011111000010101000
Octal253160250

Shades and tints

Shades of #AB70A8

#AB70A8
(171,112,168)
#9C6699
(156,102,153)
#8D5C8A
(141,92,138)
#7E527B
(126,82,123)
#6F486C
(111,72,108)
#603E5D
(96,62,93)
#51344E
(81,52,78)
#422A3F
(66,42,63)
#332030
(51,32,48)
#241621
(36,22,33)
#150C12
(21,12,18)
#000000
(0,0,0)

Tints of #AB70A8

#AB70A8
(171,112,168)
#B27DAF
(178,125,175)
#B98AB6
(185,138,182)
#C097BD
(192,151,189)
#C7A4C4
(199,164,196)
#CEB1CB
(206,177,203)
#D5BED2
(213,190,210)
#DCCBD9
(220,203,217)
#E3D8E0
(227,216,224)
#EAE5E7
(234,229,231)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB70A8; }

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

This text font color is #AB70A8.


Background Color

.myBgColor { background-color: #AB70A8; }

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

This div background color is #AB70A8.


Border color

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

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

This div border color is #AB70A8.


Opacity

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

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

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

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

This text has shadow with #AB70A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB70A8 on black background.


Color preview on white background

This text has color #AB70A8 on white background.



Black color preview on #AB70A8 background

This text has black color on #AB70A8 background.


White color preview on #AB70A8 background

This text has white color on #AB70A8 background.