COLOR #A6498D

HEX: #A6498D
RGB: (166,73,141)

Renk bilgisi

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

RGB renk modeli

#A6498D color RGB value is (166,73,141).

  • kırmız ton 166;
  • yeşil ton 73;
  • mavi ton 141.
RGB:
(166,73,141)
(65%,29%,55%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 73 of 255 = 29%
B 141 of 255 = 55%

166
73
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 73 + 141 = 380 (100%)
R 166 of 380 ~ 43.68%
G 73 of 380 ~ 19.21%
B 141 of 380 ~ 37.11%

%43.68
%19.21
%37.11

CMYK RENK MODELİ

#A6498D rengi CMYK tonu (0,56,15,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.02%
  • sarı tonu 15.06%
  • ana renk tonu 34.90%
CMYK:
(0,56,15,35)
C0M56Y15K35 
(0%,56%,15%,35%)
(0.00/0.56/0.15/0.35)	

CMYK yüzdeleri

%0
%56.02
%15.06
%34.9

Codes

Color #A6498D in popluar color models

A6498D
RGB16673141
HSL316°38.91%46.86%
HSB/HSV316°56.02%65.10%
CMYK0.00%56.02%15.06%
34.90%

Color #A6498D in popluar number systems.

HEXA6498D
Decimal16673141
Binary10100110100100110001101
Octal246111215

Shades and tints

Shades of #A6498D

#A6498D
(166,73,141)
#974381
(151,67,129)
#883D75
(136,61,117)
#793769
(121,55,105)
#6A315D
(106,49,93)
#5B2B51
(91,43,81)
#4C2545
(76,37,69)
#3D1F39
(61,31,57)
#2E192D
(46,25,45)
#1F1321
(31,19,33)
#100D15
(16,13,21)
#000000
(0,0,0)

Tints of #A6498D

#A6498D
(166,73,141)
#AE5997
(174,89,151)
#B669A1
(182,105,161)
#BE79AB
(190,121,171)
#C689B5
(198,137,181)
#CE99BF
(206,153,191)
#D6A9C9
(214,169,201)
#DEB9D3
(222,185,211)
#E6C9DD
(230,201,221)
#EED9E7
(238,217,231)
#F6E9F1
(246,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6498D color. Also use rgb(166,73,141) instead hex code.

Text Font Color

.myTextColor { color: #A6498D; }

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

This text font color is #A6498D.


Background Color

.myBgColor { background-color: #A6498D; }

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

This div background color is #A6498D.


Border color

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

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

This div border color is #A6498D.


Opacity

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

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

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

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

This text has shadow with #A6498D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6498D on black background.


Color preview on white background

This text has color #A6498D on white background.



Black color preview on #A6498D background

This text has black color on #A6498D background.


White color preview on #A6498D background

This text has white color on #A6498D background.