COLOR #AE4479

HEX: #AE4479
RGB: (174,68,121)

Renk bilgisi

#AE4479 contains mainly red and blue colors. #AE4479 ‘ nin web güvenlik rengi #993366 (ya da #936) dir.

RGB renk modeli

#AE4479 color RGB value is (174,68,121).

  • kırmız ton 174;
  • yeşil ton 68;
  • mavi ton 121.
RGB:
(174,68,121)
(68%,27%,47%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 68 of 255 = 27%
B 121 of 255 = 47%

174
68
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 68 + 121 = 363 (100%)
R 174 of 363 ~ 47.93%
G 68 of 363 ~ 18.73%
B 121 of 363 ~ 33.33%

%47.93
%18.73
%33.33

CMYK RENK MODELİ

#AE4479 rengi CMYK tonu (0,61,30,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.92%
  • sarı tonu 30.46%
  • ana renk tonu 31.76%
CMYK:
(0,61,30,32)
C0M61Y30K32 
(0%,61%,30%,32%)
(0.00/0.61/0.30/0.32)	

CMYK yüzdeleri

%0
%60.92
%30.46
%31.76

Codes

Color #AE4479 in popluar color models

AE4479
RGB17468121
HSL330°43.80%47.45%
HSB/HSV330°60.92%68.24%
CMYK0.00%60.92%30.46%
31.76%

Color #AE4479 in popluar number systems.

HEXAE4479
Decimal17468121
Binary1010111010001001111001
Octal256104171

Shades and tints

Shades of #AE4479

#AE4479
(174,68,121)
#9F3E6E
(159,62,110)
#903863
(144,56,99)
#813258
(129,50,88)
#722C4D
(114,44,77)
#632642
(99,38,66)
#542037
(84,32,55)
#451A2C
(69,26,44)
#361421
(54,20,33)
#270E16
(39,14,22)
#18080B
(24,8,11)
#000000
(0,0,0)

Tints of #AE4479

#AE4479
(174,68,121)
#B55585
(181,85,133)
#BC6691
(188,102,145)
#C3779D
(195,119,157)
#CA88A9
(202,136,169)
#D199B5
(209,153,181)
#D8AAC1
(216,170,193)
#DFBBCD
(223,187,205)
#E6CCD9
(230,204,217)
#EDDDE5
(237,221,229)
#F4EEF1
(244,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE4479 color. Also use rgb(174,68,121) instead hex code.

Text Font Color

.myTextColor { color: #AE4479; }

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

This text font color is #AE4479.


Background Color

.myBgColor { background-color: #AE4479; }

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

This div background color is #AE4479.


Border color

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

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

This div border color is #AE4479.


Opacity

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

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

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

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

This text has shadow with #AE4479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE4479 on black background.


Color preview on white background

This text has color #AE4479 on white background.



Black color preview on #AE4479 background

This text has black color on #AE4479 background.


White color preview on #AE4479 background

This text has white color on #AE4479 background.