COLOR #AE71A7

HEX: #AE71A7
RGB: (174,113,167)

Renk bilgisi

#AE71A7 contains mainly red and blue colors. #AE71A7 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#AE71A7 color RGB value is (174,113,167).

  • kırmız ton 174;
  • yeşil ton 113;
  • mavi ton 167.
RGB:
(174,113,167)
(68%,44%,65%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 113 of 255 = 44%
B 167 of 255 = 65%

174
113
167

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 113 + 167 = 454 (100%)
R 174 of 454 ~ 38.33%
G 113 of 454 ~ 24.89%
B 167 of 454 ~ 36.78%

%38.33
%24.89
%36.78

CMYK RENK MODELİ

#AE71A7 rengi CMYK tonu (0,35,4,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.06%
  • sarı tonu 4.02%
  • ana renk tonu 31.76%
CMYK:
(0,35,4,32)
C0M35Y4K32 
(0%,35%,4%,32%)
(0.00/0.35/0.04/0.32)	

CMYK yüzdeleri

%0
%35.06
%4.02
%31.76

Codes

Color #AE71A7 in popluar color models

AE71A7
RGB174113167
HSL307°27.35%56.27%
HSB/HSV307°35.06%68.24%
CMYK0.00%35.06%4.02%
31.76%

Color #AE71A7 in popluar number systems.

HEXAE71A7
Decimal174113167
Binary10101110111000110100111
Octal256161247

Shades and tints

Shades of #AE71A7

#AE71A7
(174,113,167)
#9F6798
(159,103,152)
#905D89
(144,93,137)
#81537A
(129,83,122)
#72496B
(114,73,107)
#633F5C
(99,63,92)
#54354D
(84,53,77)
#452B3E
(69,43,62)
#36212F
(54,33,47)
#271720
(39,23,32)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #AE71A7

#AE71A7
(174,113,167)
#B57DAF
(181,125,175)
#BC89B7
(188,137,183)
#C395BF
(195,149,191)
#CAA1C7
(202,161,199)
#D1ADCF
(209,173,207)
#D8B9D7
(216,185,215)
#DFC5DF
(223,197,223)
#E6D1E7
(230,209,231)
#EDDDEF
(237,221,239)
#F4E9F7
(244,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE71A7 color. Also use rgb(174,113,167) instead hex code.

Text Font Color

.myTextColor { color: #AE71A7; }

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

This text font color is #AE71A7.


Background Color

.myBgColor { background-color: #AE71A7; }

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

This div background color is #AE71A7.


Border color

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

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

This div border color is #AE71A7.


Opacity

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

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

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

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

This text has shadow with #AE71A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE71A7 on black background.


Color preview on white background

This text has color #AE71A7 on white background.



Black color preview on #AE71A7 background

This text has black color on #AE71A7 background.


White color preview on #AE71A7 background

This text has white color on #AE71A7 background.