COLOR #A083C4

HEX: #A083C4 RGB: (160,131,196)

Color info

#A083C4 contains mainly red and blue colors. Web safe color of #A083C4 is #9999CC (or #99C).

RGB color model

#A083C4 color RGB value is (160,131,196).

RGB: (160,131,196) (63%, 51%, 77%)

RGB channels and saturation

R 160 of 255 = 63%
G 131 of 255 = 51%
B 196 of 255 = 77%

160
131
196

R + G + B ~ 64%. #A083C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 131 + 196 = 487 (100%)
R 160 of 487 ~ 32.85%
G 131 of 487 ~ 26.9%
B 196 of 487 ~ 40.25'%

%32.85
%26.9
%40.25

CMYK color model

#A083C4 color CMYK value is (18,33,0,23).

  • cyan value is 18.37%
  • magenta value is 33.16%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (18,33,0,23)
C18M33Y0K23 (18%, 33%, 0%, 23%)
(0.18 / 0.33 / 0.00 / 0.23)

CMYK percentages

%18.37
%33.16
%0
%23.14

Codes

Color #A083C4 in popluar color models

A0 83 C4
RGB 160 131 196
HSL 267° 35.52% 64.12%
HSB/HSV 267° 33.16% 76.86%
CMYK 18.37% 33.16% 0.00%
23.14%

Color #A083C4 in popluar number systems.

HEX A0 83 C4
Decimal 160 131 196
Binary 10100000 10000011 11000100
Octal 240 203 304

Shades and tints

Shades of #A083C4

#A083C4
(160,131,196)
#9278B3
(146,120,179)
#846DA2
(132,109,162)
#766291
(118,98,145)
#685780
(104,87,128)
#5A4C6F
(90,76,111)
#4C415E
(76,65,94)
#3E364D
(62,54,77)
#302B3C
(48,43,60)
#22202B
(34,32,43)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #A083C4

#A083C4
(160,131,196)
#A88EC9
(168,142,201)
#B099CE
(176,153,206)
#B8A4D3
(184,164,211)
#C0AFD8
(192,175,216)
#C8BADD
(200,186,221)
#D0C5E2
(208,197,226)
#D8D0E7
(216,208,231)
#E0DBEC
(224,219,236)
#E8E6F1
(232,230,241)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A083C4 color. Also use rgb(160,131,196) instead hex code.

Text Font Color

.myTextColor { color: #A083C4; }

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

This text font color is #A083C4.

Background Color

.myBgColor { background-color: #A083C4; }

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

This div background color is #A083C4.

Border color

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

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

This div border color is #A083C4.

Opacity

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

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

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

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

This text has shadow with #A083C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A083C4.

Preview

Color preview on black background

This text has color #A083C4 on black background.


Color preview on white background

This text has color #A083C4 on white background.


Black color preview on #A083C4 background

This text has black color on #A083C4 background.


White color preview on #A083C4 background

This text has white color on #A083C4 background.


Related colors

Complementary color

Complementary color for #hex is #5F7C3B.


I love getcolorcode.com

Triadic colors

1 #C4A083 and #83C4A0 with #A083C4 are triadic colors.

2 #C483A0 and #83A0C4 with #A083C4 are triadic colors.