COLOR #AE449B

HEX: #AE449B
RGB: (174,68,155)

Renk bilgisi

#AE449B contains mainly red and blue colors. #AE449B ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#AE449B color RGB value is (174,68,155).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 68 of 255 = 27%
B 155 of 255 = 61%

174
68
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 68 + 155 = 397 (100%)
R 174 of 397 ~ 43.83%
G 68 of 397 ~ 17.13%
B 155 of 397 ~ 39.04%

%43.83
%17.13
%39.04

CMYK RENK MODELİ

#AE449B rengi CMYK tonu (0,61,11,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.92%
  • sarı tonu 10.92%
  • ana renk tonu 31.76%
CMYK:
(0,61,11,32)
C0M61Y11K32 
(0%,61%,11%,32%)
(0.00/0.61/0.11/0.32)	

CMYK yüzdeleri

%0
%60.92
%10.92
%31.76

Codes

Color #AE449B in popluar color models

AE449B
RGB17468155
HSL311°43.80%47.45%
HSB/HSV311°60.92%68.24%
CMYK0.00%60.92%10.92%
31.76%

Color #AE449B in popluar number systems.

HEXAE449B
Decimal17468155
Binary10101110100010010011011
Octal256104233

Shades and tints

Shades of #AE449B

#AE449B
(174,68,155)
#9F3E8D
(159,62,141)
#90387F
(144,56,127)
#813271
(129,50,113)
#722C63
(114,44,99)
#632655
(99,38,85)
#542047
(84,32,71)
#451A39
(69,26,57)
#36142B
(54,20,43)
#270E1D
(39,14,29)
#18080F
(24,8,15)
#000000
(0,0,0)

Tints of #AE449B

#AE449B
(174,68,155)
#B555A4
(181,85,164)
#BC66AD
(188,102,173)
#C377B6
(195,119,182)
#CA88BF
(202,136,191)
#D199C8
(209,153,200)
#D8AAD1
(216,170,209)
#DFBBDA
(223,187,218)
#E6CCE3
(230,204,227)
#EDDDEC
(237,221,236)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE449B; }

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

This text font color is #AE449B.


Background Color

.myBgColor { background-color: #AE449B; }

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

This div background color is #AE449B.


Border color

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

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

This div border color is #AE449B.


Opacity

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

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

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

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

This text has shadow with #AE449B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE449B on black background.


Color preview on white background

This text has color #AE449B on white background.



Black color preview on #AE449B background

This text has black color on #AE449B background.


White color preview on #AE449B background

This text has white color on #AE449B background.