COLOR #A062A5

HEX: #A062A5
RGB: (160,98,165)

Color info

#A062A5 contains mainly red and blue colors. Web safe color of #A062A5 is #996699 (or #969).

RGB color model

#A062A5 color RGB value is (160,98,165).

  • red value is 160;
  • green value is 98;
  • blue value is 165.
RGB:
(160,98,165)
(63%,38%,65%)

RGB channels and saturation

R 160 of 255 = 63%
G 98 of 255 = 38%
B 165 of 255 = 65%

160
98
165

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

Portions of RGB colors in percentages

R + G + B =
160 + 98 + 165 = 423 (100%)
R 160 of 423 ~ 37.83%
G 98 of 423 ~ 23.17%
B 165 of 423 ~ 39.01%

%37.83
%23.17
%39.01

CMYK color model

#A062A5 color CMYK value is (3,41,0,35).

  • cyan value is 3.03%
  • magenta value is 40.61%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(3,41,0,35)
C3M41Y0K35 
(3%,41%,0%,35%)
(0.03/0.41/0.00/0.35)	

CMYK percentages

%3.03
%40.61
%0
%35.29

Codes

Color #A062A5 in popluar color models

A062A5
RGB16098165
HSL296°27.13%51.57%
HSB/HSV296°40.61%64.71%
CMYK3.03%40.61%0.00%
35.29%

Color #A062A5 in popluar number systems.

HEXA062A5
Decimal16098165
Binary10100000110001010100101
Octal240142245

Shades and tints

Shades of #A062A5

#A062A5
(160,98,165)
#925A96
(146,90,150)
#845287
(132,82,135)
#764A78
(118,74,120)
#684269
(104,66,105)
#5A3A5A
(90,58,90)
#4C324B
(76,50,75)
#3E2A3C
(62,42,60)
#30222D
(48,34,45)
#221A1E
(34,26,30)
#14120F
(20,18,15)
#000000
(0,0,0)

Tints of #A062A5

#A062A5
(160,98,165)
#A870AD
(168,112,173)
#B07EB5
(176,126,181)
#B88CBD
(184,140,189)
#C09AC5
(192,154,197)
#C8A8CD
(200,168,205)
#D0B6D5
(208,182,213)
#D8C4DD
(216,196,221)
#E0D2E5
(224,210,229)
#E8E0ED
(232,224,237)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A062A5 color. Also use rgb(160,98,165) instead hex code.

Text Font Color

.myTextColor { color: #A062A5; }

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

This text font color is #A062A5.


Background Color

.myBgColor { background-color: #A062A5; }

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

This div background color is #A062A5.


Border color

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

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

This div border color is #A062A5.


Opacity

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

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

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

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

This text has shadow with #A062A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A062A5 on black background.


Color preview on white background

This text has color #A062A5 on white background.



Black color preview on #A062A5 background

This text has black color on #A062A5 background.


White color preview on #A062A5 background

This text has white color on #A062A5 background.