COLOR #A562AB

HEX: #A562AB
RGB: (165,98,171)

Color info

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

RGB color model

#A562AB color RGB value is (165,98,171).

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

RGB channels and saturation

R 165 of 255 = 65%
G 98 of 255 = 38%
B 171 of 255 = 67%

165
98
171

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

Portions of RGB colors in percentages

R + G + B =
165 + 98 + 171 = 434 (100%)
R 165 of 434 ~ 38.02%
G 98 of 434 ~ 22.58%
B 171 of 434 ~ 39.4%

%38.02
%22.58
%39.4

CMYK color model

#A562AB color CMYK value is (4,43,0,33).

  • cyan value is 3.51%
  • magenta value is 42.69%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(4,43,0,33)
C4M43Y0K33 
(4%,43%,0%,33%)
(0.04/0.43/0.00/0.33)	

CMYK percentages

%3.51
%42.69
%0
%32.94

Codes

Color #A562AB in popluar color models

A562AB
RGB16598171
HSL295°30.29%52.75%
HSB/HSV295°42.69%67.06%
CMYK3.51%42.69%0.00%
32.94%

Color #A562AB in popluar number systems.

HEXA562AB
Decimal16598171
Binary10100101110001010101011
Octal245142253

Shades and tints

Shades of #A562AB

#A562AB
(165,98,171)
#965A9C
(150,90,156)
#87528D
(135,82,141)
#784A7E
(120,74,126)
#69426F
(105,66,111)
#5A3A60
(90,58,96)
#4B3251
(75,50,81)
#3C2A42
(60,42,66)
#2D2233
(45,34,51)
#1E1A24
(30,26,36)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #A562AB

#A562AB
(165,98,171)
#AD70B2
(173,112,178)
#B57EB9
(181,126,185)
#BD8CC0
(189,140,192)
#C59AC7
(197,154,199)
#CDA8CE
(205,168,206)
#D5B6D5
(213,182,213)
#DDC4DC
(221,196,220)
#E5D2E3
(229,210,227)
#EDE0EA
(237,224,234)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A562AB; }

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

This text font color is #A562AB.


Background Color

.myBgColor { background-color: #A562AB; }

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

This div background color is #A562AB.


Border color

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

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

This div border color is #A562AB.


Opacity

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

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

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

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

This text has shadow with #A562AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A562AB on black background.


Color preview on white background

This text has color #A562AB on white background.



Black color preview on #A562AB background

This text has black color on #A562AB background.


White color preview on #A562AB background

This text has white color on #A562AB background.