COLOR #A581C9

HEX: #A581C9 RGB: (165,129,201)

Color info

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

RGB color model

#A581C9 color RGB value is (165,129,201).

RGB: (165,129,201) (65%, 51%, 79%)

RGB channels and saturation

R 165 of 255 = 65%
G 129 of 255 = 51%
B 201 of 255 = 79%

165
129
201

R + G + B ~ 65%. #A581C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 129 + 201 = 495 (100%)
R 165 of 495 ~ 33.33%
G 129 of 495 ~ 26.06%
B 201 of 495 ~ 40.61'%

%33.33
%26.06
%40.61

CMYK color model

#A581C9 color CMYK value is (18,36,0,21).

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

CMYK: (18,36,0,21)
C18M36Y0K21 (18%, 36%, 0%, 21%)
(0.18 / 0.36 / 0.00 / 0.21)

CMYK percentages

%17.91
%35.82
%0
%21.18

Codes

Color #A581C9 in popluar color models

A5 81 C9
RGB 165 129 201
HSL 270° 40.00% 64.71%
HSB/HSV 270° 35.82% 78.82%
CMYK 17.91% 35.82% 0.00%
21.18%

Color #A581C9 in popluar number systems.

HEX A5 81 C9
Decimal 165 129 201
Binary 10100101 10000001 11001001
Octal 245 201 311

Shades and tints

Shades of #A581C9

#A581C9
(165,129,201)
#9676B7
(150,118,183)
#876BA5
(135,107,165)
#786093
(120,96,147)
#695581
(105,85,129)
#5A4A6F
(90,74,111)
#4B3F5D
(75,63,93)
#3C344B
(60,52,75)
#2D2939
(45,41,57)
#1E1E27
(30,30,39)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #A581C9

#A581C9
(165,129,201)
#AD8CCD
(173,140,205)
#B597D1
(181,151,209)
#BDA2D5
(189,162,213)
#C5ADD9
(197,173,217)
#CDB8DD
(205,184,221)
#D5C3E1
(213,195,225)
#DDCEE5
(221,206,229)
#E5D9E9
(229,217,233)
#EDE4ED
(237,228,237)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A581C9; }

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

This text font color is #A581C9.

Background Color

.myBgColor { background-color: #A581C9; }

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

This div background color is #A581C9.

Border color

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

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

This div border color is #A581C9.

Opacity

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

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

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

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

This text has shadow with #A581C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A581C9.

Preview

Color preview on black background

This text has color #A581C9 on black background.


Color preview on white background

This text has color #A581C9 on white background.


Black color preview on #A581C9 background

This text has black color on #A581C9 background.


White color preview on #A581C9 background

This text has white color on #A581C9 background.


Related colors

Complementary color

Complementary color for #hex is #5A7E36.


I love getcolorcode.com

Triadic colors

1 #C9A581 and #81C9A5 with #A581C9 are triadic colors.

2 #C981A5 and #81A5C9 with #A581C9 are triadic colors.