COLOR #A053C0

HEX: #A053C0 RGB: (160,83,192)

Color info

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

RGB color model

#A053C0 color RGB value is (160,83,192).

RGB: (160,83,192) (63%, 33%, 75%)

RGB channels and saturation

R 160 of 255 = 63%
G 83 of 255 = 33%
B 192 of 255 = 75%

160
83
192

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

Portions of RGB colors in percentages

R + G + B = 160 + 83 + 192 = 435 (100%)
R 160 of 435 ~ 36.78%
G 83 of 435 ~ 19.08%
B 192 of 435 ~ 44.14'%

%36.78
%19.08
%44.14

CMYK color model

#A053C0 color CMYK value is (17,57,0,25).

  • cyan value is 16.67%
  • magenta value is 56.77%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (17,57,0,25)
C17M57Y0K25 (17%, 57%, 0%, 25%)
(0.17 / 0.57 / 0.00 / 0.25)

CMYK percentages

%16.67
%56.77
%0
%24.71

Codes

Color #A053C0 in popluar color models

A0 53 C0
RGB 160 83 192
HSL 282° 46.38% 53.92%
HSB/HSV 282° 56.77% 75.29%
CMYK 16.67% 56.77% 0.00%
24.71%

Color #A053C0 in popluar number systems.

HEX A0 53 C0
Decimal 160 83 192
Binary 10100000 1010011 11000000
Octal 240 123 300

Shades and tints

Shades of #A053C0

#A053C0
(160,83,192)
#924CAF
(146,76,175)
#84459E
(132,69,158)
#763E8D
(118,62,141)
#68377C
(104,55,124)
#5A306B
(90,48,107)
#4C295A
(76,41,90)
#3E2249
(62,34,73)
#301B38
(48,27,56)
#221427
(34,20,39)
#140D16
(20,13,22)
#000000
(0,0,0)

Tints of #A053C0

#A053C0
(160,83,192)
#A862C5
(168,98,197)
#B071CA
(176,113,202)
#B880CF
(184,128,207)
#C08FD4
(192,143,212)
#C89ED9
(200,158,217)
#D0ADDE
(208,173,222)
#D8BCE3
(216,188,227)
#E0CBE8
(224,203,232)
#E8DAED
(232,218,237)
#F0E9F2
(240,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A053C0 color. Also use rgb(160,83,192) instead hex code.

Text Font Color

.myTextColor { color: #A053C0; }

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

This text font color is #A053C0.

Background Color

.myBgColor { background-color: #A053C0; }

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

This div background color is #A053C0.

Border color

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

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

This div border color is #A053C0.

Opacity

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

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

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

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

This text has shadow with #A053C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A053C0.

Preview

Color preview on black background

This text has color #A053C0 on black background.


Color preview on white background

This text has color #A053C0 on white background.


Black color preview on #A053C0 background

This text has black color on #A053C0 background.


White color preview on #A053C0 background

This text has white color on #A053C0 background.


Related colors

Complementary color

Complementary color for #hex is #5FAC3F.


I love getcolorcode.com

Triadic colors

1 #C0A053 and #53C0A0 with #A053C0 are triadic colors.

2 #C053A0 and #53A0C0 with #A053C0 are triadic colors.