COLOR #AD60C0

HEX: #AD60C0 RGB: (173,96,192)

Renk bilgisi

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

RGB renk modeli

#AD60C0 color RGB value is (173,96,192).

RGB: (173,96,192) (68%, 38%, 75%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 96 of 255 = 38%
B 192 of 255 = 75%

173
96
192

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

Yüzdelerle RGB renk parçaları

R + G + B = 173 + 96 + 192 = 461 (100%)
R 173 of 461 ~ 37.53%
G 96 of 461 ~ 20.82%
B 192 of 461 ~ 41.65'%

%37.53
%20.82
%41.65

CMYK RENK MODELİ

#AD60C0 rengi CMYK tonu (10,50,0,25).

  • camgöbeği tonu 9.90%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%

CMYK: (10,50,0,25)
C10M50Y0K25 (10%, 50%, 0%, 25%)
(0.10 / 0.50 / 0.00 / 0.25)

CMYK yüzdeleri

%9.9
%50
%0
%24.71

Codes

Color #AD60C0 in popluar color models

AD 60 C0
RGB 173 96 192
HSL 288° 43.24% 56.47%
HSB/HSV 288° 50.00% 75.29%
CMYK 9.90% 50.00% 0.00%
24.71%

Color #AD60C0 in popluar number systems.

HEX AD 60 C0
Decimal 173 96 192
Binary 10101101 1100000 11000000
Octal 255 140 300

Shades and tints

Shades of #AD60C0

#AD60C0
(173,96,192)
#9E58AF
(158,88,175)
#8F509E
(143,80,158)
#80488D
(128,72,141)
#71407C
(113,64,124)
#62386B
(98,56,107)
#53305A
(83,48,90)
#442849
(68,40,73)
#352038
(53,32,56)
#261827
(38,24,39)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #AD60C0

#AD60C0
(173,96,192)
#B46EC5
(180,110,197)
#BB7CCA
(187,124,202)
#C28ACF
(194,138,207)
#C998D4
(201,152,212)
#D0A6D9
(208,166,217)
#D7B4DE
(215,180,222)
#DEC2E3
(222,194,227)
#E5D0E8
(229,208,232)
#ECDEED
(236,222,237)
#F3ECF2
(243,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD60C0 color. Also use rgb(173,96,192) instead hex code.

Text Font Color

.myTextColor { color: #AD60C0; }

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

This text font color is #AD60C0.

Background Color

.myBgColor { background-color: #AD60C0; }

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

This div background color is #AD60C0.

Border color

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

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

This div border color is #AD60C0.

Opacity

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

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

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

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

This text has shadow with #AD60C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD60C0.

Preview

Color preview on black background

This text has color #AD60C0 on black background.


Color preview on white background

This text has color #AD60C0 on white background.


Black color preview on #AD60C0 background

This text has black color on #AD60C0 background.


White color preview on #AD60C0 background

This text has white color on #AD60C0 background.


Related colors

Complementary color

Complementary color for #hex is #529F3F.


I love getcolorcode.com

Triadic colors

1 #C0AD60 and #60C0AD with #AD60C0 are triadic colors.

2 #C060AD and #60ADC0 with #AD60C0 are triadic colors.