COLOR #A259C0

HEX: #A259C0 RGB: (162,89,192)

Color info

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

RGB color model

#A259C0 color RGB value is (162,89,192).

RGB: (162,89,192) (64%, 35%, 75%)

RGB channels and saturation

R 162 of 255 = 64%
G 89 of 255 = 35%
B 192 of 255 = 75%

162
89
192

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

Portions of RGB colors in percentages

R + G + B = 162 + 89 + 192 = 443 (100%)
R 162 of 443 ~ 36.57%
G 89 of 443 ~ 20.09%
B 192 of 443 ~ 43.34'%

%36.57
%20.09
%43.34

CMYK color model

#A259C0 color CMYK value is (16,54,0,25).

  • cyan value is 15.63%
  • magenta value is 53.65%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (16,54,0,25)
C16M54Y0K25 (16%, 54%, 0%, 25%)
(0.16 / 0.54 / 0.00 / 0.25)

CMYK percentages

%15.63
%53.65
%0
%24.71

Codes

Color #A259C0 in popluar color models

A2 59 C0
RGB 162 89 192
HSL 283° 44.98% 55.10%
HSB/HSV 283° 53.65% 75.29%
CMYK 15.63% 53.65% 0.00%
24.71%

Color #A259C0 in popluar number systems.

HEX A2 59 C0
Decimal 162 89 192
Binary 10100010 1011001 11000000
Octal 242 131 300

Shades and tints

Shades of #A259C0

#A259C0
(162,89,192)
#9451AF
(148,81,175)
#86499E
(134,73,158)
#78418D
(120,65,141)
#6A397C
(106,57,124)
#5C316B
(92,49,107)
#4E295A
(78,41,90)
#402149
(64,33,73)
#321938
(50,25,56)
#241127
(36,17,39)
#160916
(22,9,22)
#000000
(0,0,0)

Tints of #A259C0

#A259C0
(162,89,192)
#AA68C5
(170,104,197)
#B277CA
(178,119,202)
#BA86CF
(186,134,207)
#C295D4
(194,149,212)
#CAA4D9
(202,164,217)
#D2B3DE
(210,179,222)
#DAC2E3
(218,194,227)
#E2D1E8
(226,209,232)
#EAE0ED
(234,224,237)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A259C0 color. Also use rgb(162,89,192) instead hex code.

Text Font Color

.myTextColor { color: #A259C0; }

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

This text font color is #A259C0.

Background Color

.myBgColor { background-color: #A259C0; }

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

This div background color is #A259C0.

Border color

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

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

This div border color is #A259C0.

Opacity

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

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

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

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

This text has shadow with #A259C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A259C0.

Preview

Color preview on black background

This text has color #A259C0 on black background.


Color preview on white background

This text has color #A259C0 on white background.


Black color preview on #A259C0 background

This text has black color on #A259C0 background.


White color preview on #A259C0 background

This text has white color on #A259C0 background.


Related colors

Complementary color

Complementary color for #hex is #5DA63F.


I love getcolorcode.com

Triadic colors

1 #C0A259 and #59C0A2 with #A259C0 are triadic colors.

2 #C059A2 and #59A2C0 with #A259C0 are triadic colors.