COLOR #A65498

HEX: #A65498
RGB: (166,84,152)

Color info

#A65498 contains mainly red and blue colors. Web safe color of #A65498 is #996699 (or #969).

RGB color model

#A65498 color RGB value is (166,84,152).

  • red value is 166;
  • green value is 84;
  • blue value is 152.
RGB:
(166,84,152)
(65%,33%,60%)

RGB channels and saturation

R 166 of 255 = 65%
G 84 of 255 = 33%
B 152 of 255 = 60%

166
84
152

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

Portions of RGB colors in percentages

R + G + B =
166 + 84 + 152 = 402 (100%)
R 166 of 402 ~ 41.29%
G 84 of 402 ~ 20.9%
B 152 of 402 ~ 37.81%

%41.29
%20.9
%37.81

CMYK color model

#A65498 color CMYK value is (0,49,8,35).

  • cyan value is 0.00%
  • magenta value is 49.40%
  • yellow value is 8.43%
  • key color value is 34.90%
CMYK:
(0,49,8,35)
C0M49Y8K35 
(0%,49%,8%,35%)
(0.00/0.49/0.08/0.35)	

CMYK percentages

%0
%49.4
%8.43
%34.9

Codes

Color #A65498 in popluar color models

A65498
RGB16684152
HSL310°32.80%49.02%
HSB/HSV310°49.40%65.10%
CMYK0.00%49.40%8.43%
34.90%

Color #A65498 in popluar number systems.

HEXA65498
Decimal16684152
Binary10100110101010010011000
Octal246124230

Shades and tints

Shades of #A65498

#A65498
(166,84,152)
#974D8B
(151,77,139)
#88467E
(136,70,126)
#793F71
(121,63,113)
#6A3864
(106,56,100)
#5B3157
(91,49,87)
#4C2A4A
(76,42,74)
#3D233D
(61,35,61)
#2E1C30
(46,28,48)
#1F1523
(31,21,35)
#100E16
(16,14,22)
#000000
(0,0,0)

Tints of #A65498

#A65498
(166,84,152)
#AE63A1
(174,99,161)
#B672AA
(182,114,170)
#BE81B3
(190,129,179)
#C690BC
(198,144,188)
#CE9FC5
(206,159,197)
#D6AECE
(214,174,206)
#DEBDD7
(222,189,215)
#E6CCE0
(230,204,224)
#EEDBE9
(238,219,233)
#F6EAF2
(246,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A65498 color. Also use rgb(166,84,152) instead hex code.

Text Font Color

.myTextColor { color: #A65498; }

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

This text font color is #A65498.


Background Color

.myBgColor { background-color: #A65498; }

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

This div background color is #A65498.


Border color

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

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

This div border color is #A65498.


Opacity

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

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

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

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

This text has shadow with #A65498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A65498 on black background.


Color preview on white background

This text has color #A65498 on white background.



Black color preview on #A65498 background

This text has black color on #A65498 background.


White color preview on #A65498 background

This text has white color on #A65498 background.