COLOR #AE6AB6

HEX: #AE6AB6
RGB: (174,106,182)

Renk bilgisi

#AE6AB6 contains mainly red and blue colors. #AE6AB6 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#AE6AB6 color RGB value is (174,106,182).

  • kırmız ton 174;
  • yeşil ton 106;
  • mavi ton 182.
RGB:
(174,106,182)
(68%,42%,71%)

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 106 of 255 = 42%
B 182 of 255 = 71%

174
106
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 106 + 182 = 462 (100%)
R 174 of 462 ~ 37.66%
G 106 of 462 ~ 22.94%
B 182 of 462 ~ 39.39%

%37.66
%22.94
%39.39

CMYK RENK MODELİ

#AE6AB6 rengi CMYK tonu (4,42,0,29).

  • camgöbeği tonu 4.40%
  • eflatun tonu 41.76%
  • sarı tonu 0.00%
  • ana renk tonu 28.63%
CMYK:
(4,42,0,29)
C4M42Y0K29 
(4%,42%,0%,29%)
(0.04/0.42/0.00/0.29)	

CMYK yüzdeleri

%4.4
%41.76
%0
%28.63

Codes

Color #AE6AB6 in popluar color models

AE6AB6
RGB174106182
HSL294°34.23%56.47%
HSB/HSV294°41.76%71.37%
CMYK4.40%41.76%0.00%
28.63%

Color #AE6AB6 in popluar number systems.

HEXAE6AB6
Decimal174106182
Binary10101110110101010110110
Octal256152266

Shades and tints

Shades of #AE6AB6

#AE6AB6
(174,106,182)
#9F61A6
(159,97,166)
#905896
(144,88,150)
#814F86
(129,79,134)
#724676
(114,70,118)
#633D66
(99,61,102)
#543456
(84,52,86)
#452B46
(69,43,70)
#362236
(54,34,54)
#271926
(39,25,38)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #AE6AB6

#AE6AB6
(174,106,182)
#B577BC
(181,119,188)
#BC84C2
(188,132,194)
#C391C8
(195,145,200)
#CA9ECE
(202,158,206)
#D1ABD4
(209,171,212)
#D8B8DA
(216,184,218)
#DFC5E0
(223,197,224)
#E6D2E6
(230,210,230)
#EDDFEC
(237,223,236)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AE6AB6 color. Also use rgb(174,106,182) instead hex code.

Text Font Color

.myTextColor { color: #AE6AB6; }

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

This text font color is #AE6AB6.


Background Color

.myBgColor { background-color: #AE6AB6; }

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

This div background color is #AE6AB6.


Border color

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

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

This div border color is #AE6AB6.


Opacity

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

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

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

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

This text has shadow with #AE6AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6AB6 on black background.


Color preview on white background

This text has color #AE6AB6 on white background.



Black color preview on #AE6AB6 background

This text has black color on #AE6AB6 background.


White color preview on #AE6AB6 background

This text has white color on #AE6AB6 background.