COLOR #AD61BA

HEX: #AD61BA
RGB: (173,97,186)

Renk bilgisi

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

RGB renk modeli

#AD61BA color RGB value is (173,97,186).

  • kırmız ton 173;
  • yeşil ton 97;
  • mavi ton 186.
RGB:
(173,97,186)
(68%,38%,73%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 97 of 255 = 38%
B 186 of 255 = 73%

173
97
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 97 + 186 = 456 (100%)
R 173 of 456 ~ 37.94%
G 97 of 456 ~ 21.27%
B 186 of 456 ~ 40.79%

%37.94
%21.27
%40.79

CMYK RENK MODELİ

#AD61BA rengi CMYK tonu (7,48,0,27).

  • camgöbeği tonu 6.99%
  • eflatun tonu 47.85%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(7,48,0,27)
C7M48Y0K27 
(7%,48%,0%,27%)
(0.07/0.48/0.00/0.27)	

CMYK yüzdeleri

%6.99
%47.85
%0
%27.06

Codes

Color #AD61BA in popluar color models

AD61BA
RGB17397186
HSL291°39.21%55.49%
HSB/HSV291°47.85%72.94%
CMYK6.99%47.85%0.00%
27.06%

Color #AD61BA in popluar number systems.

HEXAD61BA
Decimal17397186
Binary10101101110000110111010
Octal255141272

Shades and tints

Shades of #AD61BA

#AD61BA
(173,97,186)
#9E59AA
(158,89,170)
#8F519A
(143,81,154)
#80498A
(128,73,138)
#71417A
(113,65,122)
#62396A
(98,57,106)
#53315A
(83,49,90)
#44294A
(68,41,74)
#35213A
(53,33,58)
#26192A
(38,25,42)
#17111A
(23,17,26)
#000000
(0,0,0)

Tints of #AD61BA

#AD61BA
(173,97,186)
#B46FC0
(180,111,192)
#BB7DC6
(187,125,198)
#C28BCC
(194,139,204)
#C999D2
(201,153,210)
#D0A7D8
(208,167,216)
#D7B5DE
(215,181,222)
#DEC3E4
(222,195,228)
#E5D1EA
(229,209,234)
#ECDFF0
(236,223,240)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD61BA color. Also use rgb(173,97,186) instead hex code.

Text Font Color

.myTextColor { color: #AD61BA; }

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

This text font color is #AD61BA.


Background Color

.myBgColor { background-color: #AD61BA; }

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

This div background color is #AD61BA.


Border color

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

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

This div border color is #AD61BA.


Opacity

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

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

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

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

This text has shadow with #AD61BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD61BA on black background.


Color preview on white background

This text has color #AD61BA on white background.



Black color preview on #AD61BA background

This text has black color on #AD61BA background.


White color preview on #AD61BA background

This text has white color on #AD61BA background.