COLOR #A6429D

HEX: #A6429D
RGB: (166,66,157)

Renk bilgisi

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

RGB renk modeli

#A6429D color RGB value is (166,66,157).

  • kırmız ton 166;
  • yeşil ton 66;
  • mavi ton 157.
RGB:
(166,66,157)
(65%,26%,62%)

RGB bağlantıları ve doygunluk

R 166 of 255 = 65%
G 66 of 255 = 26%
B 157 of 255 = 62%

166
66
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
166 + 66 + 157 = 389 (100%)
R 166 of 389 ~ 42.67%
G 66 of 389 ~ 16.97%
B 157 of 389 ~ 40.36%

%42.67
%16.97
%40.36

CMYK RENK MODELİ

#A6429D rengi CMYK tonu (0,60,5,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.24%
  • sarı tonu 5.42%
  • ana renk tonu 34.90%
CMYK:
(0,60,5,35)
C0M60Y5K35 
(0%,60%,5%,35%)
(0.00/0.60/0.05/0.35)	

CMYK yüzdeleri

%0
%60.24
%5.42
%34.9

Codes

Color #A6429D in popluar color models

A6429D
RGB16666157
HSL305°43.10%45.49%
HSB/HSV305°60.24%65.10%
CMYK0.00%60.24%5.42%
34.90%

Color #A6429D in popluar number systems.

HEXA6429D
Decimal16666157
Binary10100110100001010011101
Octal246102235

Shades and tints

Shades of #A6429D

#A6429D
(166,66,157)
#973C8F
(151,60,143)
#883681
(136,54,129)
#793073
(121,48,115)
#6A2A65
(106,42,101)
#5B2457
(91,36,87)
#4C1E49
(76,30,73)
#3D183B
(61,24,59)
#2E122D
(46,18,45)
#1F0C1F
(31,12,31)
#100611
(16,6,17)
#000000
(0,0,0)

Tints of #A6429D

#A6429D
(166,66,157)
#AE53A5
(174,83,165)
#B664AD
(182,100,173)
#BE75B5
(190,117,181)
#C686BD
(198,134,189)
#CE97C5
(206,151,197)
#D6A8CD
(214,168,205)
#DEB9D5
(222,185,213)
#E6CADD
(230,202,221)
#EEDBE5
(238,219,229)
#F6ECED
(246,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6429D color. Also use rgb(166,66,157) instead hex code.

Text Font Color

.myTextColor { color: #A6429D; }

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

This text font color is #A6429D.


Background Color

.myBgColor { background-color: #A6429D; }

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

This div background color is #A6429D.


Border color

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

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

This div border color is #A6429D.


Opacity

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

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

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

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

This text has shadow with #A6429D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6429D on black background.


Color preview on white background

This text has color #A6429D on white background.



Black color preview on #A6429D background

This text has black color on #A6429D background.


White color preview on #A6429D background

This text has white color on #A6429D background.