COLOR #AB75A4

HEX: #AB75A4
RGB: (171,117,164)

Renk bilgisi

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

RGB renk modeli

#AB75A4 color RGB value is (171,117,164).

  • kırmız ton 171;
  • yeşil ton 117;
  • mavi ton 164.
RGB:
(171,117,164)
(67%,46%,64%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 117 of 255 = 46%
B 164 of 255 = 64%

171
117
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 117 + 164 = 452 (100%)
R 171 of 452 ~ 37.83%
G 117 of 452 ~ 25.88%
B 164 of 452 ~ 36.28%

%37.83
%25.88
%36.28

CMYK RENK MODELİ

#AB75A4 rengi CMYK tonu (0,32,4,33).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.58%
  • sarı tonu 4.09%
  • ana renk tonu 32.94%
CMYK:
(0,32,4,33)
C0M32Y4K33 
(0%,32%,4%,33%)
(0.00/0.32/0.04/0.33)	

CMYK yüzdeleri

%0
%31.58
%4.09
%32.94

Codes

Color #AB75A4 in popluar color models

AB75A4
RGB171117164
HSL308°24.32%56.47%
HSB/HSV308°31.58%67.06%
CMYK0.00%31.58%4.09%
32.94%

Color #AB75A4 in popluar number systems.

HEXAB75A4
Decimal171117164
Binary10101011111010110100100
Octal253165244

Shades and tints

Shades of #AB75A4

#AB75A4
(171,117,164)
#9C6B96
(156,107,150)
#8D6188
(141,97,136)
#7E577A
(126,87,122)
#6F4D6C
(111,77,108)
#60435E
(96,67,94)
#513950
(81,57,80)
#422F42
(66,47,66)
#332534
(51,37,52)
#241B26
(36,27,38)
#151118
(21,17,24)
#000000
(0,0,0)

Tints of #AB75A4

#AB75A4
(171,117,164)
#B281AC
(178,129,172)
#B98DB4
(185,141,180)
#C099BC
(192,153,188)
#C7A5C4
(199,165,196)
#CEB1CC
(206,177,204)
#D5BDD4
(213,189,212)
#DCC9DC
(220,201,220)
#E3D5E4
(227,213,228)
#EAE1EC
(234,225,236)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB75A4; }

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

This text font color is #AB75A4.


Background Color

.myBgColor { background-color: #AB75A4; }

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

This div background color is #AB75A4.


Border color

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

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

This div border color is #AB75A4.


Opacity

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

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

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

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

This text has shadow with #AB75A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB75A4 on black background.


Color preview on white background

This text has color #AB75A4 on white background.



Black color preview on #AB75A4 background

This text has black color on #AB75A4 background.


White color preview on #AB75A4 background

This text has white color on #AB75A4 background.