COLOR #AD4AA8

HEX: #AD4AA8
RGB: (173,74,168)

Renk bilgisi

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

RGB renk modeli

#AD4AA8 color RGB value is (173,74,168).

  • kırmız ton 173;
  • yeşil ton 74;
  • mavi ton 168.
RGB:
(173,74,168)
(68%,29%,66%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 74 of 255 = 29%
B 168 of 255 = 66%

173
74
168

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 74 + 168 = 415 (100%)
R 173 of 415 ~ 41.69%
G 74 of 415 ~ 17.83%
B 168 of 415 ~ 40.48%

%41.69
%17.83
%40.48

CMYK RENK MODELİ

#AD4AA8 rengi CMYK tonu (0,57,3,32).

  • camgöbeği tonu 0.00%
  • eflatun tonu 57.23%
  • sarı tonu 2.89%
  • ana renk tonu 32.16%
CMYK:
(0,57,3,32)
C0M57Y3K32 
(0%,57%,3%,32%)
(0.00/0.57/0.03/0.32)	

CMYK yüzdeleri

%0
%57.23
%2.89
%32.16

Codes

Color #AD4AA8 in popluar color models

AD4AA8
RGB17374168
HSL303°40.08%48.43%
HSB/HSV303°57.23%67.84%
CMYK0.00%57.23%2.89%
32.16%

Color #AD4AA8 in popluar number systems.

HEXAD4AA8
Decimal17374168
Binary10101101100101010101000
Octal255112250

Shades and tints

Shades of #AD4AA8

#AD4AA8
(173,74,168)
#9E4499
(158,68,153)
#8F3E8A
(143,62,138)
#80387B
(128,56,123)
#71326C
(113,50,108)
#622C5D
(98,44,93)
#53264E
(83,38,78)
#44203F
(68,32,63)
#351A30
(53,26,48)
#261421
(38,20,33)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #AD4AA8

#AD4AA8
(173,74,168)
#B45AAF
(180,90,175)
#BB6AB6
(187,106,182)
#C27ABD
(194,122,189)
#C98AC4
(201,138,196)
#D09ACB
(208,154,203)
#D7AAD2
(215,170,210)
#DEBAD9
(222,186,217)
#E5CAE0
(229,202,224)
#ECDAE7
(236,218,231)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD4AA8 color. Also use rgb(173,74,168) instead hex code.

Text Font Color

.myTextColor { color: #AD4AA8; }

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

This text font color is #AD4AA8.


Background Color

.myBgColor { background-color: #AD4AA8; }

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

This div background color is #AD4AA8.


Border color

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

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

This div border color is #AD4AA8.


Opacity

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

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

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

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

This text has shadow with #AD4AA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD4AA8 on black background.


Color preview on white background

This text has color #AD4AA8 on white background.



Black color preview on #AD4AA8 background

This text has black color on #AD4AA8 background.


White color preview on #AD4AA8 background

This text has white color on #AD4AA8 background.