COLOR #A462BE

HEX: #A462BE RGB: (164,98,190)

Color info

#A462BE contains mainly red and blue colors. Web safe color of #A462BE is #9966CC (or #96C).

RGB color model

#A462BE color RGB value is (164,98,190).

RGB: (164,98,190) (64%, 38%, 75%)

RGB channels and saturation

R 164 of 255 = 64%
G 98 of 255 = 38%
B 190 of 255 = 75%

164
98
190

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

Portions of RGB colors in percentages

R + G + B = 164 + 98 + 190 = 452 (100%)
R 164 of 452 ~ 36.28%
G 98 of 452 ~ 21.68%
B 190 of 452 ~ 42.04'%

%36.28
%21.68
%42.04

CMYK color model

#A462BE color CMYK value is (14,48,0,25).

  • cyan value is 13.68%
  • magenta value is 48.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (14,48,0,25) C14M48Y0K25 (14%,48%,0%,25%) (0.14/0.48/0.00/0.25) 

CMYK percentages

%13.68
%48.42
%0
%25.49

Codes

Color #A462BE in popluar color models

A4 62 BE
RGB 164 98 190
HSL 283° 41.44% 56.47%
HSB/HSV 283° 48.42% 74.51%
CMYK 13.68% 48.42% 0.00%
25.49%

Color #A462BE in popluar number systems.

HEX A4 62 BE
Decimal 164 98 190
Binary 10100100 1100010 10111110
Octal 244 142 276

Shades and tints

Shades of #A462BE

#A462BE
(164,98,190)
#965AAD
(150,90,173)
#88529C
(136,82,156)
#7A4A8B
(122,74,139)
#6C427A
(108,66,122)
#5E3A69
(94,58,105)
#503258
(80,50,88)
#422A47
(66,42,71)
#342236
(52,34,54)
#261A25
(38,26,37)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #A462BE

#A462BE
(164,98,190)
#AC70C3
(172,112,195)
#B47EC8
(180,126,200)
#BC8CCD
(188,140,205)
#C49AD2
(196,154,210)
#CCA8D7
(204,168,215)
#D4B6DC
(212,182,220)
#DCC4E1
(220,196,225)
#E4D2E6
(228,210,230)
#ECE0EB
(236,224,235)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A462BE color. Also use rgb(164,98,190) instead hex code.

Text Font Color

.myTextColor { color: #A462BE; }

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

This text font color is #A462BE.

Background Color

.myBgColor { background-color: #A462BE; }

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

This div background color is #A462BE.

Border color

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

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

This div border color is #A462BE.

Opacity

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

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

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

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

This text has shadow with #A462BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A462BE.

Preview

Color preview on black background

This text has color #A462BE on black background.


Color preview on white background

This text has color #A462BE on white background.


Black color preview on #A462BE background

This text has black color on #A462BE background.


White color preview on #A462BE background

This text has white color on #A462BE background.


Related colors

Complementary color

Complementary color for #hex is #5B9D41.


I love getcolorcode.com

Triadic colors

1 #BEA462 and #62BEA4 with #A462BE are triadic colors.

2 #BE62A4 and #62A4BE with #A462BE are triadic colors.