COLOR #A572C9

HEX: #A572C9 RGB: (165,114,201)

Color info

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

RGB color model

#A572C9 color RGB value is (165,114,201).

RGB: (165,114,201) (65%, 45%, 79%)

RGB channels and saturation

R 165 of 255 = 65%
G 114 of 255 = 45%
B 201 of 255 = 79%

165
114
201

R + G + B ~ 63%. #A572C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 114 + 201 = 480 (100%)
R 165 of 480 ~ 34.38%
G 114 of 480 ~ 23.75%
B 201 of 480 ~ 41.88'%

%34.38
%23.75
%41.88

CMYK color model

#A572C9 color CMYK value is (18,43,0,21).

  • cyan value is 17.91%
  • magenta value is 43.28%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (18,43,0,21)
C18M43Y0K21 (18%, 43%, 0%, 21%)
(0.18 / 0.43 / 0.00 / 0.21)

CMYK percentages

%17.91
%43.28
%0
%21.18

Codes

Color #A572C9 in popluar color models

A5 72 C9
RGB 165 114 201
HSL 275° 44.62% 61.76%
HSB/HSV 275° 43.28% 78.82%
CMYK 17.91% 43.28% 0.00%
21.18%

Color #A572C9 in popluar number systems.

HEX A5 72 C9
Decimal 165 114 201
Binary 10100101 1110010 11001001
Octal 245 162 311

Shades and tints

Shades of #A572C9

#A572C9
(165,114,201)
#9668B7
(150,104,183)
#875EA5
(135,94,165)
#785493
(120,84,147)
#694A81
(105,74,129)
#5A406F
(90,64,111)
#4B365D
(75,54,93)
#3C2C4B
(60,44,75)
#2D2239
(45,34,57)
#1E1827
(30,24,39)
#0F0E15
(15,14,21)
#000000
(0,0,0)

Tints of #A572C9

#A572C9
(165,114,201)
#AD7ECD
(173,126,205)
#B58AD1
(181,138,209)
#BD96D5
(189,150,213)
#C5A2D9
(197,162,217)
#CDAEDD
(205,174,221)
#D5BAE1
(213,186,225)
#DDC6E5
(221,198,229)
#E5D2E9
(229,210,233)
#EDDEED
(237,222,237)
#F5EAF1
(245,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A572C9 color. Also use rgb(165,114,201) instead hex code.

Text Font Color

.myTextColor { color: #A572C9; }

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

This text font color is #A572C9.

Background Color

.myBgColor { background-color: #A572C9; }

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

This div background color is #A572C9.

Border color

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

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

This div border color is #A572C9.

Opacity

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

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

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

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

This text has shadow with #A572C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A572C9.

Preview

Color preview on black background

This text has color #A572C9 on black background.


Color preview on white background

This text has color #A572C9 on white background.


Black color preview on #A572C9 background

This text has black color on #A572C9 background.


White color preview on #A572C9 background

This text has white color on #A572C9 background.


Related colors

Complementary color

Complementary color for #hex is #5A8D36.


I love getcolorcode.com

Triadic colors

1 #C9A572 and #72C9A5 with #A572C9 are triadic colors.

2 #C972A5 and #72A5C9 with #A572C9 are triadic colors.