COLOR #A082F0

HEX: #A082F0
RGB: (160,130,240)

Color info

#A082F0 contains mainly blue color. Web safe color of #A082F0 is #9999FF (or #99F).

RGB color model

#A082F0 color RGB value is (160,130,240).

  • red value is 160;
  • green value is 130;
  • blue value is 240.
RGB:
(160,130,240)
(63%,51%,94%)

RGB channels and saturation

R 160 of 255 = 63%
G 130 of 255 = 51%
B 240 of 255 = 94%

160
130
240

R + G + B ~ 69%. #A082F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 130 + 240 = 530 (100%)
R 160 of 530 ~ 30.19%
G 130 of 530 ~ 24.53%
B 240 of 530 ~ 45.28%

%30.19
%24.53
%45.28

CMYK color model

#A082F0 color CMYK value is (33,46,0,6).

  • cyan value is 33.33%
  • magenta value is 45.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(33,46,0,6)
C33M46Y0K6 
(33%,46%,0%,6%)
(0.33/0.46/0.00/0.06)	

CMYK percentages

%33.33
%45.83
%0
%5.88

Codes

Color #A082F0 in popluar color models

A082F0
RGB160130240
HSL256°78.57%72.55%
HSB/HSV256°45.83%94.12%
CMYK33.33%45.83%0.00%
5.88%

Color #A082F0 in popluar number systems.

HEXA082F0
Decimal160130240
Binary101000001000001011110000
Octal240202360

Shades and tints

Shades of #A082F0

#A082F0
(160,130,240)
#9277DB
(146,119,219)
#846CC6
(132,108,198)
#7661B1
(118,97,177)
#68569C
(104,86,156)
#5A4B87
(90,75,135)
#4C4072
(76,64,114)
#3E355D
(62,53,93)
#302A48
(48,42,72)
#221F33
(34,31,51)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #A082F0

#A082F0
(160,130,240)
#A88DF1
(168,141,241)
#B098F2
(176,152,242)
#B8A3F3
(184,163,243)
#C0AEF4
(192,174,244)
#C8B9F5
(200,185,245)
#D0C4F6
(208,196,246)
#D8CFF7
(216,207,247)
#E0DAF8
(224,218,248)
#E8E5F9
(232,229,249)
#F0F0FA
(240,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A082F0 color. Also use rgb(160,130,240) instead hex code.

Text Font Color

.myTextColor { color: #A082F0; }

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

This text font color is #A082F0.


Background Color

.myBgColor { background-color: #A082F0; }

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

This div background color is #A082F0.


Border color

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

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

This div border color is #A082F0.


Opacity

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

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

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

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

This text has shadow with #A082F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A082F0 on black background.


Color preview on white background

This text has color #A082F0 on white background.



Black color preview on #A082F0 background

This text has black color on #A082F0 background.


White color preview on #A082F0 background

This text has white color on #A082F0 background.