COLOR #AE6DAE

HEX: #AE6DAE
RGB: (174,109,174)

Renk bilgisi

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

RGB renk modeli

#AE6DAE color RGB value is (174,109,174).

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

RGB bağlantıları ve doygunluk

R 174 of 255 = 68%
G 109 of 255 = 43%
B 174 of 255 = 68%

174
109
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
174 + 109 + 174 = 457 (100%)
R 174 of 457 ~ 38.07%
G 109 of 457 ~ 23.85%
B 174 of 457 ~ 38.07%

%38.07
%23.85
%38.07

CMYK RENK MODELİ

#AE6DAE rengi CMYK tonu (0,37,0,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 37.36%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(0,37,0,32)
C0M37Y0K32 
(0%,37%,0%,32%)
(0.00/0.37/0.00/0.32)	

CMYK yüzdeleri

%0
%37.36
%0
%31.76

Codes

Color #AE6DAE in popluar color models

AE6DAE
RGB174109174
HSL300°28.63%55.49%
HSB/HSV300°37.36%68.24%
CMYK0.00%37.36%0.00%
31.76%

Color #AE6DAE in popluar number systems.

HEXAE6DAE
Decimal174109174
Binary10101110110110110101110
Octal256155256

Shades and tints

Shades of #AE6DAE

#AE6DAE
(174,109,174)
#9F649F
(159,100,159)
#905B90
(144,91,144)
#815281
(129,82,129)
#724972
(114,73,114)
#634063
(99,64,99)
#543754
(84,55,84)
#452E45
(69,46,69)
#362536
(54,37,54)
#271C27
(39,28,39)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #AE6DAE

#AE6DAE
(174,109,174)
#B57AB5
(181,122,181)
#BC87BC
(188,135,188)
#C394C3
(195,148,195)
#CAA1CA
(202,161,202)
#D1AED1
(209,174,209)
#D8BBD8
(216,187,216)
#DFC8DF
(223,200,223)
#E6D5E6
(230,213,230)
#EDE2ED
(237,226,237)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE6DAE; }

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

This text font color is #AE6DAE.


Background Color

.myBgColor { background-color: #AE6DAE; }

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

This div background color is #AE6DAE.


Border color

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

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

This div border color is #AE6DAE.


Opacity

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

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

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

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

This text has shadow with #AE6DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE6DAE on black background.


Color preview on white background

This text has color #AE6DAE on white background.



Black color preview on #AE6DAE background

This text has black color on #AE6DAE background.


White color preview on #AE6DAE background

This text has white color on #AE6DAE background.