COLOR #AD61AF

HEX: #AD61AF
RGB: (173,97,175)

Renk bilgisi

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

RGB renk modeli

#AD61AF color RGB value is (173,97,175).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 97 of 255 = 38%
B 175 of 255 = 69%

173
97
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 97 + 175 = 445 (100%)
R 173 of 445 ~ 38.88%
G 97 of 445 ~ 21.8%
B 175 of 445 ~ 39.33%

%38.88
%21.8
%39.33

CMYK RENK MODELİ

#AD61AF rengi CMYK tonu (1,45,0,31).

  • camgöbeği tonu 1.14%
  • eflatun tonu 44.57%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(1,45,0,31)
C1M45Y0K31 
(1%,45%,0%,31%)
(0.01/0.45/0.00/0.31)	

CMYK yüzdeleri

%1.14
%44.57
%0
%31.37

Codes

Color #AD61AF in popluar color models

AD61AF
RGB17397175
HSL298°32.77%53.33%
HSB/HSV298°44.57%68.63%
CMYK1.14%44.57%0.00%
31.37%

Color #AD61AF in popluar number systems.

HEXAD61AF
Decimal17397175
Binary10101101110000110101111
Octal255141257

Shades and tints

Shades of #AD61AF

#AD61AF
(173,97,175)
#9E59A0
(158,89,160)
#8F5191
(143,81,145)
#804982
(128,73,130)
#714173
(113,65,115)
#623964
(98,57,100)
#533155
(83,49,85)
#442946
(68,41,70)
#352137
(53,33,55)
#261928
(38,25,40)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #AD61AF

#AD61AF
(173,97,175)
#B46FB6
(180,111,182)
#BB7DBD
(187,125,189)
#C28BC4
(194,139,196)
#C999CB
(201,153,203)
#D0A7D2
(208,167,210)
#D7B5D9
(215,181,217)
#DEC3E0
(222,195,224)
#E5D1E7
(229,209,231)
#ECDFEE
(236,223,238)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD61AF; }

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

This text font color is #AD61AF.


Background Color

.myBgColor { background-color: #AD61AF; }

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

This div background color is #AD61AF.


Border color

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

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

This div border color is #AD61AF.


Opacity

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

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

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

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

This text has shadow with #AD61AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD61AF on black background.


Color preview on white background

This text has color #AD61AF on white background.



Black color preview on #AD61AF background

This text has black color on #AD61AF background.


White color preview on #AD61AF background

This text has white color on #AD61AF background.