COLOR #AE6495

HEX: #AE6495
RGB: (174,100,149)

Renk bilgisi

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

RGB renk modeli

#AE6495 color RGB value is (174,100,149).

  • kırmız ton 174;
  • yeşil ton 100;
  • mavi ton 149.
RGB:
(174,100,149)
(68%,39%,58%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 100 of 255 = 39%
B 149 of 255 = 58%

174
100
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 100 + 149 = 423 (100%)
R 174 of 423 ~ 41.13%
G 100 of 423 ~ 23.64%
B 149 of 423 ~ 35.22%

%41.13
%23.64
%35.22

CMYK RENK MODELİ

#AE6495 rengi CMYK tonu (0,43,14,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.53%
  • sarı tonu 14.37%
  • ana renk tonu 31.76%
CMYK:
(0,43,14,32)
C0M43Y14K32 
(0%,43%,14%,32%)
(0.00/0.43/0.14/0.32)	

CMYK yüzdeleri

%0
%42.53
%14.37
%31.76

Codes

Color #AE6495 in popluar color models

AE6495
RGB174100149
HSL320°31.36%53.73%
HSB/HSV320°42.53%68.24%
CMYK0.00%42.53%14.37%
31.76%

Color #AE6495 in popluar number systems.

HEXAE6495
Decimal174100149
Binary10101110110010010010101
Octal256144225

Shades and tints

Shades of #AE6495

#AE6495
(174,100,149)
#9F5B88
(159,91,136)
#90527B
(144,82,123)
#81496E
(129,73,110)
#724061
(114,64,97)
#633754
(99,55,84)
#542E47
(84,46,71)
#45253A
(69,37,58)
#361C2D
(54,28,45)
#271320
(39,19,32)
#180A13
(24,10,19)
#000000
(0,0,0)

Tints of #AE6495

#AE6495
(174,100,149)
#B5729E
(181,114,158)
#BC80A7
(188,128,167)
#C38EB0
(195,142,176)
#CA9CB9
(202,156,185)
#D1AAC2
(209,170,194)
#D8B8CB
(216,184,203)
#DFC6D4
(223,198,212)
#E6D4DD
(230,212,221)
#EDE2E6
(237,226,230)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6495 color. Also use rgb(174,100,149) instead hex code.

Text Font Color

.myTextColor { color: #AE6495; }

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

This text font color is #AE6495.


Background Color

.myBgColor { background-color: #AE6495; }

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

This div background color is #AE6495.


Border color

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

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

This div border color is #AE6495.


Opacity

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

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

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

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

This text has shadow with #AE6495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6495 on black background.


Color preview on white background

This text has color #AE6495 on white background.



Black color preview on #AE6495 background

This text has black color on #AE6495 background.


White color preview on #AE6495 background

This text has white color on #AE6495 background.